Hugo port of the Casper 3 theme originally by Ghost.
- Hugo > 0.65.0
This project has been pre-configured to work with Forestry, just import the repository ✨.
Any changes you make will be commited back to the repository.
You can customize the theme through the params in the config.toml
file. Those values are accessible from within Forestry.
Import your site in Netlify
- Create a new site in Netlify and import your repository.
- Set the build command to:
hugo --gc --minify
- Set the publish directory to:
public
- Make sure to set
HUGO_VERSION
to 0.65.0 or above (tested with latest version) - Set the publish directory to:
public
That's it, now your site gets deployed automatically on git push
or when saving documents from Forestry.
# clone the repository
git clone [email protected]:forestryio/casper3-hugo-starter.git
# cd in the project directory
cd casper3-hugo-starter
# Start local dev server
hugo server
For more information, see official Hugo documentation.