Update build manifest to include dartsass
Add new theme submodule path
Update to dartsass and remove theme submodule
My personal blog where I write about tech stuff.
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
just dev
just package
hugo new posts/example.md
FYI in later versions of hugo it is:
hugo new content posts/example.md
FreeBSD License