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
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 @@
-
-
-
-
+
You are here:
@@ -72,10 +71,13 @@
-
-
+
+
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 @@
-
-
-
+
+
@@ -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 @@
-
-
-
+
+
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 @@
-
-
-
-
+
You are here:
@@ -72,10 +71,13 @@
-
-
+
+
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 @@
-
-
-
+
+
+
+
+
+
-
-
+
+
+
+
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);