ProgenetixTemplate::bootstrap_site.pl Perl Code Documentation

The bootstrap_site is a utility for creating the structure of Progenetix Jekyll Website Template based websites. The current functions are:

Additional options:

Listing pages for categories and tags

For categories and tags annotated in the _config.yml file, a default landing page (i.e. this_category.md, this_tag.md) is being generated and linked to.

List page sort order

The listing pages for categories and tags are provided in alphabetic and date sorted versions. Default (i.e. the page shown when clicking the category or tag page) is “alpha-sorted”. The default can be changed in the _config.yaml file by listing the respective category or tag in the corresponding sorting attribute, e.g.

tags-date-sorted:
	- news
	- lectures
2020-05-12