Skip to content
Permalink
Branch: master
Commits on Apr 30, 2019
  1. Use bug workaround for blog post TOC generation

    Ameobea committed Apr 30, 2019
     * 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.
Commits on Apr 24, 2019
  1. Fix TOC links + add heading links

    Ameobea committed Apr 24, 2019
     * 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
  2. Change Rust cloud run blog post title

    Ameobea committed Apr 24, 2019
  3. Add TOCs to blog posts

    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
  4. Add Rust cloud run blog post

    Ameobea committed Apr 24, 2019
     * Change theme of prismsjs code on all site markdown (and perhaps elsewhere, I don't remember how far that reached)
Commits on Apr 17, 2019
  1. Bump Rust nightly version in CircleCI

    Ameobea committed Apr 17, 2019
  2. Update backend deps + bump `wasm-bindgen-cli` version

    Ameobea committed Apr 17, 2019
     * 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)
  3. Fix portfolio links

    Ameobea committed Apr 17, 2019
Commits on Apr 1, 2019
  1. Add Volumetric project

    Ameobea committed 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

Seeing something unexpected? Take a look at the GitHub commits guide.

You can’t perform that action at this time.