diff options
| author | Andriy Cherniy <qugalet@m0e.space> | 2022-10-11 21:16:51 +0300 |
|---|---|---|
| committer | Andriy Cherniy <qugalet@m0e.space> | 2022-10-11 21:16:51 +0300 |
| commit | b937509260d607533ad178d1cc8aaf2c56ac9145 (patch) | |
| tree | fdb8427ca4f34722e6c9dd5ea92306d6a8eb723e /config.yml | |
| parent | fe0bc8405569bd9f38b9b10d75828bcb1c291d09 (diff) | |
| download | quga.m0e.space-b937509260d607533ad178d1cc8aaf2c56ac9145.tar.gz quga.m0e.space-b937509260d607533ad178d1cc8aaf2c56ac9145.zip | |
Added Ukrainian language
Diffstat (limited to 'config.yml')
| -rw-r--r-- | config.yml | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -20,7 +20,7 @@ params: title: Qugalet description: "Personal Page" keywords: [Blog, Portfolio, Donate] - author: Me + author: Qugalet # author: ["Me", "You"] # multiple authors images: ["logo.jpg"] DateFormat: "January 2, 2006" @@ -113,6 +113,15 @@ params: threshold: 0.4 minMatchCharLength: 0 keys: ["title", "permalink", "summary", "content"] + +languages: + en: + title: Qugalet + description: "Personal page" + uk: + title: Qugalet + description: "Персональна сторінка" + menu: main: - identifier: contacts |
