Skip to content

cthoyt/cthoyt.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cthoyt.github.io

My personal website, served at https://cthoyt.com

Serve Locally

$ docker run --rm --volume="$PWD:/srv/jekyll" -p 4000:4000 -it jekyll/jekyll:4.2.0 jekyll serve

Note that the 4.2.0 tag is important - 4.2.2 (latest, released ~2022) does not work.

Lint

$ npx prettier --prose-wrap always --check "_posts/*.md" --write

License

CC BY 4.0