aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
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.