Skip to content

Instantly share code, notes, and snippets.

View KyleRConway's full-sized avatar
🍀
Learning new things

Kyle R. Conway KyleRConway

🍀
Learning new things
View GitHub Profile
@nnja
nnja / fix_hugo_chapters.py
Created October 17, 2020 20:44
Python script to rename hugo chapters as standalone content pages and remove auto-generated content
import os
lines_to_remove = {
'pre = "<b>X. </b>"\n',
'chapter = true\n',
'### Chapter X\n',
'# Some Chapter title\n',
'Lorem Ipsum.',
}
@noopkat
noopkat / mech-keyboard-questions.md
Last active July 31, 2019 08:35
Mech Keyboard Questions to ask yourself
  1. How many keys do you want ie. do you need function keys / cursor arrow keys / numpad?
  2. Do you like loud clicky keys, bumpy tactile, or linear fast to hit keys?
  3. Do you want to be able to swap out switches for different ones or mix / match your switches?
  4. Do you need it to be portable?
  5. Do you want LED lighting?
  6. Do you want to program it with macros to be highly custom?
  7. Do you want USB-c?
  8. Windows or Mac?
  9. Do you want split / ergonomic / ortholinear?
  10. Do you want to use custom / creative keycap sets or keep it OEM?