Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/business-science/portfoliodown
An R package for creating professional data science portfolios
https://github.com/business-science/portfoliodown
blogdown blogdown-sites r r-package rstats website
Last synced: 28 days ago
JSON representation
An R package for creating professional data science portfolios
- Host: GitHub
- URL: https://github.com/business-science/portfoliodown
- Owner: business-science
- License: other
- Created: 2021-12-16T17:57:08.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T14:25:07.000Z (about 1 year ago)
- Last Synced: 2024-11-13T15:49:09.798Z (30 days ago)
- Topics: blogdown, blogdown-sites, r, r-package, rstats, website
- Language: CSS
- Homepage: https://business-science.github.io/portfoliodown/
- Size: 10.1 MB
- Stars: 38
- Watchers: 1
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - business-science/portfoliodown - An R package for creating professional data science portfolios (CSS)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
# fig.path = "man/figures",
out.width = "100%"
)
```[![R-CMD-check](https://github.com/business-science/portfoliodown/workflows/R-CMD-check/badge.svg)](https://github.com/business-science/portfoliodown/actions)
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)
## 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)