pelican-mg/README.md

175 lines
5.0 KiB
Markdown
Raw Normal View History

2014-12-29 22:08:56 +00:00
mg
==============
2015-01-10 19:06:27 +00:00
A minimal theme for [Pelican](http://blog.getpelican.com/) that uses uikit.
The theme is suited for a single author blog without tag pages nor
2015-01-01 21:22:36 +00:00
blogroll. Feeds are provided via ATOM.
2014-12-29 22:08:56 +00:00
2015-01-10 19:50:43 +00:00
Screenshots
--------------
Here is how the home page look like
![mg home page screenshot](https://raw.githubusercontent.com/lucachr/pelican-mg/master/home-page-screenshot.png)
This is the article page
![mg article page screenshot](https://raw.githubusercontent.com/lucachr/pelican-mg/master/article-screenshot.png)
The home page on a smartphone
![mg home page smartphone top screenshot](https://github.com/lucachr/pelican-mg/blob/master/home-page-smartphone-top.png)
![mg home page smartphone bottom screenshot](https://github.com/lucachr/pelican-mg/blob/master/home-page-smartphone-bottom.png)
This is the article layout on a smartphone screen
![mg article page smartphone top screenshot](https://raw.githubusercontent.com/lucachr/pelican-mg/master/article-page-smartphone-top.png)
2014-12-30 00:48:06 +00:00
Live Example
--------------
Check out [my blog](http://www.devsbytes.com).
2014-12-29 22:08:56 +00:00
Features
--------------
2015-01-01 21:22:36 +00:00
* [Open Graph](http://ogp.me) support.
* [Twitter Summary Card](https://dev.twitter.com/cards/types/summary) support.
* [Schema.org](http://schema.org) support.
2015-01-08 23:18:22 +00:00
* Search with [Tipue Search](http://www.tipue.com/search).
2015-01-01 21:22:36 +00:00
* Responsive design.
2014-12-29 22:08:56 +00:00
* Comment with DISQUS.
2015-01-10 19:06:27 +00:00
* SCSS style sheets.
2015-01-08 23:18:22 +00:00
* Analytics with Google Analytics, PIWIK and StatCounter.
2014-12-29 22:08:56 +00:00
* Share buttons built with share urls.
* Custom footer notice.
Settings
--------------
2015-01-10 19:06:27 +00:00
The following settings are required for a correct behaviour of this theme.
2015-01-01 21:22:36 +00:00
```python
TAG_SAVE_AS = ''
AUTHOR_SAVE_AS = ''
2015-01-08 23:18:22 +00:00
DIRECT_TEMPLATES = ('index', 'categories', 'archives', 'search', 'tipue_search')
TIPUE_SEARCH_SAVE_AS = 'tipue_search.json'
2015-01-01 21:22:36 +00:00
```
###Optional settings
2014-12-30 20:17:01 +00:00
2014-12-30 21:16:07 +00:00
**ALT_NAME**
2014-12-30 20:17:01 +00:00
An alternative name for your site. It appears in the header bar.
2014-12-29 22:13:29 +00:00
**DESCRIPTION**
2015-01-10 19:06:27 +00:00
A brief description of your site, for social networks and search engines.
2014-12-29 22:08:56 +00:00
2015-01-10 20:05:34 +00:00
**FAVICON**
2015-01-10 19:06:27 +00:00
The relative path of your favicon, this is needed for Disqus forum favicon.
2015-01-01 21:22:36 +00:00
2015-01-10 20:05:34 +00:00
**FAVICON_TYPE**
2015-01-10 19:06:27 +00:00
The MIME type of your favicon, this is needed for Disqus forum favicon.
2015-01-01 21:25:20 +00:00
2014-12-29 22:13:29 +00:00
**FOOTER**
2014-12-29 22:08:56 +00:00
A custom footer notice.
2015-01-01 21:22:36 +00:00
**META_IMAGE**
2015-01-10 19:06:27 +00:00
The absolute URL of a custom image for the `og:image` meta property, Twitter
summary card, and `image` meta property of Schema.org. 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.
2014-12-29 22:08:56 +00:00
2015-01-01 21:22:36 +00:00
**META_IMAGE_TYPE**
2015-01-10 19:06:27 +00:00
The MIME type for **META_IMAGE**, this is needed for `og:image:type`.
2015-01-08 23:18:22 +00:00
**SC_PROJECT**
The StatCounter project number.
**SC_SECURITY**
The StatCounter security code for the project.
2015-01-08 23:26:37 +00:00
**SHARE**
Enable share buttons, boolean.
2015-01-08 23:26:04 +00:00
**SOCIAL**
2015-06-03 11:25:54 +00:00
A list of tuples (icon, URL). The icons are from [Font Awesome]
2015-01-08 23:26:04 +00:00
(http://fortawesome.github.io/Font-Awesome/). The suffix "-square" is removed
in the footer icons of the small screen layout.
e.g.
2014-12-29 22:08:56 +00:00
```python
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'),)
```
2015-01-10 19:06:27 +00:00
Example Configuration
----------------------
This is the settings file for Dev's Bytes.
```python
#!/usr/bin/env python
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals
AUTHOR = 'Luca Chiricozzi'
SITENAME = "Dev's Bytes"
ALT_NAME = "#! " + SITENAME
SITESUBTITLE = "Random programming stuff"
DESCRIPTION = "A blog about programming, *nix, and software development."
SITEURL = 'http://www.devsbytes.com'
FAVICON = 'favicon.ico'
FAVICON_TYPE = 'image/vnd.microsoft.icon'
META_IMAGE = SITEURL + "/static/img/og_logo.jpg"
META_IMAGE_TYPE = "image/jpeg"
PATH = 'content'
TIMEZONE = 'Europe/Rome'
DEFAULT_LANG = 'en'
LOCALE = 'en_GB'
THEME = "themes/mg"
# Social widget
SOCIAL = (('twitter', 'https://twitter.com/luca_chr'),
('google-plus-square', 'https://plus.google.com/+LucaChiricozzi'),
('github', 'https://github.com/lucachr'),
('envelope', 'mailto:luca92web@gmail.com'),)
SHARE = True
FOOTER = ("&copy; 2015 Luca Chiricozzi. All rights reserved.<br>" +
"Code snippets in the pages are released under " +
"<a href=\"http://opensource.org/licenses/MIT\" target=\"_blank\">" +
"The MIT License</a>, unless otherwise specified.")
DEFAULT_PAGINATION = 10
TAG_SAVE_AS = ''
AUTHOR_SAVE_AS = ''
DIRECT_TEMPLATES = ('index', 'categories', 'archives', 'search', 'tipue_search')
TIPUE_SEARCH_SAVE_AS = 'tipue_search.json'
RELATIVE_URLS = False
FEED_ALL_ATOM = 'feeds/all.atom.xml'
DELETE_OUTPUT_DIRECTORY = True
TWITTER_USERNAME = 'luca_chr'
2015-06-03 11:25:30 +00:00
# DISQUS_SITENAME = "devsbytes"
# SC_PROJECT = '10224955'
# SC_SECURITY = '1f2cc438'
2015-01-10 19:06:27 +00:00
```
License
---------
mg is released under [the MIT License](http://opensource.org/licenses/MIT).