- Sidenotes in Hugo 21 Oct 2023
Yet another sidenote implementation.
- Printing Unicode Characters in Hugo 4 Oct 2023
My learning experience with `printf` in Golang and Hugo.
- Rendering mathematics expressions in Hugo 2 Oct 2023
...and getting used to "excessive DOM size" errors.
- New blog theme 28 Sep 2023
Working with Hugo scripts is painful. I have done it again. Here is a record of what happened.
- Themed Svelte Components without CSS-in-JS 26 Dec 2022
Using CSS variables to make easily customisable components
Svelte stores are perfect for handling nested objects, but there are a couple of things you want to be aware of.
- Persisting Svelte Stores with localStorage 14 Dec 2022
Writing a wrapper function for Svelte stores to connect them to localStorage
- Tabbed Views in Hugo 17 Sep 2022
how to make a tabbed view of contents in Hugo
- Syntax Highlighting with Chroma in Hugo 10 Sep 2022
And adding filename support using render hooks
- Generating a recursive menu in Hugo 29 Jun 2022
Everyone tries recursion at least once. It was my turn.
- Grouping Hugo tags by first letter 5 Jul 2021
We will probably never get `.Pages.GroupBy "title.firstLetter"`.
- Breadcrumb navigation in Hugo 3 Jul 2021
- Polynomials in JavaScript 11 Jan 2021
An (bad) attempt to reinvent polynomial algebra with JavaScript.
- Fractions to LaTeX expressions 27 Dec 2020
Writing fractions down takes more effort than you think.
- Fractions in JavaScript 26 Dec 2020
Does it take more time to teach fractions to JavaScript than to a 12-year-old?