~fancycade/daemonpizza

My personal blog
705674e0 — Harley Swick a month ago
Update build manifest to include dartsass
ff271609 — Harley Swick a month ago
Add new theme submodule path
c53c7ada — Harley Swick a month ago
Update to dartsass and remove theme submodule

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~fancycade/daemonpizza
read/write
git@git.sr.ht:~fancycade/daemonpizza

You can also use your local clone with git send-email.

#daemonpizza

My personal blog where I write about tech stuff.

#Dependencies

Debian:

apt install hugo

FreeBSD:

doas pkg install gohugo just

To install the ficurinia theme run this:

git submodule update --init --recursive

Now you can build the blog with:

just build

#Dev

just dev

#Release

just package

#New Post

hugo new posts/example.md

FYI in later versions of hugo it is:

hugo new content posts/example.md

#License

FreeBSD License