diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-06-27 23:39:31 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-06-27 23:39:31 +0900 |
| commit | 674fe965550444db87edc7937ff6932e1a918d9d (patch) | |
| tree | e8a80dd958d3e082485286bf5785a7992b6e6b0e /services/blog/public/posts/2021-03-05/my-first-post | |
| parent | fe4d1d625b53796c5f20399790e5ff8c7a7e1608 (diff) | |
| download | nsfisis.dev-674fe965550444db87edc7937ff6932e1a918d9d.tar.gz nsfisis.dev-674fe965550444db87edc7937ff6932e1a918d9d.tar.zst nsfisis.dev-674fe965550444db87edc7937ff6932e1a918d9d.zip | |
feat(meta): rename vhosts/ directory to services/
Diffstat (limited to 'services/blog/public/posts/2021-03-05/my-first-post')
| -rw-r--r-- | services/blog/public/posts/2021-03-05/my-first-post/index.html | 245 |
1 files changed, 245 insertions, 0 deletions
diff --git a/services/blog/public/posts/2021-03-05/my-first-post/index.html b/services/blog/public/posts/2021-03-05/my-first-post/index.html new file mode 100644 index 00000000..f1a3bc89 --- /dev/null +++ b/services/blog/public/posts/2021-03-05/my-first-post/index.html @@ -0,0 +1,245 @@ +<!DOCTYPE html> +<html lang="ja-JP"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="author" content="nsfisis"> + <meta name="copyright" content="© 2021 nsfisis"> + <meta name="description" content="これはテスト投稿です。これはテスト投稿です。これはテスト投稿です。"> + <meta property="og:type" content="article"> + <meta property="og:title" content="My First Post|REPL: Rest-Eat-Program Loop"> + <meta property="og:description" content="これはテスト投稿です。これはテスト投稿です。これはテスト投稿です。"> + <meta property="og:site_name" content="REPL: Rest-Eat-Program Loop"> + <meta property="og:locale" content="ja_JP"> + <link rel="icon" type="image/svg+xml" href="/favicon.svg"> + <title>My First Post|REPL: Rest-Eat-Program Loop</title> + <link rel="stylesheet" href="/style.css?h=9513229b52eb2041b99ba1b959305633"> + </head> + <body class="single"> + <header class="header"> + <div class="site-logo"> + <a href="/">REPL: Rest-Eat-Program Loop</a> + </div> + <nav class="nav"> + <ul> + <li> + <a href="/about/">About</a> + </li> + <li> + <a href="/posts/">Posts</a> + </li> + <li> + <a href="/slides/">Slides</a> + </li> + <li> + <a href="/tags/">Tags</a> + </li> + </ul> + </nav> + </header> + <main class="main"> + <article class="post-single"> + <header class="post-header"> + <h1 class="post-title">My First Post</h1> + </header> + <div class="post-content"> + <section id="changelog"> + <h2><a href="#changelog">更新履歴</a></h2> + <ol> + <li class="revision"> + <time datetime="2021-03-05">2021-03-05</time>: 公開 + </li> + <li class="revision"> + <time datetime="2025-05-12">2025-05-12</time>: ジェネレータやスタイルをテストするためのコンテンツを追加 + </li> + </ol> + </section> + <section id="section--test"> + <h2><a href="#section--test">Test</a></h2> + <p> + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + </p> + </section> + <section id="section--sec-1"> + <h2><a href="#section--sec-1">Section level 1</a></h2> + <section id="section--sec-1--sec-2"> + <h3><a href="#section--sec-1--sec-2">Section level 2</a></h3> + <section id="section--sec-1--sec-2--sec-3"> + <h4><a href="#section--sec-1--sec-2--sec-3">Section level 3</a></h4> + <section id="section--sec-1--sec-2--sec-3--sec-4"> + <h5><a href="#section--sec-1--sec-2--sec-3--sec-4">Section level 4</a></h5> + <section id="section--sec-1--sec-2--sec-3--sec-4--sec-5"> + <h6><a href="#section--sec-1--sec-2--sec-3--sec-4--sec-5">Section level 5</a></h6> + <ul> + <li> + list item 1 + </li> + <li> + list item 2 + <ul> + <li> + list item 2.a + </li> + <li> + list item 2.b + </li> + </ul> + </li> + <li> + list item 3 + </li> + <li> + list item 3 + </li> + </ul> + <ol> + <li> + list item 1 + </li> + <li> + list item 2 + <ol> + <li> + list item 2.a + </li> + <li> + list item 2.b + </li> + </ol> + </li> + <li> + list item 3 + </li> + <li> + list item 3 + </li> + </ol> + <ul type="task"> + <li checked="false"> + list item 1 + </li> + <li checked="false"> + list item 2 + <ul type="task"> + <li checked="false"> + list item 2.a + </li> + <li checked="false"> + list item 2.b + </li> + </ul> + </li> + <li checked="false"> + list item 3 + </li> + <li checked="false"> + list item 3 + </li> + </ul> + <blockquote> + <p> + blockquote + </p> + </blockquote> + <div class="codeblock"> + <pre class="shiki github-light" style="background-color:#f5f5f5;color:#24292e" tabindex="0"><code><span class="line"><span style="color:#005CC5">puts</span><span style="color:#032F62"> "Hello, World!"</span></span></code></pre> + </div> + <p> + <strong>emph</strong> <em>strong</em> + </p> + <p> + <mark>highlighted</mark> + </p> + <p> + <a href="https://example.com" rel="noreferrer" target="_blank">https://example.com</a> + </p> + <p> + <a href="https://example.com" rel="noreferrer" target="_blank">example link</a> + </p> + <p> + H<sub>2</sub>O + </p> + <p> + 2<sup>64</sup> + </p> + <p> + ‘foo’ “bar” + </p> + <p> + <code>code</code> + </p> + <p> + <ins> + inserted + </ins> + + <del> + deleted + </del> + </p> + <p> + footenote. <sup class="footnote"><a class="footnote" href="#footnote--foo" id="footnoteref--foo">[1]</a></sup> + </p> + <div class="admonition"> + <div class="admonition-label"> + NOTE + </div> + <div class="admonition-content"> + <p> + hoge piyo + </p> + </div> + </div> + <table> + <caption> + </caption> + <thead> + <tr> + <th> + name + </th> + <th align="right"> + age + </th> + </tr> + </thead> + <tbody> + <tr> + <td> + Taro + </td> + <td align="right"> + 10 + </td> + </tr> + <tr> + <td> + Hanako + </td> + <td align="right"> + 20 + </td> + </tr> + </tbody> + </table> + </section> + </section> + </section> + </section> + </section> + <section class="footnotes"> + <div class="footnote" id="footnote--foo"> + <a href="#footnoteref--foo">1. </a> + <p> + foo bar + </p> + </div> + </section> + </div> + </article> + </main> + <footer class="footer"> + © 2021 nsfisis + </footer> + </body> +</html> |
