Blogging about best practices for scientific software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Charles Reid bf3ab9c0d1 Update: moving pelican directory to main directory 6 years ago
content Update: moving pelican directory to main directory 6 years ago
docs Update: moving pelican directory to main directory 6 years ago
pages Update: moving pelican directory to main directory 6 years ago
scientific-software-theme Update: moving pelican directory to main directory 6 years ago
.gitignore updating with theme files. 9 years ago
LICENSE Initial commit 9 years ago
README.md Update: moving pelican directory to main directory 6 years ago
pelicanconf.py Update: moving pelican directory to main directory 6 years ago

README.md

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.