updated readme, changed blowfish commit
This commit is contained in:
parent
28cfb16c4b
commit
0765bf62f5
2 changed files with 27 additions and 2 deletions
27
README.md
27
README.md
|
@ -2,4 +2,29 @@
|
|||
|
||||
Yet another try of making a website
|
||||
|
||||
Made with hugo and gitea
|
||||
|
||||
# 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.
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 83d6090e16a12fbfe3149c5be9c7dcc43f521a26
|
||||
Subproject commit 8da083ad241ac17c95aeeab23ccd22a93c4db7b0
|
Loading…
Add table
Reference in a new issue