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
|
12 months ago | |
---|---|---|
archetypes | 2 years ago | |
assets/img | 2 years ago | |
config/_default | 1 year ago | |
content | 12 months ago | |
layouts | 2 years ago | |
static | 2 years ago | |
themes | 2 years ago | |
.gitignore | 2 years ago | |
.gitmodules | 2 years ago | |
.hugo_build.lock | 2 years ago | |
README.md | 2 years ago | |
deploy.sh | 2 years 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.