Source code of the website of the Open Science Community Rotterdam (OSCR).
This website is developed using R, blogdown v1.1
, and Hugo v0.81.0. See
this book for details on how to
create a website with this software.
Hint for Linux user: Do not install Hugo via apt or snap, use blogdown::install_hugo()
in R instead.
Please only work in the development
-branch.
To publish your last changes, perform the following steps:
blogdown::build_site(build_rmd = 'timestamp')
inR
to build the new public foldercommit
your changes in development folder(!)push
all changes and resolve all merge conflicts- run
deploy.sh
To serve the site locally, perform step 1 and then blogdown::serve_site()
: