Skip to content

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

About

🌐 Our blog powered by blogdown

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.4%
  • CSS 16.3%
  • TeX 11.8%
  • R 6.8%
  • JavaScript 3.4%
  • Makefile 0.3%