No trace about code??? Take a look in gh-pages branch.
-
Clone the Git repo and switch to
gh-pagesbranch$ git clone https://github.com/torsec/shield-h2020.git $ cd shield-h2020 $ git checkout -b gh-pages --track origin/gh-pages -
Make your changes (e.g. create a news)
$ cd shield-h2020/_news $ vim 2017-01-01-happy-new-year.md ... edit your news ... -
Commit and push (if allowed...) your changes
$ cd shield-h2020 $ git commit -a -m "Added news" $ git push origin gh-pages:gh-pages -
That's all folks!