diff options
Diffstat (limited to 'exampleSite/config.toml')
| -rw-r--r-- | exampleSite/config.toml | 28 |
1 files changed, 18 insertions, 10 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 1114de4..4e0db0f 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -4,18 +4,26 @@ languageCode = "en-us" theme = ["github.com/sergeyklay/gohugo-theme-ed"] resourceDir = "../resources" -[Author] # Used in authorbox +defaultContentLanguage = "en" + +[Author] name = "John Doe" -[Params] - # 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 - color_scheme = '' - # Github project url. Used in sidebar - github_url = 'https://github.com/sergeyklay/gohugo-theme-ed' - # Used in header - tagline = 'a Hugo theme for minimal editions' +[languages] + [languages.en] + weight = 1 + # "rtl" for Right-To-Left languages + languageDirection = "ltr" + +[params] + # 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 + color_scheme = "" + # Github project url. Used in sidebar + github_url = "https://github.com/sergeyklay/gohugo-theme-ed" + # Used in site header + tagline = "a Hugo theme for minimal editions" [menu] [[menu.nav]] |
