This is the placeholder for the static pytroll website.
This site uses the Jekyll "minima" theme version 3.0. You can find information about how it was customized and how it should be used here:
https://github.com/jekyll/minima
Everything is configured in _config.yml
and the theme is further customized
in the _includes
, _layout
, and assets
directories. The current major
customization is adding anchor icons to each section header using anchorjs.
To see what this website will look like in a local environment:
-
Create a conda environment with ruby installed:
conda create -n pytroll_site ruby compilers ridk rb-inotify rb-jekyll rb-bundler conda activate pytroll_site
-
Install the current site "package"
bundle install
-
Run the development server:
bundle exec jekyll serve
-
Open your browser and go to "localhost:4000".