This is a play project to test and evaluate Eleventy.
- Using GitHub Actions for deploying it to GitHub pages
- Using a
pathprefix
at the build as it's getting deployed in a subfolder
- Using a
- Using TailwindCSS for styling
- Including TailwindCSS/Typography
- Using eleventy-syntax-highlighting plugin with PrismJS Okaidia theme
- Using markdown-it-attrs to be able to define css-classes in markdown, like in Kramdown at Jekyll
Using eleventy-respimg for serving images via cloudinary.- seems to be dead and missing important features like local-mode, so created an own one
- Two-level-paging is based on this article
- Install node
- Install yarn
- Run
yarn start