Skip to content

NickyMeuleman/nicky-blog

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Nicky Meuleman's website

Site made with Gatsby. Hosted on Netlify.

Primarily home to my blog, using my Gatsby blog theme.

Dev notes

  • Interact sidebar to accompany Metadata on blogposts. Houses share links. An "edit on GitHub" button.
  • Table of contents in sidebar
  • Make sidebar items collapsible (they are on top on mobile, taking up lots of space.)
  • Flesh out author page and use it as stand-in for the old "/about" route. (redirect in gatsby-node)
  • Add subtle animations to all the things!
  • More sections for index page. (email? Newsletter? Something about racing 🏎?)
  • RSS feed
  • Simpler analytics, or none. I'm only interested in amount of visitors, roughly.

Remove .trim() here: https://github.com/NickyMeuleman/gatsby-theme-nicky-blog/blob/291e16080135b570d065026fde9decc183956ccb/theme/src/components/CodeBlock.tsx#L97

Caused Advent of Code input that starts with significant spaces to be changed.