Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thom4parisot/11ty-stylo
Carnet web propulsé par Eleventy, et des données hébergées sur Stylo
https://github.com/thom4parisot/11ty-stylo
11ty github-pages stylo
Last synced: 3 months ago
JSON representation
Carnet web propulsé par Eleventy, et des données hébergées sur Stylo
- Host: GitHub
- URL: https://github.com/thom4parisot/11ty-stylo
- Owner: thom4parisot
- License: gpl-3.0
- Created: 2022-12-09T05:24:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T18:58:00.000Z (about 2 years ago)
- Last Synced: 2024-04-12T16:28:47.790Z (10 months ago)
- Topics: 11ty, github-pages, stylo
- Language: JavaScript
- Homepage: https://thom4parisot.github.io/11ty-stylo/
- Size: 112 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 11ty-stylo
Carnet web propulsé par Eleventy, et des données hébergées sur Stylo
![](./screenshot.png)
## Installer
```
npm install
```## Configurer
1. Copier le fichier `.env.example` en `.env`
2. Ajouter la clé d'API de votre compte Stylo## Démarrer
```
npm start
```## Déployer
Le déploiement est **semi-automatisé**. C'est-à-dire que le site se déploie _tout seul_,
sur un **changement de code source** ou en appuyant sur un **bouton**._Pas encore_ quand un contenu est modifié.
### GitHub Pages
Voir [`.github/workflows/pages.yml`](.github/workflows/pages.yml).\
Publié sur [`thom4parisot.github.io/11ty-stylo/`](https://thom4parisot.github.io/11ty-stylo/).### GitLab Pages
Voir [`.gitlab-ci.yml`](.gitlab-ci.yml).\
Publié sur [`thom4parisot.frama.io/11ty-stylo/`](https://thom4parisot.frama.io/11ty-stylo/).### Netlify
Voir [`netlify.toml`](netlify.toml).\
Publié sur [`11ty-stylo-template.netlify.app`](https://11ty-stylo-template.netlify.app/).