summaryrefslogtreecommitdiffstats
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-04-27 00:56:19 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-04-27 00:56:19 +0200
commit7f391e070f69ecf01ade7916c0f83df099b11d79 (patch)
tree0916ac1c288e91806d455d7609656d51748600ae /exampleSite/config.toml
parentd356641e2b45db0f87f64956ff91240edadf0a97 (diff)
downloadgohugo-theme-ed-7f391e070f69ecf01ade7916c0f83df099b11d79.tar.gz
Reformat a bit layout structure
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml28
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]]