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