Closed msteinrueck closed 8 years ago
Awesome job! @msteinrueck are you editing the files directly inside GitHUb?
I am; mostly because I have not yet had time to figure out how to install all the Jekyll and Ruby and git stuff and how to use it.
Cool. I suspected that based on the branch names and PR structure. No problem with it; just curious.
As a fun fact, if you want to run locally, I just put in some instructions on using Docker so you don't have to get all the Jekyll and Ruby stuff configured. You'd still need to install Docker and figure out how to clone and use git
. Good luck!
https://github.com/CodeForTucson/codefortucson-site/pull/85/files
git clone https://github.com/CodeForTucson/codefortucson-site.git
cd codefortucson-site
docker run --rm -v $(pwd):/site -p 4000:4000 andredumas/github-pages serve --watch --config _config.yml,_config_local.yml --baseurl '' --verbose
Updated link to 2016 event.
I hope this is done right now.