The public page for the Code & Coffee Blagnac github projects.
A jekyll website with the "Midnight" theme by @michigangraham
See the result live at http://codeandcoffeeblagnac.github.io/
- Clone the repo :
git clone [email protected]:CodeAndCoffeeBlagnac/codeandcoffeeblagnac.github.io.git
- Step into the cloned repo :
cd codeandcoffeeblagnac.github.io.git
- Run jekyll :
jekyll serve
- See the result by opening a web browser to :4000
- Interesting files are
index.html
,_config.yml
and_layout/midnight.html
Don't hesitate to checkout other branches :
- You can try with the
new-content
branch :
git checkout origin/new-content -b new-content
- Make sure you are on the recently checked out branch :
$ git branch
master
* new-content
- Re-run jekyll and see the changes