From ddc44e07421ff25ff2689dff9b7168ff6b2f6e60 Mon Sep 17 00:00:00 2001 From: Lucas Cimon Date: Tue, 7 Nov 2017 13:26:32 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e934df0..3ede9ee 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,12 @@ e.g. ('envelope', 'mailto:luca92web@gmail.com'),) ``` +**SUPPORTS** +An optional list of tuples (img_alt, url, logo_url, title) + +**ISSO_BASE_URL** +An optional URL to an [isso](https://posativ.org/isso/) endpoint (serving `/js/embed.dev.js`). + **MG_DISABLE_SUMMARY** If you do not manually provide a summary on your articles, set this to `True` so that that the articles summary is not included on the index / search result pages. @@ -135,6 +141,9 @@ Set this to `True`, if you do not want to display the last article in full on th **MG_FILTER_TAGS** and **MG_LANG_FILTER_TAGS** Define those variables as list of tag names if you want to enable the tag filtering buttons. +**EXTRA_ATOM_FEED** +An extra URL providing an Atom feed of updates that you want inserted along the blog Atom feed. + Example Configuration ----------------------