This is the modification of the HTML5UP Striped theme to be used as Pelican theme. It is used on my personal site. It can be freely used with respect to original HTML5UP license.
Theme features and enhancements:
- Contains tag cloud (via
tag_cloud
Pelican plugin). Can be disabled by settingDISPLAY_TAGS_ON_SIDEBAR=False
. - Support for awatar specified by
PROFILE_IMG_URL
configuration setting. - Support for Disqus,
DISQUS_SITENAME
should be set in configuration. - Support for Google Analytics,
GOOGLE_ANALYTICS
should be set in configuration. - Support for Google site verification by HTML tag,
GOOGLE_SITE_VERIFICATION
should be set in configuration. - Articles can contain header image which is shown on index pages and ignored in article. Image is specified with
image
file metadata. - Pages can redirect to other locations. Useful if you want to add some external link to main rubricator. Location is specified with
redirect
file metadata.