From 7094c8800f57f65c8b38267ec10eb9ffe453e334 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Mon, 20 Jul 2015 14:08:52 -0300 Subject: [PATCH 1/2] Fix typos. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3eae22c..e8eebff 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ See what you can customize. ### Example ```python -SITENAME = 'Foo Bar's Blog' +SITENAME = 'Foo Bar\'s Blog' SITETITLE = 'Foo Bar' SITESUBTITLE = 'Web Developer' SITEDESCRIPTION = 'Foo Bar\'s Thoughts and Writings' @@ -102,7 +102,7 @@ If you need more icons, you will need to add a custom background to keep all ico |:----:|------------------| | Summarise | Enable Home summary. | | Cover | Cover image for social sharing (absolute url). | -| OgLocale | Open graph locale. | +| og_locale | Open graph locale. | By default, all article content is shown on Home. If the article has a custom Summary, the custom summary is shown. From 751f48be3845f457031a994a88b364b5d37595e6 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Mon, 20 Jul 2015 14:46:31 -0300 Subject: [PATCH 2/2] Config example. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8eebff..378d44d 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ GOOGLE_TAG_MANAGER = 'GTM-ABCDEF' STATUSCAKE = { 'trackid': 'your-id', 'days': 7 } ``` +If you want a full working example take a look [here](https://github.com/alexandrevicenzi/blog/blob/master/pelicanconf.py). + ### How main menu works? If `MAIN_MENU = True`, the order is: Home, `MENUITEMS`, Atom and RSS if available. @@ -102,7 +104,7 @@ If you need more icons, you will need to add a custom background to keep all ico |:----:|------------------| | Summarise | Enable Home summary. | | Cover | Cover image for social sharing (absolute url). | -| og_locale | Open graph locale. | +| og_locale | Open graph locale for article. | By default, all article content is shown on Home. If the article has a custom Summary, the custom summary is shown.