Skip to content

tbrockman/tbrockman.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

theo.lol

my blog and website (it's just standard Jekyll)

running the website

make build # builds a dockerfile with an ancient version of ruby
make run # run the image, mounting the current directory for hot-reloading

using the resume builder

making changes

# make changes to _data/resume.json
# NOTE: don't forget to update section-item-ordering if adding new project/volunteer items
code _data/resume.json 

# license key from https://cloud.unidoc.io/api-keys
# used for generating .docx files
LICENSE_KEY="<unicloud-api-key>" make -s print-resume # make sure executing with correct go version

how it works

everything is generated from _data/resume.json (which does not follow the jsonresume schema)