Added Hugo Simple theme and configured some basic customizations.

This commit is contained in:
2024-12-24 12:08:41 -08:00
parent fe34121c13
commit dc3b327d41
12 changed files with 191 additions and 0 deletions

19
.justfile Normal file
View File

@@ -0,0 +1,19 @@
default: project-name
@just --list
project-name:
@echo "iiogama.0x212.com"
build:
hugo --gc --minify
clean:
rm -rI ./public
deploy:
rclone sync ./public/ iiogama.0x212.com:public/
push:
todo:
nb todos/