Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mobile-michel/liquid-render
Sandbox for the render tag of Liquid templates with Eleventy.
https://github.com/mobile-michel/liquid-render
eleventy liquidjs
Last synced: about 2 months ago
JSON representation
Sandbox for the render tag of Liquid templates with Eleventy.
- Host: GitHub
- URL: https://github.com/mobile-michel/liquid-render
- Owner: mobile-michel
- Created: 2024-09-11T20:36:42.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T20:28:10.000Z (5 months ago)
- Last Synced: 2024-11-04T07:42:27.008Z (3 months ago)
- Topics: eleventy, liquidjs
- Language: Liquid
- Homepage: https://mobile-michel.github.io/liquid-render/
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic template with Eleventy, Liquid & Simple CSS framework
## 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
- _includes/header.liquid
- _includes/footer.liquid## Responsive navbar
- responsive mobile menu with CSS without JavaScript from [LogRocket](https://blog.logrocket.com/create-responsive-mobile-menu-with-css-no-javascript/), without classes
- add tags: primary in frontmatter## Package.json scripts
- "start": "npx @11ty/eleventy --serve",
- "build": "eleventy",
- "debug": "DEBUG=* eleventy"## Dependencies
- "@11ty/eleventy": "^2.0.1"