From 20720795b18457c7194171b1c718def6e3a69252 Mon Sep 17 00:00:00 2001 From: waifu Date: Tue, 27 Dec 2022 10:48:19 -0300 Subject: [PATCH 1/5] blowfish fix --- themes/blowfish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/blowfish b/themes/blowfish index 6c0d09a..83d6090 160000 --- a/themes/blowfish +++ b/themes/blowfish @@ -1 +1 @@ -Subproject commit 6c0d09ae8cba2a7873f6aee44a9ad28a03382606 +Subproject commit 83d6090e16a12fbfe3149c5be9c7dcc43f521a26 From 0765bf62f592b1ca108fb6dfecebb125a54f11e5 Mon Sep 17 00:00:00 2001 From: waifu Date: Mon, 2 Jan 2023 11:55:18 -0300 Subject: [PATCH 2/5] updated readme, changed blowfish commit --- README.md | 27 ++++++++++++++++++++++++++- themes/blowfish | 2 +- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee358a2..c719523 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,29 @@ Yet another try of making a website -Made with hugo and gitea \ No newline at end of file + +# Usage: + +Requires git and hugo. +I normally edit files with Visual Studio Code + +To download the files: + +git clone https://git.waifuism.life/waifu/new_waifuism_life + +Then initialize and download the sub module (Blowfish theme): + +git submodule init + +git submodule update + +Host a local webserver at http://localhost:1313/ + +hugo server + +It's also possible to use a simple script for updating it automatically every so often using a cron job for example. + +deploy.sh + +The website files end up in the folder */public/*, it is ignored by repository. + diff --git a/themes/blowfish b/themes/blowfish index 83d6090..8da083a 160000 --- a/themes/blowfish +++ b/themes/blowfish @@ -1 +1 @@ -Subproject commit 83d6090e16a12fbfe3149c5be9c7dcc43f521a26 +Subproject commit 8da083ad241ac17c95aeeab23ccd22a93c4db7b0 From 841d98d27f9d05f9ba19f7398aa2f34f5a6db596 Mon Sep 17 00:00:00 2001 From: waifu Date: Sat, 7 Jan 2023 12:37:06 -0300 Subject: [PATCH 3/5] Added the hugo version being used. For keeping a registry of the program. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c719523..b637a79 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Yet another try of making a website # Usage: -Requires git and hugo. +Requires git and built using hugo v0.102.3. I normally edit files with Visual Studio Code To download the files: From 8bf870c85b19d7dd8b674acda1c50fa6a2556eb0 Mon Sep 17 00:00:00 2001 From: waifu Date: Sat, 7 Jan 2023 13:08:03 -0300 Subject: [PATCH 4/5] hotfix --- layouts/commitedlines/single.html | 2 +- layouts/wafuverse/single.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/commitedlines/single.html b/layouts/commitedlines/single.html index 5715264..d500d35 100644 --- a/layouts/commitedlines/single.html +++ b/layouts/commitedlines/single.html @@ -19,7 +19,7 @@ {{ .Title | emojify }}
- {{ partial "article-meta.html" (dict "context" . "scope" "single") }} + {{ partial "article-meta/basic.html" (dict "context" . "scope" "single") }}
diff --git a/layouts/wafuverse/single.html b/layouts/wafuverse/single.html index 5715264..d500d35 100644 --- a/layouts/wafuverse/single.html +++ b/layouts/wafuverse/single.html @@ -19,7 +19,7 @@ {{ .Title | emojify }}
- {{ partial "article-meta.html" (dict "context" . "scope" "single") }} + {{ partial "article-meta/basic.html" (dict "context" . "scope" "single") }}
From 3e0353643a0708d5f59e62d5db8302d9288719db Mon Sep 17 00:00:00 2001 From: waifu Date: Sat, 7 Jan 2023 10:10:53 -0300 Subject: [PATCH 5/5] blowfish fix note --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b637a79..7c1867c 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,4 @@ deploy.sh The website files end up in the folder */public/*, it is ignored by repository. +**Do not** update the Blowfish theme, it will end up breaking stuff for no reason. \ No newline at end of file