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 variableEXTRA_TEMPLATES_PATHS
inpelicanconf.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
Languages
SCSS
49.7%
HTML
41.4%
CSS
7.5%
Python
1.4%