aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorC. Lente <7017340+clente@users.noreply.github.com>2023-02-09 17:28:32 -0300
committerC. Lente <7017340+clente@users.noreply.github.com>2023-02-09 17:28:32 -0300
commit045c2e349504e0e1394f4ca497d8899c1e89ca47 (patch)
tree920eac262b5871b432fb9bfbaff4c58148eb777e /exampleSite/config.toml
parent7a4c8fd24bc6dd6d06898dd51f856cfa3a6c43af (diff)
downloadhugo-bearcub-045c2e349504e0e1394f4ca497d8899c1e89ca47.tar.gz
hugo-bearcub-045c2e349504e0e1394f4ca497d8899c1e89ca47.tar.bz2
Fetch menus from YAML
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml18
1 files changed, 0 insertions, 18 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index c847a29..1541258 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -30,15 +30,6 @@ DefaultContentLanguage = "en"
[languages.en.params]
home = '/'
madeWith = '[Feito de pedra](/posts/sites-de-pedra)' # You can use markdown here if you want to link somewhere
- [languages.en.menu]
- [[languages.en.menu.main]]
- name = 'Home'
- url = '/'
- weight = 1
- [[languages.en.menu.main]]
- name = 'Blog'
- url = '/blog'
- weight = 2
[languages.pt]
title = "Site Exemplo"
languageName = "Português 🇧🇷"
@@ -47,15 +38,6 @@ DefaultContentLanguage = "en"
[languages.pt.params]
home = '/pt'
madeWith = '[Feito de pedra](/posts/sites-de-pedra)' # You can use markdown here if you want to link somewhere
- [languages.pt.menu]
- [[languages.pt.menu.main]]
- name = 'Home'
- url = '/pt'
- weight = 1
- [[languages.pt.menu.main]]
- name = 'Blog'
- url = '/pt/blog'
- weight = 2
[params]
# The "description" of your website. This is used in the meta data of your generated html.