bootstrap_site.pl
is a utility for creating the structure of Progenetix
Jekyll Website Template based websites.
2019-07-10: more ...
The templates for “categories” and “tags” have been updated, together with changes in the bootstrap_site.pl
script.
@mbaudis 2019-07-10: more ...
The tags
and categories
provided in the pages’ YAML headers allow accessing the pages through the listing pages (for the respective tag, category). Templates for those listing pages are provided in the source code /_templates
directory.
@mbaudis 2019-07-08: more ...
New pages are added to the website inside one of the “collections” directories in the /pages
directory. This can either be done by adding files locally or on Github (if hosted there).
@mbaudis 2019-03-25: more ...
The YAML headers are necessary to process the Markdown (or HTML) files in the page collections. The Progenetix Jekyll template uses standard Jekyll headers, but also adds some additional parameters.
@mbaudis 2019-03-14: more ...