Yet another try of making a website
Find a file
2023-05-13 11:39:38 -03:00
archetypes added post.md 2022-12-15 15:27:58 -03:00
assets/img Fixing a few posts, and adding a new mainpic 2022-12-11 18:14:44 -03:00
config/_default added the bub club to the links 2022-12-26 00:43:36 -03:00
content new post 2023-05-13 11:39:38 -03:00
layouts hotfix 2023-01-07 13:08:03 -03:00
static add favicon 2022-12-10 18:00:34 -03:00
themes updated readme, changed blowfish commit 2023-01-02 11:55:18 -03:00
.gitignore Removed generated resouces from tracked files 2023-01-19 09:11:54 -03:00
.gitmodules Installed 2022-12-07 00:26:24 -03:00
.hugo_build.lock Installed theme 2022-12-07 00:26:35 -03:00
deploy.sh change in case hugo does something on the code when im not looking 2022-12-10 11:23:15 -07:00
README.md blowfish fix note 2023-01-07 10:10:53 -03:00

new_waifuism_life

Yet another try of making a website

Usage:

Requires git and built using hugo v0.102.3. 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.

Do not update the Blowfish theme, it will end up breaking stuff for no reason.