diff --git a/README.md b/README.md index 01470c5..1a1ae66 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # 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 @@ -44,6 +44,14 @@ To customize, define ``COLOR_SCHEME_CSS`` in ``pelicanconf.py`` with css filenam COLOR_SCHEME_CSS = 'monokai.css' ``` +### Analytics + +Accept many analytics: + + - Google Analytics: ``GOOGLE_ANALYTICS``; + - Gauges: ``GAUGES`` + - Piwik: ``PIWIK_URL`` and ``PIWIK_SITE_ID``. + ### Articles 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. ``` -Image and Layout Source: http://ironsummitmedia.github.io/startbootstrap-clean-blog/ -