inSileco / inSileco.github.io

:globe_with_meridians: Our blog powered by blogdown
https://blog.insileco.io/
GNU General Public License v3.0
8 stars 1 forks source link
blog computational-ecology ecology rmarkdown website

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 :package:. See our wiki :book: to learn how to contribute to the blog!

Installation -- tl;dr

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

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