Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.06 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.06 KB

codeandcoffeeblagnac.github.io

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/

Hack

  1. Clone the repo :
git clone [email protected]:CodeAndCoffeeBlagnac/codeandcoffeeblagnac.github.io.git
  1. Step into the cloned repo :
cd codeandcoffeeblagnac.github.io.git
  1. Run jekyll :
jekyll serve
  1. See the result by opening a web browser to :4000
  2. Interesting files are index.html, _config.yml and _layout/midnight.html

Updcoming changes

Don't hesitate to checkout other branches :

  1. You can try with the new-content branch :
git checkout origin/new-content -b new-content
  1. Make sure you are on the recently checked out branch :
$ git branch
  master
* new-content
  1. Re-run jekyll and see the changes