Yet another try of making a website
Find a file
2025-04-12 16:41:38 -03:00
archetypes change archetypes 2024-12-28 23:44:05 -03:00
assets/img background 2025-01-14 23:29:03 -03:00
config/_default background 2025-01-14 23:29:03 -03:00
content post 2025-04-12 16:41:38 -03:00
static add favicon 2022-12-10 18:00:34 -03:00
themes rebuilt site for less bloated things 2024-12-22 18:33:09 -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 Added the hugo version being used. 2023-01-07 12:37:06 -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.