Last active
January 31, 2017 20:11
-
-
Save alexsingleton/4890e9a3e75d1635c8af8fff4ddb42d7 to your computer and use it in GitHub Desktop.
website yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Alex_Singleton" | |
navbar: | |
title: "Alex Singleton" | |
left: | |
- text: "Publications" | |
icon: fa-book fa-2x | |
href: publications.html | |
- text: "CV" | |
icon: fa-file fa-2x | |
href: cv.html | |
- text: "GDSL Blog" | |
icon: fa-thumbs-up fa-2x | |
href: http://www.geographicdatascience.org | |
- text: "Presentations" | |
icon: fa-slideshare fa-2x | |
href: https://speakerdeck.com/alexsingleton | |
- text: "Videos" | |
icon: fa-video-camera fa-2x | |
menu: | |
- text: "YouTube" | |
icon: fa-youtube fa-2x | |
href: https://www.youtube.com/playlist?list=PL-UaqBHqfc-H0HfqgOeFFyP17KnkG-aSY | |
- text: "Vimeo" | |
icon: fa-vimeo fa-2x | |
href: https://vimeo.com/album/4097174 | |
right: | |
- icon: fa-github fa-2x | |
href: https://github.com/alexsingleton | |
- icon: fa-twitter fa-2x | |
href: https://twitter.com/alexsingleton | |
- icon: fa-linkedin fa-2x | |
href: https://uk.linkedin.com/in/alexdsingleton | |
output: | |
html_document: | |
css: style.css | |
theme: yeti | |
highlight: textmate | |
include: | |
after_body: footer.html | |
exclude: ["*.csv", "*.bib","*.sh","*.R"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment