-
Notifications
You must be signed in to change notification settings - Fork 4
/
README.Rmd
73 lines (42 loc) · 2.72 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
# fig.path = "man/figures",
out.width = "100%"
)
```
# portfoliodown <a href="https://business-science.github.io/portfoliodown/"><img src="man/figures/logo.png" align="right" height="139" /></a>
<!-- badges: start -->
[![R-CMD-check](https://github.com/business-science/portfoliodown/workflows/R-CMD-check/badge.svg)](https://github.com/business-science/portfoliodown/actions)
<!-- badges: end -->
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)__.
## Example: Data Science Portfolio
__Check out an example data science portfolio__ at [https://mattdancho.netlify.app/](https://mattdancho.netlify.app/). It took 15-minutes to make this with `portfoliodown`.
![Example Portfolio - Raditian Theme](https://raw.githubusercontent.com/business-science/raditian-free-hugo-theme-data-science/master/images/example_portfolio.gif)
<hr>
## Portfoliodown Theme Demos:
- [Raditian Theme](https://mattdancho.netlify.app/) (Default)
- [Kross Theme](https://mattdancho-kross.netlify.app/)
## Installation
You can install the development version of `portfoliodown` from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("business-science/portfoliodown")
```
## Getting Started
- 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](https://business-science.github.io/portfoliodown/articles/getting-started-portfoliodown.html)
## Acknowledgements
The `portfoliodown` package would not be possible without the awesome work of:
- The [Blogdown Team](https://github.com/rstudio/blogdown) and its team at RStudio
- The [raditian-free-hugo-theme](https://github.com/radity/raditian-free-hugo-theme). This is one of the best hugo portfolio templates around.
- The [kross-hugo-theme](https://github.com/themefisher/kross-hugo). Another great portfolio template.
# Do you need help becoming a Data Scientist with R right now?
I put together a [free R masterclass](https://learn.business-science.io/free-rtrack-masterclass?el=documentation) where I share the 10 skills that helped me become a better data scientist.
![R-Track Masterclass](man/figures/rtrack_masterclass.jpg)
<a href="https://learn.business-science.io/free-rtrack-masterclass?el=documentation"><p style="text-align:center; font-size:20px;">Watch the free R masterclass</p></a>