build-and-check build-and-deploy pages-build-deployment
The overarching goal of this blog is quite straightforward: tackle challenges and opportunities provided by this new era of open-access and computationally intensive research in the field of ecology.
Our blog created with blogdown π¦. See our wiki π to learn how to contribute to the blog!
Clone the repository with submodules:
$ git clone --recurse-submodules git@github.com:inSileco/inSileco.github.io.git
In an R console:
install.packages("remotes") remotes::install_deps() blogdown::install_hugo() icons::download_fontawesome() blogdown::check_config() blogdown::check_content() blogdown::build_site()
Once installed, you can simply stick to the following line of code to launch the blog:
blogdown::serve_site()
and to stop serving the blog locally, use
blogdown::stop_server()