diff options
| author | historia <gravel.justness270@slmail.me> | 2024-10-10 01:15:10 -0400 |
|---|---|---|
| committer | historia <gravel.justness270@slmail.me> | 2024-10-10 01:15:10 -0400 |
| commit | 62371af25d0c9d0922f250410c9964e17b460d9d (patch) | |
| tree | 6cbc175c53a5db314ed09fce8b47af320dd83df0 /example/src/articles | |
| parent | d3693c8b2296834c10568e20b772de917354734c (diff) | |
| download | ssg-blog-62371af25d0c9d0922f250410c9964e17b460d9d.tar.gz | |
feat: capitalized first words of headings
Diffstat (limited to 'example/src/articles')
| -rw-r--r-- | example/src/articles/an-interesting-article/assets/stamps.webp | bin | 0 -> 46960 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 | 0 -> 128168 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, 32 insertions, 0 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 differnew file mode 100644 index 0000000..9785ce7 --- /dev/null +++ b/example/src/articles/an-interesting-article/assets/stamps.webp diff --git a/example/src/articles/an-interesting-article/index.md b/example/src/articles/an-interesting-article/index.md new file mode 100644 index 0000000..779f4b6 --- /dev/null +++ b/example/src/articles/an-interesting-article/index.md @@ -0,0 +1,12 @@ +--- +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 differnew file mode 100644 index 0000000..c4cab3e --- /dev/null +++ b/example/src/articles/another-interesting-article/assets/japanese-train.webp diff --git a/example/src/articles/another-interesting-article/index.md b/example/src/articles/another-interesting-article/index.md new file mode 100644 index 0000000..4e5d9b7 --- /dev/null +++ b/example/src/articles/another-interesting-article/index.md @@ -0,0 +1,12 @@ +--- +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 new file mode 100644 index 0000000..c98ebba --- /dev/null +++ b/example/src/articles/article3.md @@ -0,0 +1,8 @@ +--- +title: This is a third article! +date: 2023-10-08 +--- + +# Article 3 + +Wow another one |
