mirror of
https://github.com/agdamsbo/agdamsbo.github.io.git
synced 2024-11-24 05:01:53 +01:00
init template
This commit is contained in:
commit
2add23b120
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
.Rproj.user
|
||||
.Rhistory
|
||||
.RData
|
||||
.Ruserdata
|
||||
rmarkdown-website-template.Rproj
|
7
README.md
Normal file
7
README.md
Normal file
@ -0,0 +1,7 @@
|
||||
# privefl.github.io
|
||||
|
||||
This is my githup repo for creating and hosting my personal website on GitHub.
|
||||
|
||||
I moved from [Jekyll](https://jekyllrb.com/) to [R Markdown](http://rmarkdown.rstudio.com/rmarkdown_websites.html), mostly because I'm an R enthusiast and an RStudio fanatic :').
|
||||
|
||||
I now use [Jekyll Now](https://github.com/privefl/blog/tree/gh-pages) for my blog.
|
29
_site.yml
Normal file
29
_site.yml
Normal file
@ -0,0 +1,29 @@
|
||||
name: "YOURNAME" /* CHANGE HERE */
|
||||
output_dir: "."
|
||||
navbar:
|
||||
title: "YOURNAME" /* CHANGE HERE */
|
||||
type: inverse
|
||||
left:
|
||||
- text: "Home"
|
||||
icon: fa-home
|
||||
href: index.html
|
||||
- text: "About"
|
||||
icon: fa-user
|
||||
href: about.html
|
||||
- text: "CV"
|
||||
icon: fa-file-pdf-o
|
||||
href: cv.html
|
||||
- text: "Blog"
|
||||
icon: fa-rss
|
||||
href: https://YOURGITHUB.github.io/blog/ /* CHANGE HERE */
|
||||
right:
|
||||
- text: "Contact me"
|
||||
icon: fa-envelope-o
|
||||
href: mailto:YOUREMAIL /* CHANGE HERE */
|
||||
- text: "GitHub"
|
||||
icon: fa-github
|
||||
href: https://github.com/YOURGITHUB /* CHANGE HERE */
|
||||
output:
|
||||
html_document:
|
||||
theme: cosmo
|
||||
highlight: textmate
|
7
about.Rmd
Normal file
7
about.Rmd
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "About me"
|
||||
---
|
||||
|
||||
## Header
|
||||
|
||||
Say more about you here.
|
9
cv.Rmd
Normal file
9
cv.Rmd
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "CV"
|
||||
---
|
||||
|
||||
<a href="CV.pdf#" class="download" title="Download CV as PDF">Download CV</a>
|
||||
|
||||
## Header
|
||||
|
||||
Say more about your CV here.
|
Loading…
Reference in New Issue
Block a user