ElectricRCAircraftGuy / ElectricRCAircraftGuy.github.io

My github pages website at gabrielstaples.com
https://gabrielstaples.com/
5 stars 1 forks source link

Add proper `<kbd>` type formatting (like Stack Overflow does) to <kbd> tags I use to indicate key presses #57

Closed ElectricRCAircraftGuy closed 1 year ago

ElectricRCAircraftGuy commented 1 year ago

Here's a decent search to try to find the right place to change this:

ElectricRCAircraftGuy.github.io$ rg 'kbd' --type-not markdown
_sass/minimal-mistakes/_base.scss
153:kbd,

I learned the rg --type-not thing here: https://github.com/BurntSushi/ripgrep/blob/master/GUIDE.md#manual-filtering-file-types

ElectricRCAircraftGuy commented 1 year ago

I use <kbd> tags here: https://gabrielstaples.com/ydotool-tutorial/

https://github.com/ElectricRCAircraftGuy/ElectricRCAircraftGuy.github.io/blob/master/_posts/2023-06-17-ydotool-tutorial.md