Eleventy powered blog for my website
Find a file
2025-08-26 22:29:16 +02:00
_includes Finalize 1st version of the website 2025-04-17 18:08:12 +02:00
content Finalize 1st version of the website 2025-04-17 18:08:12 +02:00
css rewroding 2025-06-07 20:30:59 +02:00
en Fix content warning 2025-08-26 22:26:32 +02:00
fr Fix wording 2025-08-26 22:29:16 +02:00
js first commit 2025-04-16 22:34:45 +02:00
.gitignore first commit 2025-04-16 22:34:45 +02:00
css-bundle.njk first commit 2025-04-16 22:34:45 +02:00
eleventy.config.js Finalize 1st version of the website 2025-04-17 18:08:12 +02:00
index.njk Finalize 1st version of the website 2025-04-17 18:08:12 +02:00
js-bundle.njk first commit 2025-04-16 22:34:45 +02:00
package-lock.json Add "who are you?" article 2025-06-07 01:46:11 +02:00
package.json first commit 2025-04-16 22:34:45 +02:00
README.md Add README 2025-04-18 21:12:31 +02:00
serve.sh Add README 2025-04-18 21:12:31 +02:00

My blog's source!

Welcome! This is my blog's source files.

How to generate the files

This is a simple blog powered by 11ty. To generate the files, run:

npx @11ty/eleventy --pathprefix=blog

For development purposes, we can run an HTTP server with watching enabled (to regenerate the website whenever one of the files changes), using:

npx @11ty/eleventy --serve --watch --pathprefix=blog