Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mobile-michel/semantic-layouts
Basic semantic HTML5 layouts
https://github.com/mobile-michel/semantic-layouts
eleventy github-pages liquid personal-css-framework semantic
Last synced: 25 days ago
JSON representation
Basic semantic HTML5 layouts
- Host: GitHub
- URL: https://github.com/mobile-michel/semantic-layouts
- Owner: mobile-michel
- Created: 2022-11-02T15:36:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T19:00:20.000Z (10 months ago)
- Last Synced: 2024-11-16T07:39:46.774Z (3 months ago)
- Topics: eleventy, github-pages, liquid, personal-css-framework, semantic
- Language: Liquid
- Homepage: https://mobile-michel.github.io/semantic-layouts/
- Size: 1.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic semantic HTML5 layouts
## Six basic layouts
- nav before header
- nav inside header
- nav after header
- articles inside section
- sections inside article
- related aside
- indirectly related asideDeploy on Netlify at https://semantic-layouts.netlify.app/
![screenshot](./public/capture-ecran.png)
## Upgrade from Astro to Eleventy
23 June 2023
1. Deleted everything from Astro & config
2. Installationof Eleventy
3. Layout & includes
4. Install stylesheet
5. Modify nav.html for automatic collections
6. Corrections
7. Problem with Netlify deploy (Build failed due to a user error: Build script returned non-zero exit code: 2)
Solution: go to Site settings -> Build & deploy -> Build settings -> Publish directory: change "dist" to "_site"