Hugo Parsa Theme developed by Themefischer for Forestry CMS.
Import to Forestry in one single click!
- Hugo > 0.62.2 (tested with 0.74.3)
This project has been pre-configured to work with Forestry, just import your repository ✨.
Any changes you make will be commited back to the repo, and deployed if you're using Netlify.
You can customize the theme through 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
- Set
HUGO_VERSION
to0.74.3
That's it, now your site gets deployed automatically on git push
or when saving documents from Forestry.
# clone your repository
# cd in the project directory
cd hugo-parsa-forestry
# Start local dev server
hugo server
For more information, see official Hugo documentation.