Notes
I didn’t feel like changing the name of this directory, so it’s still coding.
Unicode
Web design
- Relative links in HTML
- This page has a different color scheme to the rest of the site.
- Using git to update my website
- Some handy code for this fic I wrote
- CSS selectors reference
- Towards a personal SSG
Quick notes
pandoc --wrap=preserve -f markdown -t markdown -S <filename>
Exports a Markdown file to another Markdown file but with smart quotes.
rename 's/\.old$/.new/' *.old
To quickly change a bunch of file extensions all at once.