index.html 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <!DOCTYPE html>
  2. <html lang="en-us">
  3. <head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=51237&amp;path=livereload" data-no-instant defer></script>
  4. <title>
  5. My First Post | codeskraps
  6. </title>
  7. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9. <meta name="description" content="Your website description">
  10. <meta name="generator" content="Hugo 0.134.3">
  11. <link rel="canonical" href="http://localhost:51237/posts/my-first-post/" >
  12. <link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
  13. </head>
  14. <body>
  15. <div class="flexWrapper">
  16. <header class="headerWrapper">
  17. <div class="header">
  18. <div>
  19. <a class="terminal" href="http://localhost:51237/">
  20. <span>me@codeskraps.com ~ $</span>
  21. </a>
  22. </div>
  23. <input class="side-menu" type="checkbox" id="side-menu">
  24. <label class="hamb" for="side-menu"><span class="hamb-line"></span></label>
  25. <nav class="headerLinks">
  26. <ul>
  27. <li>
  28. <a href="http://localhost:51237/projects/" title="" >
  29. ~/projects</a>
  30. </li>
  31. <li>
  32. <a href="http://localhost:51237/about/" title="" >
  33. ~/about</a>
  34. </li>
  35. <li>
  36. <a href="http://localhost:51237/posts/" title="" >
  37. ~/posts</a>
  38. </li>
  39. </ul>
  40. </nav>
  41. </div>
  42. </header>
  43. <div class="content">
  44. <main class="main">
  45. <div class="postWrapper">
  46. <h1>My First Post</h1>
  47. <section class="postMetadata">
  48. <dl>
  49. <dt>published</dt>
  50. <dd><time datetime="2024-09-27">September 27, 2024</time></dd>
  51. <dt>reading time</dt>
  52. <dd>1 minute</dd>
  53. </dl>
  54. </section>
  55. <div>
  56. <h2 id="introduction">Introduction</h2>
  57. <p>This is <strong>bold</strong> text, and this is <em>emphasized</em> text.</p>
  58. <p>Visit the <a href="https://gohugo.io">Hugo</a> website!</p>
  59. </div>
  60. </div>
  61. </main>
  62. </div>
  63. <footer class="footer">
  64. <span>Built with <a href="https://gohugo.io" class="footerLink">Hugo</a> and <a href="https://github.com/LordMathis/hugo-theme-nightfall" class="footerLink">Nightfall</a> theme</span>
  65. </footer>
  66. </div>
  67. </body>
  68. </html>