From d3d7b9f8fd570ac3c8f0d5c79fff2428487ba52a Mon Sep 17 00:00:00 2001 From: psychhim Date: Tue, 11 Nov 2025 16:50:28 +0530 Subject: [PATCH] Fix: submodule --- .gitmodules | 3 ++ public/404.html | 38 +++++++-------- public/categories/index.html | 36 ++++++++------- public/categories/non-tech/index.html | 38 +++++++-------- public/css/style.css | 22 ++++----- public/index.html | 38 +++++++-------- public/posts/first-post/index.html | 38 +++++++-------- public/posts/index.html | 38 +++++++-------- public/tags/first-post/index.html | 38 +++++++-------- public/tags/index.html | 46 ++++++++++++------- ...s_35228c61540281cb0f59c29e272246c7.content | 22 ++++----- 11 files changed, 193 insertions(+), 164 deletions(-) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4b4ef05 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/hugo-theme-yue"] + path = themes/hugo-theme-yue + url = https://github.com/CyrusYip/hugo-theme-yue.git diff --git a/public/404.html b/public/404.html index 3c2bd06..2237e79 100644 --- a/public/404.html +++ b/public/404.html @@ -1,11 +1,7 @@ - - - - + + + + 404 Page not found | Freedoms4 @@ -29,9 +25,10 @@ - - -

Freedoms4

+ + +
+

Freedoms4

-
-
+ +
+
+

404

The page you visited was not found.

Return to the home page

-
- + + diff --git a/public/categories/index.html b/public/categories/index.html index 477cc77..6ac0390 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -1,11 +1,7 @@ - - - - + + + + Categories | Freedoms4 @@ -32,9 +28,10 @@ - - -

Freedoms4

+ + +
+

Freedoms4

-
-

Non-Tech 1

-
+
+

Non-Tech 1

+
+ - - + + + + diff --git a/public/categories/non-tech/index.html b/public/categories/non-tech/index.html index 5862363..9ecd0af 100644 --- a/public/categories/non-tech/index.html +++ b/public/categories/non-tech/index.html @@ -1,11 +1,7 @@ - - - - + + + + Non-Tech | Freedoms4 @@ -32,9 +28,10 @@ - - -

Freedoms4

+ + +
+

Freedoms4

-
-
+ +
+
+
- + + diff --git a/public/css/style.css b/public/css/style.css index 00adb3a..5e8b9bd 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -37,19 +37,19 @@ blockquote { margin-right: auto; } } :root { - --background-color: #fbf1c7; - --background-color1: #ebdbb2; - --foreground-color: #3c3836; - --foreground-color3: #665c54; - --accent-color: #af3a03; } + --background-color: #282828; + --background-color1: #3c3836; + --foreground-color: #ebdbb2; + --foreground-color3: #bdae93; + --accent-color: #fe8019; } -@media (prefers-color-scheme: dark) { +@media (prefers-color-scheme: light) { :root { - --background-color: #282828; - --background-color1: #3c3836; - --foreground-color: #ebdbb2; - --foreground-color3: #bdae93; - --accent-color: #fe8019; } } + --background-color: #fbf1c7; + --background-color1: #ebdbb2; + --foreground-color: #3c3836; + --foreground-color3: #665c54; + --accent-color: #af3a03; } } .body { background-color: var(--background-color); diff --git a/public/index.html b/public/index.html index 82b9e5a..90f4603 100644 --- a/public/index.html +++ b/public/index.html @@ -1,12 +1,8 @@ - - - + + + - + Freedoms4 @@ -33,9 +29,10 @@ - - -

Freedoms4

+ + +
+

Freedoms4

-
-
+ +
+
+ @@ -64,10 +63,13 @@ -
- + + diff --git a/public/posts/first-post/index.html b/public/posts/first-post/index.html index e7c2d9b..50c60fa 100644 --- a/public/posts/first-post/index.html +++ b/public/posts/first-post/index.html @@ -1,11 +1,7 @@ - - - - + + + + First Post | Freedoms4 @@ -40,9 +36,10 @@ - - -

Freedoms4

+ + +
+

Freedoms4

-
-
+ +
+
+

First Post

@@ -83,10 +82,13 @@ -
- + + diff --git a/public/posts/index.html b/public/posts/index.html index a0b5834..c4a89ae 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -1,11 +1,7 @@ - - - - + + + + Posts | Freedoms4 @@ -32,9 +28,10 @@ - - -

Freedoms4

+ + +
+

Freedoms4

-
-
+ +
+
+

First Post

-
- + + diff --git a/public/tags/first-post/index.html b/public/tags/first-post/index.html index cea1ada..73575fc 100644 --- a/public/tags/first-post/index.html +++ b/public/tags/first-post/index.html @@ -1,11 +1,7 @@ - - - - + + + + First-Post | Freedoms4 @@ -32,9 +28,10 @@ - - -

Freedoms4

+ + +
+

Freedoms4

-
-
+ +
+
+
- + + diff --git a/public/tags/index.html b/public/tags/index.html index b7c3644..976349d 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -1,11 +1,7 @@ - - - - + + + + Tags | Freedoms4 @@ -32,9 +28,10 @@ - - -

Freedoms4

+ + +
+

Freedoms4

-
-

First-Post 1

-
+
+ +
+ +

+ First-Post 1 +

+ +
+ +
+ - - + + + + diff --git a/resources/_gen/assets/scss/main.scss_35228c61540281cb0f59c29e272246c7.content b/resources/_gen/assets/scss/main.scss_35228c61540281cb0f59c29e272246c7.content index 00adb3a..5e8b9bd 100644 --- a/resources/_gen/assets/scss/main.scss_35228c61540281cb0f59c29e272246c7.content +++ b/resources/_gen/assets/scss/main.scss_35228c61540281cb0f59c29e272246c7.content @@ -37,19 +37,19 @@ blockquote { margin-right: auto; } } :root { - --background-color: #fbf1c7; - --background-color1: #ebdbb2; - --foreground-color: #3c3836; - --foreground-color3: #665c54; - --accent-color: #af3a03; } + --background-color: #282828; + --background-color1: #3c3836; + --foreground-color: #ebdbb2; + --foreground-color3: #bdae93; + --accent-color: #fe8019; } -@media (prefers-color-scheme: dark) { +@media (prefers-color-scheme: light) { :root { - --background-color: #282828; - --background-color1: #3c3836; - --foreground-color: #ebdbb2; - --foreground-color3: #bdae93; - --accent-color: #fe8019; } } + --background-color: #fbf1c7; + --background-color1: #ebdbb2; + --foreground-color: #3c3836; + --foreground-color3: #665c54; + --accent-color: #af3a03; } } .body { background-color: var(--background-color);