Credits
Here is a list of all things that went into the building of this website that were not made by me!
Note that this only includes website-related credits. For inspirations, please see the About page.
Website
Main HTML/CSS
This site uses squidknees's Pedia layout, which can be found here. The layout has been adapted by me to work with Eleventy templates (see below), so some elements differ.
Static Site Generator
This site is made with Eleventy. Here is a list of all packages and plugins I use:
- Luxon, for dealing with dates.
- markdown-it-attrs, for adding classes to elements in Markdown files.
- markdown-it-anchor, for automatically adding ids to headings (for use in the plugin below).
- eleventy-plugin-toc, for making tables of contents.
- rimraff, for cleaning the output folder every time I serve/build the site because Eleventy doesn't do that for some reason?
Useful code snippets
- Generate modification date using computed data.
- Filter for sorting by modificationd date.
- Div with elements in a circle.
- How to create tabs.