diff options
| author | historia <[not public]> | 2026-06-15 18:17:10 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-15 18:17:10 -0400 |
| commit | fec892047e4c0b810981fa8f20223e0b1c4f72b4 (patch) | |
| tree | a6fdc109a3a32ae383a88d01ba44322be4b8bcc3 /example/src/articles | |
| parent | 193666c2bba01bb9bc1a21ac270c0affe15ea757 (diff) | |
| download | ssg-blog-fec892047e4c0b810981fa8f20223e0b1c4f72b4.tar.gz | |
refactor. added rss feed.
Diffstat (limited to 'example/src/articles')
| -rw-r--r-- | example/src/articles/an-interesting-article/assets/stamps.webp | bin | 46960 -> 0 bytes | |||
| -rw-r--r-- | example/src/articles/an-interesting-article/index.md | 12 | ||||
| -rw-r--r-- | example/src/articles/another-interesting-article/assets/japanese-train.webp | bin | 128168 -> 0 bytes | |||
| -rw-r--r-- | example/src/articles/another-interesting-article/index.md | 12 | ||||
| -rw-r--r-- | example/src/articles/article3.md | 8 |
5 files changed, 0 insertions, 32 deletions
diff --git a/example/src/articles/an-interesting-article/assets/stamps.webp b/example/src/articles/an-interesting-article/assets/stamps.webp Binary files differdeleted file mode 100644 index 9785ce7..0000000 --- a/example/src/articles/an-interesting-article/assets/stamps.webp +++ /dev/null diff --git a/example/src/articles/an-interesting-article/index.md b/example/src/articles/an-interesting-article/index.md deleted file mode 100644 index 779f4b6..0000000 --- a/example/src/articles/an-interesting-article/index.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: This is a very interesting article about stamps -date: 2024-10-04 ---- - -# This is a very interesting article about stamps - -Here is a picture of some cool stamps - - - -Thank you for reading my nice article. diff --git a/example/src/articles/another-interesting-article/assets/japanese-train.webp b/example/src/articles/another-interesting-article/assets/japanese-train.webp Binary files differdeleted file mode 100644 index c4cab3e..0000000 --- a/example/src/articles/another-interesting-article/assets/japanese-train.webp +++ /dev/null diff --git a/example/src/articles/another-interesting-article/index.md b/example/src/articles/another-interesting-article/index.md deleted file mode 100644 index 4e5d9b7..0000000 --- a/example/src/articles/another-interesting-article/index.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: I love trains -date: 2024-09-10 ---- - -# I love trains - -Aren't Japanese trains great? I particularly like the boxy ones. Here is a picture of a train: - - - -Thank you for looking at this train diff --git a/example/src/articles/article3.md b/example/src/articles/article3.md deleted file mode 100644 index c98ebba..0000000 --- a/example/src/articles/article3.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: This is a third article! -date: 2023-10-08 ---- - -# Article 3 - -Wow another one |
