CodeForTucson / codefortucson-site

Current Code for Tucson website
http://www.codefortucson.org
GNU General Public License v2.0
3 stars 8 forks source link

Update link to registration form (attempt 2) #86

Closed msteinrueck closed 8 years ago

msteinrueck commented 8 years ago

Updated link to 2016 event.

I hope this is done right now.

dmsnell commented 8 years ago

Awesome job! @msteinrueck are you editing the files directly inside GitHUb?

msteinrueck commented 8 years ago

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.

dmsnell commented 8 years ago

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