Permalink
Branch: master
Commits on Apr 30, 2019
-
Use bug workaround for blog post TOC generation
* There is a problem with my current stack of Gatsby plugins (not really that surprising tbh) that caused blog posts that used backticks to create code blocks in headings would lead to literal escaped `<code>` tags to get generated in the text of created headers. * This commit pulls in a workaround repo that someone made to address this problem.
Unverified
The email in this signature doesn’t match the committer email.GPG key ID: 2A02222DA3425B99 Learn about signing commits -
Add `gatsby-plugin-sitemap` to generate `sitemap.xml`
Ameobea committedApr 30, 2019 Unverified
The email in this signature doesn’t match the committer email.GPG key ID: 2A02222DA3425B99 Learn about signing commits
Commits on Apr 24, 2019
-
Fix TOC links + add heading links
* Fix TOC links to that they correctly link to the current page * Add a Gatsby plugin for showing pound-links next to each of the headings that display on hover * Add a custom SVG element for this which is white
Unverified
The email in this signature doesn’t match the committer email.GPG key ID: 2A02222DA3425B99 Learn about signing commits -
Unverified
The email in this signature doesn’t match the committer email.GPG key ID: 2A02222DA3425B99 Learn about signing commits -
Ameobea committed
Apr 24, 2019 * Automatically generate TOCs via `gatsby-transformer-remark` and insert them into blog post documents * Set some custom styling on the TOC * Add a Gatsby SASS plugin and SASS loader to allow the use of SASS files
Unverified
The email in this signature doesn’t match the committer email.GPG key ID: 2A02222DA3425B99 Learn about signing commits -
* Change theme of prismsjs code on all site markdown (and perhaps elsewhere, I don't remember how far that reached)
Verified
This commit was signed with a verified signature.Ameobea Casey Primozic
GPG key ID: 2A02222DA3425B99 Learn about signing commits
Commits on Apr 17, 2019
-
Unverified
The email in this signature doesn’t match the committer email.GPG key ID: 2A02222DA3425B99 Learn about signing commits -
Update backend deps + bump `wasm-bindgen-cli` version
* Remove some indentation rules from `.eslintrc` since they were interfering with prettier (false positives in `eslint`) * Commit `triangles/Cargo.lock` and remove it from `.gitignore` (idk why that was set up that way)
Verified
This commit was signed with a verified signature.Ameobea Casey Primozic
GPG key ID: 2A02222DA3425B99 Learn about signing commits -
Verified
This commit was signed with a verified signature.Ameobea Casey Primozic
GPG key ID: 2A02222DA3425B99 Learn about signing commits
Commits on Apr 1, 2019
-
* Add image, project page, and entry in the project manifest * Tweak portfolio page styles to prevent very large images * Tweak homepage style to fix extremely long song titles * Fix some broken links to everynoiseatonce that were caused by faulty string replacement * Literally today did I learn that JS's `.replace()` function on strings only replaces the first match by default unless you use a Regex with the `/g` flag set... * Rename some files to make them TypeScript and add types
Verified
This commit was signed with a verified signature.Ameobea Casey Primozic
GPG key ID: 2A02222DA3425B99 Learn about signing commits
Seeing something unexpected? Take a look at the GitHub commits guide.