123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- <!DOCTYPE html>
- <html lang="en-us">
- <head><script src="/livereload.js?mindelay=10&v=2&port=51237&path=livereload" data-no-instant defer></script>
- <title>
- My First Post | codeskraps
- </title>
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="description" content="Your website description">
- <meta name="generator" content="Hugo 0.134.3">
- <link rel="canonical" href="http://localhost:51237/posts/my-first-post/" >
- <link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
- </head>
- <body>
- <div class="flexWrapper">
- <header class="headerWrapper">
- <div class="header">
- <div>
- <a class="terminal" href="http://localhost:51237/">
- <span>me@codeskraps.com ~ $</span>
- </a>
- </div>
- <input class="side-menu" type="checkbox" id="side-menu">
- <label class="hamb" for="side-menu"><span class="hamb-line"></span></label>
- <nav class="headerLinks">
- <ul>
-
- <li>
- <a href="http://localhost:51237/projects/" title="" >
- ~/projects</a>
- </li>
-
- <li>
- <a href="http://localhost:51237/about/" title="" >
- ~/about</a>
- </li>
-
- <li>
- <a href="http://localhost:51237/posts/" title="" >
- ~/posts</a>
- </li>
-
- </ul>
- </nav>
- </div>
- </header>
- <div class="content">
- <main class="main">
-
- <div class="postWrapper">
- <h1>My First Post</h1>
-
-
- <section class="postMetadata">
- <dl>
-
-
-
-
- <dt>published</dt>
-
- <dd><time datetime="2024-09-27">September 27, 2024</time></dd>
-
-
- <dt>reading time</dt>
- <dd>1 minute</dd>
-
- </dl>
- </section>
-
- <div>
- <h2 id="introduction">Introduction</h2>
- <p>This is <strong>bold</strong> text, and this is <em>emphasized</em> text.</p>
- <p>Visit the <a href="https://gohugo.io">Hugo</a> website!</p>
- </div>
- </div>
- </main>
- </div>
- <footer class="footer">
-
- <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>
-
- </footer>
- </div>
- </body>
- </html>
|