To view this site, just click here
To contribute to the source code or documentation, you should fork the GitHub project and clone it to your local machine.
Homebrew and MacPorts, package managers for macOS, can be installed from brew.sh or macports.org respectively. See install if you are running Windows etc.
brew install hugo
# or
port install hugo
To verify your new install:
hugo version
Now, start the Hugo server with drafts enabled:
hugo server -D
Navigate to your new site at http://localhost:1313/.
It is simple. Just call:
hugo -D
Output will be in ./public/
directory by default (-d
/--destination
flag to change it, or set publishdir
in the config file).
Let Netlify handle the publishing of the site by simply adding a branch to be the build target.
netlify.toml
specifies how Netlify should build and deploy the site.