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
|
7 years ago | |
---|---|---|
content | 7 years ago | |
docs | 7 years ago | |
pages | 7 years ago | |
scientific-software-theme | 7 years ago | |
.gitignore | 10 years ago | |
LICENSE | 10 years ago | |
README.md | 7 years ago | |
pelicanconf.py | 7 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 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.