Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quinten/geuze
Simple and fast website template with Netlify CMS and Eleventy
https://github.com/quinten/geuze
eleventy jamstack netlify-cms starter-template
Last synced: 20 days ago
JSON representation
Simple and fast website template with Netlify CMS and Eleventy
- Host: GitHub
- URL: https://github.com/quinten/geuze
- Owner: Quinten
- License: mit
- Created: 2021-02-27T14:15:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T19:02:31.000Z (almost 2 years ago)
- Last Synced: 2024-12-17T05:52:36.240Z (24 days ago)
- Topics: eleventy, jamstack, netlify-cms, starter-template
- Language: JavaScript
- Homepage: https://geuze.netlify.app/
- Size: 445 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple and fast website template with Netlify CMS and Eleventy------
## Demo
Check the demo at https://geuze.netlify.app/
### Ready to start your own Geuze site?
## Development
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
```### Configuration
Many thing can be configured from the cms. Take your time first to go through all the settings under the `Config` collection.
### License
MIT