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:

Simply select a theme by using the theme short name: new_portfolio_site(theme = 'raditian').

Raditian Theme

Demo: Raditian Theme

Features:

The theme = "raditian" (default) theme is an excellent choice if you are seeking a streamlined portfolio.

Example Portfolio - Raditian Theme

Kross Theme

Demo: Kross Theme

Features:

The theme = "kross" theme is an excellent choice if you are seeking a customizable portfolio.

Example Portfolio - Kross Theme



business-science/portfoliodown documentation built on Nov. 8, 2023, 3:15 p.m.