My Eleventy.js blog https://unakt.cc
|
|
hai 3 meses | |
|---|---|---|
| _drafts | hai 3 meses | |
| _site | hai 3 meses | |
| img | hai 3 meses | |
| includes | hai 3 meses | |
| layouts | hai 3 meses | |
| posts | hai 3 meses | |
| templates | hai 3 meses | |
| .eleventyignore | hai 3 meses | |
| .gitignore | hai 3 meses | |
| README.md | hai 3 meses | |
| about.md | hai 3 meses | |
| bundle.css | hai 3 meses | |
| eleventy.config.js | hai 3 meses | |
| index.md | hai 3 meses | |
| notes.md | hai 3 meses | |
| package-lock.json | hai 3 meses | |
| package.json | hai 3 meses |
Mon blog tout à fait minimaliste pas encore tout à fait fonctionnel mais c'est pas grave comme y'a rien dessus... ou presque...
Follow setup on Eleventy website then
See scripts in the "package.json" file like :
npm run build npm run deploy
"build" does build the whole blog in html inside _site "deploy" should copy it in my internet served folder
⚠️ Don't use deploy !! Used only in my own scenario
npm run start This is for local testing (Don't forget to restart this when modifying the eleventy.config.js file)
I think that's it