123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- <!DOCTYPE html>
- <html>
- <head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width,minimum-scale=1">
- <title>My First Post | codeskraps</title>
- <link rel="canonical" href="http://localhost:1313/posts/my-first-post/">
- <meta name="description" content="Introduction 🔗This is bold text, and this is emphasized text.
- Visit the Hugo website!" />
- <meta property="og:type" content="article" />
- <meta property="og:title" content="My First Post | codeskraps" />
- <meta property="og:url" content="http://localhost:1313/posts/my-first-post/" />
- <meta property="og:description" content="Introduction 🔗This is bold text, and this is emphasized text.
- Visit the Hugo website!" />
- <link rel="stylesheet" href="/lib/icofont/icofont.min.css" />
- <link rel="stylesheet" href="/css/syntax.css" />
- <link rel="stylesheet" href="/css/style.css" />
- <script src="/js/copy-code-block.js"></script>
- <link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />
- </head>
- <body>
- <header class="header-wrapper">
- <div class="header">
- <a class="site-title" href="http://localhost:1313/">codeskraps</a>
- <nav class="menu">
-
- </nav>
- </div>
- </header>
- <main class="main-wrapper">
- <div class="main">
-
- <section class="single">
- <h1 class="title">My First Post</h1>
- <div class="tip">
- <time datetime="2024-09-27 11:59:03 +0200 CEST">2024/09/27</time>
- <span class="split">·</span>
- <span> 14 words </span>
- <span class="split">·</span>
- <span>
- 1 minutes to read
- </span>
- </div>
- <div class="taxonomies">
-
-
- </div>
- <hr />
- <div class="content">
- <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>
- <p>Visit the <a href="https://gohugo.io">Hugo</a> website!</p>
- </div>
-
- </section>
- </div>
- <div class="side">
-
- <div class="side-recent">
- <h2 class="side-title">
- <a href="/posts/">Recent Posts</a>
- </h2>
- <hr />
- <ul>
-
- <li>
- <a href="/posts/my-first-post/">My First Post</a>
- </li>
-
- </ul>
- </div>
-
- <div class="side-categories">
- <h2>Categories</h2>
- <hr />
- <ul>
-
- </ul>
- </div>
- <div class="side-tags">
- <h2>Tags</h2>
- <hr />
- <ul>
-
- </ul>
- </div>
- </div>
- </main>
- <footer class="footer">
- <div class="footer-row">
-
-
-
- <a class="footer-item" href="http://localhost:1313/posts/index.xml">
- Feed of Posts
- <i class="icofont-rss"></i>
- </a>
-
-
-
-
-
-
- </div>
-
- </footer>
- </body>
- </html>
|