OpenScienceLabs / opensciencelabs.github.io

Open Science Labs we page files
https://opensciencelabs.org
BSD 3-Clause "New" or "Revised" License
4 stars 16 forks source link

opensciencelabs.github.io

A blog page for OpenScienceLabs with mkdocs site generator.

To deploy locally

Clone the repository

git clone git@github.com:opensciencelabs/opensciencelabs.github.io
cd opensciencelabs.github.io
mamba env create -f conda/dev.yaml --yes
conda activate osl-web
poetry install
makim pages.preview

Linter

Ensure you have installed the pre-commit config locally:

# with your conda env active, run:
$ pre-commit install