summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--vhosts/blog/content/posts/2021-03-05/my-first-post.dj85
-rw-r--r--vhosts/blog/public/atom.xml4
-rw-r--r--vhosts/blog/public/posts/2021-03-05/my-first-post/index.html178
-rw-r--r--vhosts/blog/public/posts/atom.xml4
-rw-r--r--vhosts/blog/public/posts/index.html2
5 files changed, 268 insertions, 5 deletions
diff --git a/vhosts/blog/content/posts/2021-03-05/my-first-post.dj b/vhosts/blog/content/posts/2021-03-05/my-first-post.dj
index a84dbd93..147683cf 100644
--- a/vhosts/blog/content/posts/2021-03-05/my-first-post.dj
+++ b/vhosts/blog/content/posts/2021-03-05/my-first-post.dj
@@ -8,6 +8,10 @@ tags = []
[[article.revisions]]
date = "2021-03-05"
remark = "公開"
+
+[[article.revisions]]
+date = "2025-05-12"
+remark = "ジェネレータやスタイルをテストするためのコンテンツを追加"
---
{#test}
# Test
@@ -19,3 +23,84 @@ 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.
+
+{#sec-1}
+# Section level 1
+
+{#sec-2}
+## Section level 2
+
+{#sec-3}
+### Section level 3
+
+{#sec-4}
+#### Section level 4
+
+{#sec-5}
+##### Section level 5
+
+* list item 1
+* list item 2
+
+ * list item 2.a
+ * list item 2.b
+
+* list item 3
+* list item 3
+
+1. list item 1
+1. list item 2
+
+ 1. list item 2.a
+ 1. list item 2.b
+
+1. list item 3
+1. list item 3
+
+* [ ] list item 1
+* [ ] list item 2
+
+ * [ ] list item 2.a
+ * [ ] list item 2.b
+
+* [ ] list item 3
+* [ ] list item 3
+
+> blockquote
+
+---
+
+```ruby
+puts "Hello, World!"
+```
+
+*emph* _strong_
+
+{=highlighted=}
+
+https://example.com
+
+[example link](https://example.com)
+
+H~2~O
+
+2^64^
+
+'foo' "bar"
+
+`code`
+
+{+inserted+} {-deleted-}
+
+footenote. [^foo]
+
+[^foo]: foo bar
+
+::: note
+hoge piyo
+:::
+
+| name | age |
+|--------|----:|
+| Taro | 10 |
+| Hanako | 20 |
diff --git a/vhosts/blog/public/atom.xml b/vhosts/blog/public/atom.xml
index dd522e72..b0dcf3c5 100644
--- a/vhosts/blog/public/atom.xml
+++ b/vhosts/blog/public/atom.xml
@@ -7,7 +7,7 @@
<author>
<name>nsfisis</name>
</author>
- <updated>2025-05-05T00:00:00+09:00</updated>
+ <updated>2025-05-12T00:00:00+09:00</updated>
<entry>
<id>urn:uuid:64f5e1a6-2f5c-4d5d-b1c8-8346a66c1d40</id>
<link rel="alternate" href="https://blog.nsfisis.dev/posts/2025-05-05/make-tiny-self-hosted-c-compiler/"></link>
@@ -590,6 +590,6 @@
<title>My First Post</title>
<summary>これはテスト投稿です。これはテスト投稿です。これはテスト投稿です。</summary>
<published>2021-03-05T00:00:00+09:00</published>
- <updated>2021-03-05T00:00:00+09:00</updated>
+ <updated>2025-05-12T00:00:00+09:00</updated>
</entry>
</feed>
diff --git a/vhosts/blog/public/posts/2021-03-05/my-first-post/index.html b/vhosts/blog/public/posts/2021-03-05/my-first-post/index.html
index d1e93969..9c9b24b0 100644
--- a/vhosts/blog/public/posts/2021-03-05/my-first-post/index.html
+++ b/vhosts/blog/public/posts/2021-03-05/my-first-post/index.html
@@ -49,6 +49,9 @@
<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">
@@ -57,6 +60,181 @@
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>
diff --git a/vhosts/blog/public/posts/atom.xml b/vhosts/blog/public/posts/atom.xml
index 8fda3f18..8b0748d3 100644
--- a/vhosts/blog/public/posts/atom.xml
+++ b/vhosts/blog/public/posts/atom.xml
@@ -7,7 +7,7 @@
<author>
<name>nsfisis</name>
</author>
- <updated>2025-05-05T00:00:00+09:00</updated>
+ <updated>2025-05-12T00:00:00+09:00</updated>
<entry>
<id>urn:uuid:64f5e1a6-2f5c-4d5d-b1c8-8346a66c1d40</id>
<link rel="alternate" href="https://blog.nsfisis.dev/posts/2025-05-05/make-tiny-self-hosted-c-compiler/"></link>
@@ -414,6 +414,6 @@
<title>My First Post</title>
<summary>これはテスト投稿です。これはテスト投稿です。これはテスト投稿です。</summary>
<published>2021-03-05T00:00:00+09:00</published>
- <updated>2021-03-05T00:00:00+09:00</updated>
+ <updated>2025-05-12T00:00:00+09:00</updated>
</entry>
</feed>
diff --git a/vhosts/blog/public/posts/index.html b/vhosts/blog/public/posts/index.html
index c4f3f0db..a0386fb9 100644
--- a/vhosts/blog/public/posts/index.html
+++ b/vhosts/blog/public/posts/index.html
@@ -803,7 +803,7 @@
</p>
</section>
<footer class="entry-footer">
- <time datetime="2021-03-05">2021-03-05</time> 投稿
+ <time datetime="2021-03-05">2021-03-05</time> 投稿、<time datetime="2025-05-12">2025-05-12</time> 更新
</footer>
</a>
</article>