scientific-software

A blog about making scientific software. http://charlesreid1.github.io/scientific-software

Pelican

This directory contains files for using Pelican to make the GitHub project page.

  • pelicanconf.py - defines options related to the Pelican site

  • content/ - contains blog posts

  • content/pages/ - contains pages in markdown syntax

  • pages/ - contains pages in Jinja template syntax (added to the list of places Pelican looks for paths by adding it to the variable EXTRA_TEMPLATES_PATHS in pelicanconf.py file.

To add a new page at location, you can make it in markdown syntax in content/pages/ and use the save_as directive in the header. Alternatively, you can the page in pages/ and add it to the TEMPLATE_PAGES variable.

Description
Blogging about best practices for scientific software.
Readme 10 MiB
Languages
SCSS 49.7%
HTML 41.4%
CSS 7.5%
Python 1.4%