Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lxndrblz/anatole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Grevink <dgrevink@users.noreply.github.com>2021-03-19 22:07:54 +0300
committerGitHub <noreply@github.com>2021-03-19 22:07:54 +0300
commit548b8eaddfb1d78b6bd978abc63c14dd7a976c97 (patch)
tree8f1bd961da68cff94aac0fb872ef545bebb4131d /README.md
parente0796f9afdc9c7dca00069dba659a516a2ba178d (diff)
Slogans on the sidebar can be multiline (#164)
* Slogans on the sidebar can be multiline
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
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 @@ description = "Call me Jane"
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 @@ fullPostContent = true
### 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]