Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.34 KB

blogdown_usage.md

File metadata and controls

32 lines (18 loc) · 1.34 KB

Our website is powered using hugo through the R package blogdown

Where to start?

  1. Install hugo

  2. Install R and you will also find useful to install RStudio desktop

  3. Install the R package blogdown. Additional R packages are also needed for this website: RefManageR (to manage the bibliography with a simple bibtex file) as well as the packages listed in the first chunk of this file

  4. The site is built (i.e. generated in the directory public) running the R command line blogdown::build_site() from the root

How to add a reference?

Simply edit the file resources/rmisstastic_biblio.bib from your local copy of the website, rebuild the site as explained above and then push on your github fork and make a pull request as explained here

How to modify a webpage?

Most webpages in the website are md or Rmd files in the directory content/. Edit them, rebuild the site as explained above and then push on your github fork and make a pull request as explained here