place basic config dir

This commit is contained in:
2023-09-06 21:50:59 +02:00
parent b17378ca5f
commit 6b93ae1bbb
7 changed files with 289 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
[[main]]
name = "Home"
url = ""
weight = -110
[[main]]
name = "Archives"
url = "post/rich-content/"
weight = -109
# Submenus are done this way: parent -> identifier
[[main]]
name = "Links"
identifier = "Links"
weight = -108
[[main]]
name = "About"
url = "about/"
weight = -107
# social menu links
[[social]]
name = "github"
type = "social"
weight = 1
url = "https://github.com/#"
[[social]]
name = "rss"
weight = 4
url = "index.xml"
# other supported social links
# name = "youtube"
# url = "https://www.youtube.com/#"
# name = "facebook"
# url = "https://facebook.com/#"
# name = "instagram"
# url = "https://instagram.com/#"
# name = "stackoverflow"
# url = "https://stackoverflow.com/#"
# name = "gitlab"
# url = "https://gitlab.com/#"
# name = "discord"
# url = "https://discord.gg/#"

View File

@@ -0,0 +1,19 @@
[[main]]
name = "Início"
url = ""
weight = -110
# [[main]]
# name = "Arquivos"
# url = "post/rich-content/"
# weight = -109
# Submenus are done this way: parent -> identifier
[[main]]
name = "Links"
identifier = "Links"
weight = -108
[[main]]
name = "Sobre"
url = "about/"
weight = -107