index.html 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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. </nav>
  27. </div>
  28. </header>
  29. <main class="main-wrapper">
  30. <div class="main">
  31. <section class="single">
  32. <h1 class="title">My First Post</h1>
  33. <div class="tip">
  34. <time datetime="2024-09-27 11:59:03 &#43;0200 CEST">2024/09/27</time>
  35. <span class="split">·</span>
  36. <span> 14 words </span>
  37. <span class="split">·</span>
  38. <span>
  39. 1 minutes to read
  40. </span>
  41. </div>
  42. <div class="taxonomies">
  43. </div>
  44. <hr />
  45. <div class="content">
  46. <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>
  47. <p>Visit the <a href="https://gohugo.io">Hugo</a> website!</p>
  48. </div>
  49. </section>
  50. </div>
  51. <div class="side">
  52. <div class="side-recent">
  53. <h2 class="side-title">
  54. <a href="/posts/">Recent Posts</a>
  55. </h2>
  56. <hr />
  57. <ul>
  58. <li>
  59. <a href="/posts/my-first-post/">My First Post</a>
  60. </li>
  61. </ul>
  62. </div>
  63. <div class="side-categories">
  64. <h2>Categories</h2>
  65. <hr />
  66. <ul>
  67. </ul>
  68. </div>
  69. <div class="side-tags">
  70. <h2>Tags</h2>
  71. <hr />
  72. <ul>
  73. </ul>
  74. </div>
  75. </div>
  76. </main>
  77. <footer class="footer">
  78. <div class="footer-row">
  79. <a class="footer-item" href="http://localhost:1313/posts/index.xml">
  80. Feed of Posts
  81. <i class="icofont-rss"></i>
  82. </a>
  83. </div>
  84. </footer>
  85. </body>
  86. </html>