diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-03-10 01:37:24 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-07-04 20:50:22 +0200 |
| commit | 719b36d3e02648deba89188d4a24925a03c09582 (patch) | |
| tree | bd585db17953bf30aac19b0f23b70f9eb1e89c4c /config.toml | |
| parent | ae617a35f220e516eb8cef4ab4488b6e419c3179 (diff) | |
Add assets, config.toml and homepage.yml
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..63c7c0f --- /dev/null +++ b/config.toml @@ -0,0 +1,33 @@ +baseURL = 'http://example.org/' +languageCode = 'en-us' +title = 'Speed Dreams - Free and Open Source Motorsport Simulator' +theme = "graysx-hugo" + +[params] +logo = "assets/img/sd-logo.png" +favicon = "assets/img/favicon.png" + +## Menu Items +[menu] + [[menu.main]] + name = "About" + URL = "#about" + weight = 1 + + [[menu.main]] + name = "Gallery" + URL = "/gallery" + weight = 2 + + [[menu.main]] + name = "Blog" + URL = "/blog" + weight = 3 + + [[menu.main]] + name = "Master server" + URL = "#signup" + weight = 4 + +[data] + [[homepage.main]] |
