index.html 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. <!DOCTYPE html>
  2. <html>
  3. <head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,minimum-scale=1">
  6. <title>My First Post | codeskraps</title>
  7. <link rel="canonical" href="http://localhost:1313/posts/my-first-post/">
  8. <meta name="description" content="Introduction 🔗This is bold text, and this is emphasized text.
  9. Visit the Hugo website!" />
  10. <meta property="og:type" content="article" />
  11. <meta property="og:title" content="My First Post | codeskraps" />
  12. <meta property="og:url" content="http://localhost:1313/posts/my-first-post/" />
  13. <meta property="og:description" content="Introduction 🔗This is bold text, and this is emphasized text.
  14. Visit the Hugo website!" />
  15. <link rel="stylesheet" href="/lib/icofont/icofont.min.css" />
  16. <link rel="stylesheet" href="/css/syntax.css" />
  17. <link rel="stylesheet" href="/css/style.css" />
  18. <script src="/js/copy-code-block.js"></script>
  19. <link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />
  20. </head>
  21. <body>
  22. <header class="header-wrapper">
  23. <div class="header">
  24. <a class="site-title" href="http://localhost:1313/">codeskraps</a>
  25. <nav class="menu">
  26. <div class="menu-item">
  27. <a href="/about/">About</a>
  28. </div>
  29. <div class="menu-item">
  30. <a href="/posts/">Posts</a>
  31. </div>
  32. </nav>
  33. </div>
  34. </header>
  35. <main class="main-wrapper">
  36. <div class="main">
  37. <section class="single">
  38. <h1 class="title">My First Post</h1>
  39. <div class="tip">
  40. <time datetime="2024-09-27 11:59:03 &#43;0200 CEST">2024/09/27</time>
  41. <span class="split">·</span>
  42. <span> 14 words </span>
  43. <span class="split">·</span>
  44. <span>
  45. 1 minutes to read
  46. </span>
  47. </div>
  48. <div class="taxonomies">
  49. </div>
  50. <hr />
  51. <div class="content">
  52. <h2 id="introduction">Introduction <a href="#introduction" class="anchor">🔗</a></h2><p>This is <strong>bold</strong> text, and this is <em>emphasized</em> text.</p>
  53. <p>Visit the <a href="https://gohugo.io">Hugo</a> website!</p>
  54. </div>
  55. </section>
  56. </div>
  57. <div class="side">
  58. <div class="side-recent">
  59. <h2 class="side-title">
  60. <a href="/posts/">Recent Posts</a>
  61. </h2>
  62. <hr />
  63. <ul>
  64. <li>
  65. <a href="/posts/mvi_architecture/">MVI Architecture Helper</a>
  66. </li>
  67. <li>
  68. <a href="/posts/my-first-post/">My First Post</a>
  69. </li>
  70. </ul>
  71. </div>
  72. <div class="side-categories">
  73. <h2>Categories</h2>
  74. <hr />
  75. <ul>
  76. </ul>
  77. </div>
  78. <div class="side-tags">
  79. <h2>Tags</h2>
  80. <hr />
  81. <ul>
  82. </ul>
  83. </div>
  84. </div>
  85. </main>
  86. <footer class="footer">
  87. <div class="footer-row">
  88. <a class="footer-item" href="http://localhost:1313/posts/index.xml">
  89. Feed of Posts
  90. <i class="icofont-rss"></i>
  91. </a>
  92. </div>
  93. </footer>
  94. </body>
  95. </html>