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: 4 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-12T20:28:10.000Z (over 1 year ago)
- Last Synced: 2025-06-25T07:50:46.717Z (11 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"