knitr::opts_chunk$set( echo = FALSE, message = FALSE, warning = FALSE, fig.width = 8, fig.height = 4.5, fig.align = 'center', out.width='95%', dpi = 100 )
portfoliodown
is designed to work right out of the box with several themes:
Raditian Theme (Default)
Simply select a theme by using the theme short name: new_portfolio_site(theme = 'raditian')
.
Demo: Raditian Theme
Features:
The theme = "raditian"
(default) theme is an excellent choice if you are seeking a streamlined portfolio.
Raditian is designed to communicate your value in as few words as possible.
Simple portfolios can be added as Shinyapps.io apps and GitHub Repo's that you are proud of.
Demo: Kross Theme
Features:
The theme = "kross"
theme is an excellent choice if you are seeking a customizable portfolio.
The portfolio has a searchable Portfolio Section with Markdown templates that allow for expanding on your projects.
The portfolio has color template customization. Simply change the theme
color in the homepage.yml
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.