knitr::opts_chunk$set( collapse = TRUE, comment = "#>", # fig.path = "man/figures", out.width = "100%" )
The goal of portfoliodown
is to make it painless for data scientists to create a polished professional website so they can host their project portfolios (and get great job interviews).
Check out an example data science portfolio at https://mattdancho.netlify.app/. It took 15-minutes to make this with portfoliodown
.
Raditian Theme (Default)
You can install the development version of portfoliodown
from GitHub with:
# install.packages("devtools") devtools::install_github("business-science/portfoliodown")
The portfolio website is automatically generated with portfoliodown::new_portfolio_site()
, and can then be customized as a blogdown
website.
To learn more, visit Getting Started with Portfoliodown
The portfoliodown
package would not be possible without the awesome work of:
The Blogdown Team and its team at RStudio
The raditian-free-hugo-theme. This is one of the best hugo portfolio templates around.
The kross-hugo-theme. Another great portfolio template.
I put together a free R masterclass where I share the 10 skills that helped me become a better data scientist.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.