Jekyll Mundana Forestry starter
Theme designed and developed by wowthemes,
Requirements
- Ruby > 2.5
- Jekyll ~> 3.8
Content Management
This project is pre-configured for Forestry a Git-based CMS, import it to edit and preview your site ✨.
Any changes you make in Forestry is commited back to the repository and automatically deployed.
Local development
# clone your imported repository
# cd in the project directory
# install dependencies
bundle
# Start local dev server
bundle exec jekyll serve --livereload --drafts
Deployment and hosting
GitHub Pages
Go to your repository settings and activate GitHub Pages in the root folder.
Vercel
Copy-paste your Git repository URL, accept default settings and click deploy ✨.
Netlify
- Set the build command to:
jekyll build
- Set the publish directory to:
site
That's it, now your site gets deployed automatically on git push
or when saving documents from Forestry.
Feedback
Open an issue in the theme's repository.