From 25d672386b8b82557868da70717112428849ddb4 Mon Sep 17 00:00:00 2001 From: bearfm <77757734+bearfm@users.noreply.github.com> Date: Mon, 4 Mar 2024 21:25:33 -0800 Subject: [PATCH] fix --- dist/404.html | 2 +- dist/418.html | 2 +- dist/blog/index.html | 5 ++--- dist/blogindex.txt | 2 +- dist/index.html | 2 +- src/404.md | 2 +- src/418.md | 2 +- src/blog/index.md | 5 ++--- src/index.md | 2 +- src/scss/center.scss | 3 --- 10 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 src/scss/center.scss diff --git a/dist/404.html b/dist/404.html index fc03bc7..2bc093c 100644 --- a/dist/404.html +++ b/dist/404.html @@ -10,7 +10,7 @@ - + diff --git a/dist/418.html b/dist/418.html index 70f884c..d84305e 100644 --- a/dist/418.html +++ b/dist/418.html @@ -10,7 +10,7 @@ - + diff --git a/dist/blog/index.html b/dist/blog/index.html index 6ce9b45..f1762de 100644 --- a/dist/blog/index.html +++ b/dist/blog/index.html @@ -10,7 +10,7 @@ - + @@ -34,10 +34,9 @@ JavaScript must be enabled for the blog index to work. Otherwise visit blogindex.txt for a plaintext list.
- JavaScript must be enabled for the blog index to work. Otherwise visit blogindex.txt for a plaintext list.

+ href="blogIndex.js">

diff --git a/dist/blogindex.txt b/dist/blogindex.txt index 44ccb71..0d0ca7f 100644 --- a/dist/blogindex.txt +++ b/dist/blogindex.txt @@ -1,2 +1,2 @@ 1708193771 https://bear.oops.wtf/blog/firstPost.html -1709608584 https://bear.oops.wtf/blog/index.html +1709616315 https://bear.oops.wtf/blog/index.html diff --git a/dist/index.html b/dist/index.html index 16b6158..8ffadeb 100644 --- a/dist/index.html +++ b/dist/index.html @@ -10,7 +10,7 @@ - + diff --git a/src/404.md b/src/404.md index 79f1b86..7dd1448 100644 --- a/src/404.md +++ b/src/404.md @@ -3,7 +3,7 @@ title: 404 - Not Found author: BearFM date: January 25, 2024 modified: January 25, 2024 -header: +header: --- # 404: Not Found diff --git a/src/418.md b/src/418.md index 29d822e..695da6e 100644 --- a/src/418.md +++ b/src/418.md @@ -3,7 +3,7 @@ title: 404 - Not Found author: BearFM date: January 27, 2024 modified: January 27, 2024 -header: +header: --- # 418: I'm a teapot diff --git a/src/blog/index.md b/src/blog/index.md index f1549e6..cbd79c5 100644 --- a/src/blog/index.md +++ b/src/blog/index.md @@ -3,7 +3,7 @@ title: Blog Index author: BearFM date: January 26, 2024 modified: January 26, 2024 -header: +header: --- (Sorted by date created) @@ -14,7 +14,6 @@ header: - JavaScript must be enabled for the blog index to work. Otherwise visit blogindex.txt for a plaintext list. -[](blogIndex.min.js) \ No newline at end of file +[](blogIndex.js) \ No newline at end of file diff --git a/src/index.md b/src/index.md index 1ab4bfa..86d2386 100644 --- a/src/index.md +++ b/src/index.md @@ -3,7 +3,7 @@ title: bear.oops.wtf author: BearFM date: January 6, 2024 modified: January 25, 2024 -header: +header: --- Hello, I'm Bear. diff --git a/src/scss/center.scss b/src/scss/center.scss deleted file mode 100644 index 61050dd..0000000 --- a/src/scss/center.scss +++ /dev/null @@ -1,3 +0,0 @@ -.article { - text-align: center; -} \ No newline at end of file