wrong comments yaml

This commit is contained in:
Florian 2016-08-13 23:44:51 +02:00
parent 2add23b120
commit 54a48d2b94

View File

@ -1,7 +1,7 @@
name: "YOURNAME" /* CHANGE HERE */ name: "YOURNAME" # CHANGE HERE
output_dir: "." output_dir: "."
navbar: navbar:
title: "YOURNAME" /* CHANGE HERE */ title: "YOURNAME" # CHANGE HERE
type: inverse type: inverse
left: left:
- text: "Home" - text: "Home"
@ -15,14 +15,14 @@ navbar:
href: cv.html href: cv.html
- text: "Blog" - text: "Blog"
icon: fa-rss icon: fa-rss
href: https://YOURGITHUB.github.io/blog/ /* CHANGE HERE */ href: https://YOURGITHUB.github.io/blog/ # CHANGE HERE
right: right:
- text: "Contact me" - text: "Contact me"
icon: fa-envelope-o icon: fa-envelope-o
href: mailto:YOUREMAIL /* CHANGE HERE */ href: mailto:YOUREMAIL # CHANGE HERE
- text: "GitHub" - text: "GitHub"
icon: fa-github icon: fa-github
href: https://github.com/YOURGITHUB /* CHANGE HERE */ href: https://github.com/YOURGITHUB # CHANGE HERE
output: output:
html_document: html_document:
theme: cosmo theme: cosmo