Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 aside

Deploy 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"