Update README.md

This commit is contained in:
Gilson Filho 2014-12-10 22:51:28 -02:00
parent 91293c7d41
commit 0af68696f1
1 changed files with 10 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# Pelican Clean Blog Theme # Pelican Clean Blog Theme
Theme based in Clean Blog layout. Theme based in [Clean Blog layout](http://ironsummitmedia.github.io/startbootstrap-clean-blog/).
![Screenshot](https://archive.org/download/6731240/6731240.png) ![Screenshot](https://archive.org/download/blog_screenshot.png/blog_screenshot.png)
## Basic configuration ## Basic configuration
@ -44,6 +44,14 @@ To customize, define ``COLOR_SCHEME_CSS`` in ``pelicanconf.py`` with css filenam
COLOR_SCHEME_CSS = 'monokai.css' COLOR_SCHEME_CSS = 'monokai.css'
``` ```
### Analytics
Accept many analytics:
- Google Analytics: ``GOOGLE_ANALYTICS``;
- Gauges: ``GAUGES``
- Piwik: ``PIWIK_URL`` and ``PIWIK_SITE_ID``.
### Articles ### Articles
To customize header cover to articles, insert the metadata ``header_cover``: To customize header cover to articles, insert the metadata ``header_cover``:
@ -110,5 +118,3 @@ Headline: Resume of article
This is the content of my super blog post. This is the content of my super blog post.
``` ```
Image and Layout Source: http://ironsummitmedia.github.io/startbootstrap-clean-blog/