Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 666 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 666 Bytes

SKDE presentation template

Written in markdown. Uses Remark and Cicero.

Go to http://cicero.xyz/v2/remark/github/SKDE-Felles/remark_template/master/talk.md to see the result.

How to use this template

  • Make a new project on github.com
  • Clone this template to your computer, change remote and push to new project
git clone git@github.com:SKDE-Felles/remark_template new_talk
cd new_talk
git remote set-url origin git@github.com:<USERNAME>/new_talk.git
git push -u origin master