From 62371af25d0c9d0922f250410c9964e17b460d9d Mon Sep 17 00:00:00 2001 From: historia Date: Thu, 10 Oct 2024 01:15:10 -0400 Subject: feat: capitalized first words of headings --- .../Articles/an-interesting-article/assets/stamps.webp | Bin 46960 -> 0 bytes example/src/Articles/an-interesting-article/index.md | 12 ------------ .../assets/japanese-train.webp | Bin 128168 -> 0 bytes .../src/Articles/another-interesting-article/index.md | 12 ------------ example/src/Articles/article3.md | 8 -------- example/src/Lists/board-games.md | 14 -------------- example/src/Lists/movies.md | 13 ------------- .../articles/an-interesting-article/assets/stamps.webp | Bin 0 -> 46960 bytes example/src/articles/an-interesting-article/index.md | 12 ++++++++++++ .../assets/japanese-train.webp | Bin 0 -> 128168 bytes .../src/articles/another-interesting-article/index.md | 12 ++++++++++++ example/src/articles/article3.md | 8 ++++++++ example/src/lists/board-games.md | 14 ++++++++++++++ example/src/lists/movies.md | 13 +++++++++++++ 14 files changed, 59 insertions(+), 59 deletions(-) delete mode 100644 example/src/Articles/an-interesting-article/assets/stamps.webp delete mode 100644 example/src/Articles/an-interesting-article/index.md delete mode 100644 example/src/Articles/another-interesting-article/assets/japanese-train.webp delete mode 100644 example/src/Articles/another-interesting-article/index.md delete mode 100644 example/src/Articles/article3.md delete mode 100644 example/src/Lists/board-games.md delete mode 100644 example/src/Lists/movies.md create mode 100644 example/src/articles/an-interesting-article/assets/stamps.webp create mode 100644 example/src/articles/an-interesting-article/index.md create mode 100644 example/src/articles/another-interesting-article/assets/japanese-train.webp create mode 100644 example/src/articles/another-interesting-article/index.md create mode 100644 example/src/articles/article3.md create mode 100644 example/src/lists/board-games.md create mode 100644 example/src/lists/movies.md (limited to 'example/src') diff --git a/example/src/Articles/an-interesting-article/assets/stamps.webp b/example/src/Articles/an-interesting-article/assets/stamps.webp deleted file mode 100644 index 9785ce7..0000000 Binary files a/example/src/Articles/an-interesting-article/assets/stamps.webp and /dev/null differ 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 - -![](assets/stamps.webp) - -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 deleted file mode 100644 index c4cab3e..0000000 Binary files a/example/src/Articles/another-interesting-article/assets/japanese-train.webp and /dev/null differ 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: - -![](assets/japanese-train.webp) - -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 diff --git a/example/src/Lists/board-games.md b/example/src/Lists/board-games.md deleted file mode 100644 index 6a40080..0000000 --- a/example/src/Lists/board-games.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Board games -date: 2024-07-12 ---- - -# Board Games - -Here are some board games I like: - -1. Puerto Rico -2. Ascension: Chronicle of the Godslayer -3. Twilight Struggle - -Play them with me, thanks. diff --git a/example/src/Lists/movies.md b/example/src/Lists/movies.md deleted file mode 100644 index 92d82e6..0000000 --- a/example/src/Lists/movies.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Movies -date: 2022-06-05 ---- -# A List of Movies - -Here are my favorite movies - -1. Primer -2. The Lighthouse -3. Tetsuo: The Iron Man - -I hope you enjoyed this insightful article. diff --git a/example/src/articles/an-interesting-article/assets/stamps.webp b/example/src/articles/an-interesting-article/assets/stamps.webp new file mode 100644 index 0000000..9785ce7 Binary files /dev/null and b/example/src/articles/an-interesting-article/assets/stamps.webp differ 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 + +![](assets/stamps.webp) + +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 new file mode 100644 index 0000000..c4cab3e Binary files /dev/null and b/example/src/articles/another-interesting-article/assets/japanese-train.webp differ 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: + +![](assets/japanese-train.webp) + +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 diff --git a/example/src/lists/board-games.md b/example/src/lists/board-games.md new file mode 100644 index 0000000..6a40080 --- /dev/null +++ b/example/src/lists/board-games.md @@ -0,0 +1,14 @@ +--- +title: Board games +date: 2024-07-12 +--- + +# Board Games + +Here are some board games I like: + +1. Puerto Rico +2. Ascension: Chronicle of the Godslayer +3. Twilight Struggle + +Play them with me, thanks. diff --git a/example/src/lists/movies.md b/example/src/lists/movies.md new file mode 100644 index 0000000..92d82e6 --- /dev/null +++ b/example/src/lists/movies.md @@ -0,0 +1,13 @@ +--- +title: Movies +date: 2022-06-05 +--- +# A List of Movies + +Here are my favorite movies + +1. Primer +2. The Lighthouse +3. Tetsuo: The Iron Man + +I hope you enjoyed this insightful article. -- cgit v1.2.3