This is the theme use in my pelican blog http://guilhermetoti.com/
Subtitle: Put your subtitle here
Image: image_name.extension
Image must be on /content/images
gallery:<galleryname>
Images must be on ./content/images/gallery/<galleryname>
This settings must be on pelicanconf.py
THEME_COLOR = 'blue'
Available colors is on ./static/css/colors
LOGO = 'logo.extension'
If No logo specified, Blog title will be used instead.
Logo must be inside ./content/images
SIDEBAR_DISPLAY = ['about', 'categories', 'tags']
SIDEBAR_ABOUT = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sequi quae hic dicta eius ad quam eligendi minima praesentium voluptatum? Quidem quaerat eaque libero velit impedit dicta, repudiandae sapiente. Deserunt, excepturi."
COPYRIGHT = "Text Here "
PLUGINS_PATHS = ['PluginsRelativePath', 'or/absolute/path/to/plugins/dir']
PLUGINS = ['gallery']
GALLERY_PATH = 'images/gallery/'
#Piwik mandatory variables
DOMAIN = "yourdomain.com"
PIWIK_URL = "//analytics.address.com"
PIWIK_SITE_ID ="ID_NUMBER"
PIWIK_URL should be as in the example without http: or https:
#Track visitors across all subdomains
TRACK_SUBDOMAINS = True
#Prepend the site domain to the page title when tracking
PREPEND_DOMAIN = True
#In the "Outlinks" report, hide clicks to know alias URLs
HIDE_CLICK_KNOWN_ALIAS = True
#Track users with JavaScript disabled
TRACK_NO_JAVA = True
Did you like nice-blog? do you use it on your pelican blog?
let us know or just add it to README.MD and make a pull request
Want to help out and contribute?
make a pull request, open an issue, let others know about this project ... there are plenty of ways to contribute, if you want to, just do it!