diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-01 00:54:32 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-01 00:54:32 +0200 |
| commit | e928a38909d83602ffdc9c64b6eeb7aecf8eb443 (patch) | |
| tree | 696f8aa6804401717e20cd2f5f23496969e74424 /exampleSite/config.toml | |
| parent | bc8cb9367c96d4d15379c1b18204a634950db2dc (diff) | |
| download | gohugo-theme-ed-e928a38909d83602ffdc9c64b6eeb7aecf8eb443.tar.gz | |
Add author partial
Diffstat (limited to 'exampleSite/config.toml')
| -rw-r--r-- | exampleSite/config.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 4e0db0f..fe4c94a 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -6,9 +6,6 @@ resourceDir = "../resources" defaultContentLanguage = "en" -[Author] - name = "John Doe" - [languages] [languages.en] weight = 1 @@ -16,6 +13,9 @@ defaultContentLanguage = "en" languageDirection = "ltr" [params] + # Site author name + author = "John Doe" + # author: ["Me", "You"] # multiple authors # Site description. Used in meta description description = "Ed is a Hugo theme designed for textual editors based on minimal computing principles, and focused on legibility and flexibility." # Color scheme. Options: red, orange, magenta, cyan, blue, brown |
