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 --- example/dst/.files | 14 +++---- .../an-interesting-article/assets/stamps.webp | Bin 46960 -> 0 bytes .../dst/Articles/an-interesting-article/index.html | 37 ------------------- .../assets/japanese-train.webp | Bin 128168 -> 0 bytes .../another-interesting-article/index.html | 37 ------------------- example/dst/Articles/article3.html | 33 ----------------- example/dst/Lists/board-games.html | 41 --------------------- example/dst/Lists/movies.html | 41 --------------------- .../an-interesting-article/assets/stamps.webp | Bin 0 -> 46960 bytes .../dst/articles/an-interesting-article/index.html | 37 +++++++++++++++++++ .../assets/japanese-train.webp | Bin 0 -> 128168 bytes .../another-interesting-article/index.html | 37 +++++++++++++++++++ example/dst/articles/article3.html | 33 +++++++++++++++++ example/dst/index.html | 10 ++--- example/dst/lists/board-games.html | 41 +++++++++++++++++++++ example/dst/lists/movies.html | 41 +++++++++++++++++++++ example/dst/sitemap.xml | 14 +++---- .../an-interesting-article/assets/stamps.webp | Bin 46960 -> 0 bytes .../src/Articles/an-interesting-article/index.md | 12 ------ .../assets/japanese-train.webp | Bin 128168 -> 0 bytes .../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 ------- .../an-interesting-article/assets/stamps.webp | Bin 0 -> 46960 bytes .../src/articles/an-interesting-article/index.md | 12 ++++++ .../assets/japanese-train.webp | Bin 0 -> 128168 bytes .../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 +++++++ 31 files changed, 267 insertions(+), 267 deletions(-) delete mode 100644 example/dst/Articles/an-interesting-article/assets/stamps.webp delete mode 100644 example/dst/Articles/an-interesting-article/index.html delete mode 100644 example/dst/Articles/another-interesting-article/assets/japanese-train.webp delete mode 100644 example/dst/Articles/another-interesting-article/index.html delete mode 100644 example/dst/Articles/article3.html delete mode 100644 example/dst/Lists/board-games.html delete mode 100644 example/dst/Lists/movies.html create mode 100644 example/dst/articles/an-interesting-article/assets/stamps.webp create mode 100644 example/dst/articles/an-interesting-article/index.html create mode 100644 example/dst/articles/another-interesting-article/assets/japanese-train.webp create mode 100644 example/dst/articles/another-interesting-article/index.html create mode 100644 example/dst/articles/article3.html create mode 100644 example/dst/lists/board-games.html create mode 100644 example/dst/lists/movies.html 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') diff --git a/example/dst/.files b/example/dst/.files index 1611884..331242d 100644 --- a/example/dst/.files +++ b/example/dst/.files @@ -1,11 +1,11 @@ ./style.css -./Lists/board-games.md -./Lists/movies.md +./lists/board-games.md +./lists/movies.md +./articles/an-interesting-article/index.md +./articles/an-interesting-article/assets/stamps.webp +./articles/another-interesting-article/index.md +./articles/another-interesting-article/assets/japanese-train.webp +./articles/article3.md ./about.md -./Articles/an-interesting-article/index.md -./Articles/an-interesting-article/assets/stamps.webp -./Articles/another-interesting-article/index.md -./Articles/another-interesting-article/assets/japanese-train.webp -./Articles/article3.md ./404.md ./favicon.png diff --git a/example/dst/Articles/an-interesting-article/assets/stamps.webp b/example/dst/Articles/an-interesting-article/assets/stamps.webp deleted file mode 100644 index 9785ce7..0000000 Binary files a/example/dst/Articles/an-interesting-article/assets/stamps.webp and /dev/null differ diff --git a/example/dst/Articles/an-interesting-article/index.html b/example/dst/Articles/an-interesting-article/index.html deleted file mode 100644 index 8e65041..0000000 --- a/example/dst/Articles/an-interesting-article/index.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - Example - - -
- -
-
-▄███▄      ▄  ██   █▀▄▀█ █ ▄▄  █     ▄███▄   
-█▀   ▀ ▀▄   █ █ █  █ █ █ █   █ █     █▀   ▀  
-██▄▄     █ ▀  █▄▄█ █ ▄ █ █▀▀▀  █     ██▄▄    
-█▄   ▄▀ ▄ █   █  █ █   █ █     ███▄  █▄   ▄▀ 
-▀███▀  █   ▀▄    █    █   █        ▀ ▀███▀   
-        ▀       █    ▀     ▀                 
-               ▀                             
-
-
- -
-

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/dst/Articles/another-interesting-article/assets/japanese-train.webp b/example/dst/Articles/another-interesting-article/assets/japanese-train.webp deleted file mode 100644 index c4cab3e..0000000 Binary files a/example/dst/Articles/another-interesting-article/assets/japanese-train.webp and /dev/null differ diff --git a/example/dst/Articles/another-interesting-article/index.html b/example/dst/Articles/another-interesting-article/index.html deleted file mode 100644 index 010c0f1..0000000 --- a/example/dst/Articles/another-interesting-article/index.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - Example - - -
- -
-
-▄███▄      ▄  ██   █▀▄▀█ █ ▄▄  █     ▄███▄   
-█▀   ▀ ▀▄   █ █ █  █ █ █ █   █ █     █▀   ▀  
-██▄▄     █ ▀  █▄▄█ █ ▄ █ █▀▀▀  █     ██▄▄    
-█▄   ▄▀ ▄ █   █  █ █   █ █     ███▄  █▄   ▄▀ 
-▀███▀  █   ▀▄    █    █   █        ▀ ▀███▀   
-        ▀       █    ▀     ▀                 
-               ▀                             
-
-
- -
-

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/dst/Articles/article3.html b/example/dst/Articles/article3.html deleted file mode 100644 index 75783b7..0000000 --- a/example/dst/Articles/article3.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - Example - - -
- -
-
-▄███▄      ▄  ██   █▀▄▀█ █ ▄▄  █     ▄███▄   
-█▀   ▀ ▀▄   █ █ █  █ █ █ █   █ █     █▀   ▀  
-██▄▄     █ ▀  █▄▄█ █ ▄ █ █▀▀▀  █     ██▄▄    
-█▄   ▄▀ ▄ █   █  █ █   █ █     ███▄  █▄   ▄▀ 
-▀███▀  █   ▀▄    █    █   █        ▀ ▀███▀   
-        ▀       █    ▀     ▀                 
-               ▀                             
-
-
- -
-

Article 3

- -

Wow another one

- - diff --git a/example/dst/Lists/board-games.html b/example/dst/Lists/board-games.html deleted file mode 100644 index 5a54f33..0000000 --- a/example/dst/Lists/board-games.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - Example - - -
- -
-
-▄███▄      ▄  ██   █▀▄▀█ █ ▄▄  █     ▄███▄   
-█▀   ▀ ▀▄   █ █ █  █ █ █ █   █ █     █▀   ▀  
-██▄▄     █ ▀  █▄▄█ █ ▄ █ █▀▀▀  █     ██▄▄    
-█▄   ▄▀ ▄ █   █  █ █   █ █     ███▄  █▄   ▄▀ 
-▀███▀  █   ▀▄    █    █   █        ▀ ▀███▀   
-        ▀       █    ▀     ▀                 
-               ▀                             
-
-
- -
-

Board Games

- -

Here are some board games I like:

- -
    -
  1. Puerto Rico
  2. -
  3. Ascension: Chronicle of the Godslayer
  4. -
  5. Twilight Struggle
  6. -
- -

Play them with me, thanks.

- - diff --git a/example/dst/Lists/movies.html b/example/dst/Lists/movies.html deleted file mode 100644 index dc7fc57..0000000 --- a/example/dst/Lists/movies.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - Example - - -
- -
-
-▄███▄      ▄  ██   █▀▄▀█ █ ▄▄  █     ▄███▄   
-█▀   ▀ ▀▄   █ █ █  █ █ █ █   █ █     █▀   ▀  
-██▄▄     █ ▀  █▄▄█ █ ▄ █ █▀▀▀  █     ██▄▄    
-█▄   ▄▀ ▄ █   █  █ █   █ █     ███▄  █▄   ▄▀ 
-▀███▀  █   ▀▄    █    █   █        ▀ ▀███▀   
-        ▀       █    ▀     ▀                 
-               ▀                             
-
-
- -
-

A List of Movies

- -

Here are my favorite movies

- -
    -
  1. Primer
  2. -
  3. The Lighthouse
  4. -
  5. Tetsuo: The Iron Man
  6. -
- -

I hope you enjoyed this insightful article.

- - diff --git a/example/dst/articles/an-interesting-article/assets/stamps.webp b/example/dst/articles/an-interesting-article/assets/stamps.webp new file mode 100644 index 0000000..9785ce7 Binary files /dev/null and b/example/dst/articles/an-interesting-article/assets/stamps.webp differ diff --git a/example/dst/articles/an-interesting-article/index.html b/example/dst/articles/an-interesting-article/index.html new file mode 100644 index 0000000..8e65041 --- /dev/null +++ b/example/dst/articles/an-interesting-article/index.html @@ -0,0 +1,37 @@ + + + + + + + Example + + +
+ +
+
+▄███▄      ▄  ██   █▀▄▀█ █ ▄▄  █     ▄███▄   
+█▀   ▀ ▀▄   █ █ █  █ █ █ █   █ █     █▀   ▀  
+██▄▄     █ ▀  █▄▄█ █ ▄ █ █▀▀▀  █     ██▄▄    
+█▄   ▄▀ ▄ █   █  █ █   █ █     ███▄  █▄   ▄▀ 
+▀███▀  █   ▀▄    █    █   █        ▀ ▀███▀   
+        ▀       █    ▀     ▀                 
+               ▀                             
+
+
+ +
+

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/dst/articles/another-interesting-article/assets/japanese-train.webp b/example/dst/articles/another-interesting-article/assets/japanese-train.webp new file mode 100644 index 0000000..c4cab3e Binary files /dev/null and b/example/dst/articles/another-interesting-article/assets/japanese-train.webp differ diff --git a/example/dst/articles/another-interesting-article/index.html b/example/dst/articles/another-interesting-article/index.html new file mode 100644 index 0000000..010c0f1 --- /dev/null +++ b/example/dst/articles/another-interesting-article/index.html @@ -0,0 +1,37 @@ + + + + + + + Example + + +
+ +
+
+▄███▄      ▄  ██   █▀▄▀█ █ ▄▄  █     ▄███▄   
+█▀   ▀ ▀▄   █ █ █  █ █ █ █   █ █     █▀   ▀  
+██▄▄     █ ▀  █▄▄█ █ ▄ █ █▀▀▀  █     ██▄▄    
+█▄   ▄▀ ▄ █   █  █ █   █ █     ███▄  █▄   ▄▀ 
+▀███▀  █   ▀▄    █    █   █        ▀ ▀███▀   
+        ▀       █    ▀     ▀                 
+               ▀                             
+
+
+ +
+

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/dst/articles/article3.html b/example/dst/articles/article3.html new file mode 100644 index 0000000..75783b7 --- /dev/null +++ b/example/dst/articles/article3.html @@ -0,0 +1,33 @@ + + + + + + + Example + + +
+ +
+
+▄███▄      ▄  ██   █▀▄▀█ █ ▄▄  █     ▄███▄   
+█▀   ▀ ▀▄   █ █ █  █ █ █ █   █ █     █▀   ▀  
+██▄▄     █ ▀  █▄▄█ █ ▄ █ █▀▀▀  █     ██▄▄    
+█▄   ▄▀ ▄ █   █  █ █   █ █     ███▄  █▄   ▄▀ 
+▀███▀  █   ▀▄    █    █   █        ▀ ▀███▀   
+        ▀       █    ▀     ▀                 
+               ▀                             
+
+
+ +
+

Article 3

+ +

Wow another one

+ + diff --git a/example/dst/index.html b/example/dst/index.html index 86ad95d..681fec9 100644 --- a/example/dst/index.html +++ b/example/dst/index.html @@ -28,14 +28,14 @@

Articles

Lists

diff --git a/example/dst/lists/board-games.html b/example/dst/lists/board-games.html new file mode 100644 index 0000000..5a54f33 --- /dev/null +++ b/example/dst/lists/board-games.html @@ -0,0 +1,41 @@ + + + + + + + Example + + +
+ +
+
+▄███▄      ▄  ██   █▀▄▀█ █ ▄▄  █     ▄███▄   
+█▀   ▀ ▀▄   █ █ █  █ █ █ █   █ █     █▀   ▀  
+██▄▄     █ ▀  █▄▄█ █ ▄ █ █▀▀▀  █     ██▄▄    
+█▄   ▄▀ ▄ █   █  █ █   █ █     ███▄  █▄   ▄▀ 
+▀███▀  █   ▀▄    █    █   █        ▀ ▀███▀   
+        ▀       █    ▀     ▀                 
+               ▀                             
+
+
+ +
+

Board Games

+ +

Here are some board games I like:

+ +
    +
  1. Puerto Rico
  2. +
  3. Ascension: Chronicle of the Godslayer
  4. +
  5. Twilight Struggle
  6. +
+ +

Play them with me, thanks.

+ + diff --git a/example/dst/lists/movies.html b/example/dst/lists/movies.html new file mode 100644 index 0000000..dc7fc57 --- /dev/null +++ b/example/dst/lists/movies.html @@ -0,0 +1,41 @@ + + + + + + + Example + + +
+ +
+
+▄███▄      ▄  ██   █▀▄▀█ █ ▄▄  █     ▄███▄   
+█▀   ▀ ▀▄   █ █ █  █ █ █ █   █ █     █▀   ▀  
+██▄▄     █ ▀  █▄▄█ █ ▄ █ █▀▀▀  █     ██▄▄    
+█▄   ▄▀ ▄ █   █  █ █   █ █     ███▄  █▄   ▄▀ 
+▀███▀  █   ▀▄    █    █   █        ▀ ▀███▀   
+        ▀       █    ▀     ▀                 
+               ▀                             
+
+
+ +
+

A List of Movies

+ +

Here are my favorite movies

+ +
    +
  1. Primer
  2. +
  3. The Lighthouse
  4. +
  5. Tetsuo: The Iron Man
  6. +
+ +

I hope you enjoyed this insightful article.

+ + diff --git a/example/dst/sitemap.xml b/example/dst/sitemap.xml index 6c057b3..945ab51 100644 --- a/example/dst/sitemap.xml +++ b/example/dst/sitemap.xml @@ -4,11 +4,11 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> -https://example.org/Lists/board-games.html2024-10-091.0 -https://example.org/Lists/movies.html2024-10-091.0 -https://example.org/about.html2024-10-091.0 -https://example.org/Articles/an-interesting-article/2024-10-091.0 -https://example.org/Articles/another-interesting-article/2024-10-091.0 -https://example.org/Articles/article3.html2024-10-091.0 -https://example.org/404.html2024-10-091.0 +https://example.org/lists/board-games.html2024-10-101.0 +https://example.org/lists/movies.html2024-10-101.0 +https://example.org/articles/an-interesting-article/2024-10-101.0 +https://example.org/articles/another-interesting-article/2024-10-101.0 +https://example.org/articles/article3.html2024-10-101.0 +https://example.org/about.html2024-10-101.0 +https://example.org/404.html2024-10-101.0 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