Yet another try of making a website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
waifu 9dd3187ebb fix 6 months ago
archetypes added post.md 1 year ago
assets/img Fixing a few posts, and adding a new mainpic 1 year ago
config/_default tags 11 months ago
content fix 6 months ago
layouts hotfix 1 year ago
static add favicon 1 year ago
themes updated readme, changed blowfish commit 1 year ago
.gitignore Removed generated resouces from tracked files 1 year ago
.gitmodules Installed 1 year ago
.hugo_build.lock Installed theme 1 year ago
README.md blowfish fix note 1 year ago
deploy.sh change in case hugo does something on the code when im not looking 1 year ago

README.md

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.