Hugo Educenter is developed by Themefischer
- GitHub, GitLab or BitBucket account
- Hugo > 0.62.2 (tested with 0.75.1)
This project is pre-configured for Forestry a Git-based CMS, import it to edit and preview your site ✨.
You can customize the theme through the config.toml
file. Those values are accessible from within Forestry.
Any changes you make in Forestry is commited back to the repository and automatically deployed.
# clone your imported repository
# cd in the project directory
# Start local dev server
hugo server
- Connect your repository
- Set the build command to:
hugo --gc --minify
- Set the publish directory to:
public
- Make sure to set
HUGO_VERSION
to 0.58.2 or above (tested with 0.75.1)
That's it, now your site gets deployed automatically on git push
or when saving documents from Forestry.
Open an issue in the theme's repository.