Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mobile-michel/decapcms-template
https://github.com/mobile-michel/decapcms-template
decap-cms eleventy liquidjs netlify
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mobile-michel/decapcms-template
- Owner: mobile-michel
- Created: 2024-03-08T19:31:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T16:24:33.000Z (8 months ago)
- Last Synced: 2024-11-07T05:54:51.522Z (3 months ago)
- Topics: decap-cms, eleventy, liquidjs, netlify
- Language: Liquid
- Homepage: https://decapcms-template.netlify.app/
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eleventy 2.0.1 template with Liquid, Simple.css & DecapCMS
## Folder structure
- pages in /src
- layouts in /_layouts
- includes in /_includes
- Json files in /_data
- CSS files in /assets/css
- images in /assets/images## Page layout
- _layouts/base.liquid
- _layouts/default.liquid -> layout: base -> includes: header + footer
- _includes/header.liquid -> with primary navigation
- _includes/footer.liquid## Responsive navbar
- add tags: primary in frontmatter## Package.json scripts
- "start": "npx @11ty/eleventy --serve",
- "build": "eleventy",
- "debug": "DEBUG=* eleventy"## Dependencies
- "@11ty/eleventy": "^2.0.1"