Hugo
Documentation
Quickstart
Installation
hugo new site quickstartcd quickstartgit initgit submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/anankeecho "theme = 'ananke'" >> hugo.toml
Configuration
Update your site metadata in hugo.toml
(e.g. title
, baseURL
, etc.).
Deployment
Build
hugo --cleanDestinationDir
Preview
npx --yes serve@latest public
Deploy
npx --yes bunny-launcher@latest --interactive