From 7f391e070f69ecf01ade7916c0f83df099b11d79 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Wed, 27 Apr 2022 00:56:19 +0200 Subject: Reformat a bit layout structure --- exampleSite/config.toml | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) (limited to 'exampleSite/config.toml') 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]] -- cgit v1.2.3