From 548b8eaddfb1d78b6bd978abc63c14dd7a976c97 Mon Sep 17 00:00:00 2001 From: David Grevink <dgrevink@users.noreply.github.com> Date: Fri, 19 Mar 2021 19:07:54 +0000 Subject: [PATCH] Slogans on the sidebar can be multiline (#164) --- README.md | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 10de93e..061987a 100644 --- a/README.md +++ b/README.md @@ -70,12 +70,22 @@ profilePicture = "images/profile.jpg" ``` +Please note that the slogan can be multi-lined (note the three quotes at the beginning and end): +```toml +[params] +description = """ +Call me Jane +Blogging from Texas +""" +``` + + ### Favicon -Add you own favicon in `static/favicons/favicon.ico`. +Add your own favicon in `static/favicons/favicon.ico`. ### Copyright -By default the copyright, will show the current year, but you can change this by configuring the `copyright` parameter. +By default, the copyright will show the current year, but you can change this by configuring the `copyright` parameter. ```toml copyright = "2020-2021" ``` @@ -157,7 +167,7 @@ ### Multilingual support -Anatole supports multilingual page setups. All you need to do is to add the languages to your 'config.toml'. For each Language you can set the custom options like title or description. It's important to include a `LanguageName`, as it will be displayed in the main menu. +Anatole supports multilingual page setups. All you need to do is to add the languages to your 'config.toml'. For each language you can set the custom options like title or description. It's important to include a `LanguageName`, as it will be displayed in the main menu. ```toml [Languages] -- Gitblit v1.10.0