place basic config dir
This commit is contained in:
46
config/_default/menus/menu.en.toml
Normal file
46
config/_default/menus/menu.en.toml
Normal 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/#"
|
19
config/_default/menus/menu.pt.toml
Normal file
19
config/_default/menus/menu.pt.toml
Normal 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
|
Reference in New Issue
Block a user