PageRenderTime 30ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/categories/go/index.html

https://github.com/Gonzih/gonzih.github.com
HTML | 96 lines | 65 code | 31 blank | 0 comment | 0 complexity | 3cd90bd23cff61790498a35c762aa14f MD5 | raw file
  1. <!DOCTYPE html>
  2. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
  3. <head>
  4. <link href="https://gmpg.org/xfn/11" rel="profile">
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  6. <meta name="generator" content="Hugo 0.79.0" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
  8. <title>go &middot; Max Gonzih</title>
  9. <link rel="stylesheet" href="https://blog.gonzih.me/css/poole.css">
  10. <link rel="stylesheet" href="https://blog.gonzih.me/css/hyde.css">
  11. <link rel="stylesheet" href="https://blog.gonzih.me/css/custom.css">
  12. <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
  13. <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
  14. <link rel="shortcut icon" href="/favicon.png">
  15. <link href="/categories/go/index.xml" rel="alternate" type="application/rss+xml" title="Max Gonzih" />
  16. <script id="dsq-count-scr" src="//gonzihsblog.disqus.com/count.js" async></script>
  17. <script>
  18. function toggle_sidebar() {
  19. document.body.classList.toggle("sidebar-closed");
  20. };
  21. </script>
  22. </head>
  23. <body class=" ">
  24. <div class="sidebar">
  25. <div class="container sidebar-sticky">
  26. <a class="sidebar-close" href="#" onclick="toggle_sidebar();">
  27. <span class="close">
  28. &laquo;
  29. </span>
  30. <span class="open">
  31. &raquo;
  32. </span>
  33. </a>
  34. <div class="sidebar-about">
  35. <a href="https://blog.gonzih.me/"><h1>Max Gonzih</h1></a>
  36. <p class="lead">
  37. KEEP CALM and CODE ON
  38. </p>
  39. </div>
  40. <ul class="sidebar-nav">
  41. <li><a href="/">Home</a> </li>
  42. <li><a href="mailto:gonzih@gmail.com"> Email </a></li>
  43. <li><a href="https://github.com/Gonzih"> Github </a></li>
  44. <li><a href="https://blog.gonzih.me/index.xml"> RSS feed </a></li>
  45. <li><a href="https://gonzih.me"> Homepage </a></li>
  46. <li><a href="/post/"> Archives </a></li>
  47. </ul>
  48. <p>This work is licensed under a Creative Commons Attribution 4.0 International License.</p>
  49. <p class="cc-logo"><img src="https://i.creativecommons.org/l/by/4.0/88x31.png"/></p>
  50. </div>
  51. </div>
  52. <div class="wrap">
  53. <div class="content container">
  54. <ul class="posts">
  55. <li>
  56. <span><a href="https://blog.gonzih.me/blog/2019/04/26/scripting-with-go-on-nixos/">Scripting with Go on NixOS</a> <time class="pull-right post-list">Fri, Apr 26, 2019</time></span>
  57. </li>
  58. <li>
  59. <span><a href="https://blog.gonzih.me/blog/2019/01/18/routing-with-go-on-google-cloud-functions/">Routing with Go on Google Cloud Functions</a> <time class="pull-right post-list">Fri, Jan 18, 2019</time></span>
  60. </li>
  61. </ul>
  62. </div>
  63. </div>
  64. </body>
  65. </html>