From 8c7d6f0a3b01cad94ea50dce9582c66240ac594e Mon Sep 17 00:00:00 2001
From: nsfisis
Date: Mon, 12 May 2025 01:15:06 +0900
Subject: feat(blog/content): update post /posts/2021-03-05/my-first-post/
---
.../blog/content/posts/2021-03-05/my-first-post.dj | 85 ++++++++++
vhosts/blog/public/atom.xml | 4 +-
.../posts/2021-03-05/my-first-post/index.html | 178 +++++++++++++++++++++
vhosts/blog/public/posts/atom.xml | 4 +-
vhosts/blog/public/posts/index.html | 2 +-
5 files changed, 268 insertions(+), 5 deletions(-)
(limited to 'vhosts/blog')
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 @@
nsfisis
- 2025-05-05T00:00:00+09:00
+ 2025-05-12T00:00:00+09:00urn:uuid:64f5e1a6-2f5c-4d5d-b1c8-8346a66c1d40
@@ -590,6 +590,6 @@
My First Postこれはテスト投稿です。これはテスト投稿です。これはテスト投稿です。2021-03-05T00:00:00+09:00
- 2021-03-05T00:00:00+09:00
+ 2025-05-12T00:00:00+09:00
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 @@
: 公開
+
+ : ジェネレータやスタイルをテストするためのコンテンツを追加
+
@@ -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.