Skip to content

inSileco/inSileco.github.io

Repository files navigation

inSileco blog

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.

Getting started

Our blog created with blogdown 📦. See our wiki 📖 to learn how to contribute to the blog!

Installation -- tl;dr

Clone the repository with submodules:

$ git clone --recurse-submodules [email protected]: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()

Workflow

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()