Dead-simple Hugo theme with Netlify CMS integration. Intended to be a starter for creating your own theme with an out-of-the-box Netlify CMS integration.
Use the deploy button to get your own copy of the repository.
This will setup everything needed for running the CMS:
- A new repository in your GitHub account with the code
- Full Continuous Deployment to Netlify's global CDN network
- Control users and access with Netlify Identity
- Manage content with Netlify CMS
Once the initial build finishes, you can invite yourself as a user. Go to the Identity tab in your new site, click "Invite" and send yourself an invite.
You can now add and edit content by navigating to your.app/admin.
Clone this repository and start the development server with hugo serve
.
The Netlify CMS configuration file can be found in static/admin/config.yml
.
To learn more about building themes in Hugo, refer to Hugo's templating documentation.
To learn more about Netlify CMS, please refer to Netlify CMS's documentation.
If you want to learn more about using Netlify CMS with Hugo, I made a video explaining how to do so.