LapinRobin / hugo-starter-netlify-cms

Basic Hugo theme with Netlify CMS integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hugo Starter with Netlify CMS

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.

Getting started

Use the deploy button to get your own copy of the repository.

Deploy to Netlify

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.

Local Development

Clone this repository and start the development server with hugo serve.

The Netlify CMS configuration file can be found in static/admin/config.yml.

Further Reading

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.

About

Basic Hugo theme with Netlify CMS integration


Languages

Language:HTML 76.5%Language:CSS 23.5%