Simple and fast website template with Netlify CMS and Eleventy
Check the demo at https://geuze.netlify.app/
Clone the repo and install the dependencies.
npm install
Run a local development server.
npm start
Make a production build. This command will also run when you deploy to Netlify (see netlify.toml
)
npm run build
Many thing can be configured from the cms. Take your time first to go through all the settings under the Config
collection.
MIT