Credits


Table of Contents
  1. Website
    1. Main HTML/CSS
    2. Static Site Generator
    3. Useful code snippets
  2. Art
    1. Graphics
    2. Icons

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.

The blog layout was adapted from Zonelets.

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?
  • eleventy-img, for transforming SVG files into inline SVG.
  • node-html-parser, for changing the properties of the inline SVG generated by the above.

Useful code snippets

Art

Graphics

Icons