Posts about Eleventy
Scrum As Code
Process Dec 16, 2021
Learn how to represent Scrum as code and do product management in a git repository. Use CI and CD and finally be able to get rid of Jira.
- Eleventy
Implementing a light/dark mode toggle with pure JS/CSS
Coding Jan 4, 2022
Learn how to implement a minimal light/dark mode toggle in Eleventy with pure JavaScript and CSS.
- Eleventy
- JavaScript
Custom-themed Mermaid diagrams in Eleventy
Coding Jun 3, 2022
Learn how to use Mermaid diagrams embedded in your Markdown files in Eleventy. Globally define a custom theme that is used in each diagram.
- Eleventy
- JavaScript
Showing Plausible view counts in an Eleventy blog
Coding Jun 8, 2022
Learn how to integrate the retrieval of page view stats from the Plausible Analytics API into your Eleventy build process to show them in your blog or website.
- Eleventy
- Plausible
Rendering a file structure with Prism in Eleventy
Coding Jun 15, 2022
Learn how to display a file system structure nicely on your Eleventy website with Prism.
- Eleventy
- JavaScript
Injecting an HTML snippet into every 11ty post
Coding Jul 21, 2022
Learn how to inject a rendered Nunjucks template into every post of your Eleventy blog.
- Eleventy
- JavaScript