https://github.com/jamstatic/jamstatic-fr
Sites statiques et architectures découplées
https://github.com/jamstatic/jamstatic-fr
francais hugo-blog jamstack static-website
Last synced: about 1 year ago
JSON representation
Sites statiques et architectures découplées
- Host: GitHub
- URL: https://github.com/jamstatic/jamstatic-fr
- Owner: jamstatic
- License: cc-by-sa-4.0
- Created: 2016-02-23T21:17:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T02:27:29.000Z (over 1 year ago)
- Last Synced: 2025-04-11T11:21:56.586Z (about 1 year ago)
- Topics: francais, hugo-blog, jamstack, static-website
- Language: CSS
- Homepage: https://jamstatic.fr
- Size: 30.1 MB
- Stars: 32
- Watchers: 8
- Forks: 22
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# [Jamstatic.fr](https://jamstatic.fr)
Vous utilisez [Jekyll](https://jamstatic.fr/categories/jekyll/), [Hugo](https://jamstatic.fr/categories/hugo/), [Eleventy](https://jamstatic.fr/categories/eleventy/) ou tout autre générateur de site statique ?
Vous voulez échanger avec la communauté francophone et vous tenir informé de l'actualité de l'écosystème de la Jamstack ?
Vous pouvez :
* [Nous suivre sur Twitter](https://twitter.com/jamstatic_fr)
* [Rejoindre le Slack](https://jamstatic.fr/slack/)
* [Soumettre un article à la publication](https://github.com/jamstatic/jamstatic-fr/projects/1)
[](https://app.netlify.com/sites/jamstatic/deploys)
## Contribuer
[](#contributeurs)
Le site est généré avec [Cecil](https://cecil.app).
1. Télécharger Cecil
```bash
curl -LO https://cecil.app/cecil.phar
```
2. Clôner le dépôt Git
```bash
git clone https://github.com/jamstatic/jamstatic-fr.git
```
3. Créer un nouvel article (dans une branche dédiée)
```bash
git switch --create post/nouvel-article
php cecil.phar new:page post/nouvel-article.md
```
4. Prévisualiser le site web
```bash
php cecil.phar serve -d -v --config=config/dev.yml
```
5. Envoyer l’article
```bash
git commit -am "Nouvel article"
```
6. Soumettre une PR (Pull Request)
```bash
gh pr create
```
## Développement
### Regénérer la feuille de styles avec [Tailwind CSS](https://tailwindcss.com)
```bash
npm install
npx tailwindcss -i ./tailwind.css -o ./assets/css/styles.css
```
## Production
Chaque commit dans la branche `master` génère une nouvelle version du site qui, s'il n'y a pas d'erreur, est automatiquement déployée.
Si vous souhaitez contribuer, proposer des articles, vous pouvez ouvrir une issue ou soumettre directement une pull request :heart:
## Contributeurs
Merci à ces personnes extraordinaires ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)) :

Frank Taillandier
💵 🔊 📝 💻 🎨 🚇 🚧 📋 🌍 ✅ 📢 📹

Arnaud Ligny
️️️️♿️ 💬 🔊 📝 🐛 💻 🖋 🔣 🎨 📖 🤔 🚇 🚧 🧑🏫 📆 👀 📢 🌍

Nicolas Goutay
💵 🔊 🌍 📝 📋 📢 📹

Regis Philibert
🔊 📝 ✅ 👀 💻

Boris Schapira
💵 👀 📝

Nicolas Hoizey
💵 👀 📝

Patrick Faramaz
💵 🔊 💻 📝

Jérôme Coupé
📝 👀

Pierre Burgy
📝

jygastaud
🔌 👀

antoine
📝 👀

Bertrand Keller
📝 💻

Nathalie Rosenberg
👀

Agnès Haasser
👀

P45QU10U
👀

Samuel Martin
👀

Victor Massé
👀

Christophe Ducamp
👀

Corinne Durrmeyer
👀

Laurent de Lacerda
👀

Uxlco
👀

yvesdo
👀

Yannick A.
👀

Hugo Torzuoli
👀

Yaacov
💵 ️️️️♿️

Enguerran
📖
Ce projet suit la specification [all-contributors](https://github.com/kentcdodds/all-contributors).
Toutes les contributions sont les bienvenues !