# Generate site from markdown files --------------------------------------
setwd("c:/git/Hades")
# You'll need the icon package:
devtools::install_github("ropenscilabs/icon")
# Generate packages markdown file
source("extras/GeneratePackagesPage.R")
# Generate support markdown file
source("extras/GenerateSupportPage.R")
# Run this in standalone R session. Runs orders of magnitude faster compared
# to running in RStudio:
rmarkdown::render_site("Rmd")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.