README.md 831 B

unakt.cc

Mon blog tout à fait minimaliste pas encore tout à fait fonctionnel mais c'est pas grave comme y'a rien dessus... ou presque...

How-To

  1. Follow setup on Eleventy website then

  2. 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)

File Structure

  • _drafts - ignored md files from the builder
  • _site - whole blog rendered in html
  • includes - binaries & structure
  • layout - layouts
  • node_modules - lot of crap
  • posts - blog posts in markdown
  • templates - wut is this ? /shrug

I think that's it