A responsive, minimal theme for Pelican that uses UIkit.
Go to file
2015-01-08 17:32:38 +01:00
scss Added SCSS source 2015-01-08 17:32:38 +01:00
static Updated style 2015-01-08 12:41:19 +01:00
templates Added META_IMAGE for Schema.org 2015-01-04 01:46:26 +01:00
.gitignore first commit 2014-12-29 23:08:56 +01:00
LICENSE.md Happy new year! 2015-01-01 02:29:41 +01:00
README.md Updated README 2015-01-01 22:25:20 +01:00

mg

A minimal theme with a green header bar for [Pelican] (http://blog.getpelican.com/). The theme is currently suited for a single author blog without tag pages and blogroll. Feeds are provided via ATOM.

Warning

mg is still under development and may do anything it likes up, don't use it on a production site! You have been warned!

Live Example

Check out my blog.

Features

Settings

    TAG_SAVE_AS = ''
    AUTHOR_SAVE_AS = ''
    DIRECT_TEMPLATES = ('index', 'categories', 'archives')

###Optional settings

ALT_NAME
An alternative name for your site. It appears in the header bar.

DESCRIPTION
A brief description of your site, for Open Graph and search engines.

FAVICON The relative path of your favicon, this is usefull for Disqus forum favicon.

FAVICON_TYPE The MIME type of your favicon, this is usefull for Disqus forum favicon.

FOOTER
A custom footer notice.

META_IMAGE
The path, as absolute URL, of a custom image for the og:image meta property and Twitter summary card. This image is used in every page of the blog. Articles and pages can override the default META_IMAGE by setting the "image" metadata in the relative file.

META_IMAGE_TYPE
The MIME type for META_IMAGE, this is usefull for og:image:type.

SHARE
Enable share buttons, boolean.

SOCIAL
A list of tutples (icon, URL). The icons are from [Font Awesome] (http://fortawesome.github.io/Font-Awesome/). The suffix "-square" is removed in the footer icons of the small screen layout.
e.g.

    SOCIAL = (('twitter', 'https://twitter.com/luca_chr'),
              ('google-plus-square', 'https://plus.google.com/117284397605208270870'),
              ('github', 'https://github.com/lucachr'),
              ('envelope', 'mailto:luca92web@gmail.com'),)