Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"