- Hugo
- Dark mode theme
- Custom theme
- Analytics
- Start posting
This was generated with Hugo by running:
hugo new site calini.github.io
Adding new themes
You can add themes like such:
git submodule add <repo_url> themes/<name>
then, modify theme
under /config.toml
.
Adding new posts
hugo new posts/<post>.md
Running the server locally
hugo server -D
Building the website
hugo
Get Hugo
go install github.com/gohugoio/hugo@latest
Pull themes locally
git submodule update --init --recursive
Update themes to their last version
git submodule update --remote --merge