1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2025-02-22 09:45:07 +00:00
balkian.github.com/config/_default/menu.toml

61 lines
960 B
TOML
Raw Normal View History

2025-02-14 13:02:48 +00:00
# Configure main menu and social menu
#[[main]]
#identifier = "home"
#name = "Home"
#url = "/"
#[main.params]
#icon = "home"
#newtab = true
#[[main]]
#name = "Cheatsheets"
#identifier = "cheatsheets"
#url = "/cheatsheet/"
#
#[main.params]
#icon = "hash"
#weight = 3
#
#[[main]]
#name = "Projects"
#identifier = "projects"
#url = "/projects/"
#
#[main.params]
#icon = "clock"
[[social]]
identifier = "github"
name = "GitHub"
url = "https://github.com/CaiJimmy/hugo-theme-stack"
weight = 1
[social.params]
icon = "brand-github"
#[[social]]
#identifier = "twitter"
#name = "Twitter"
#url = "https://twitter.com"
#
#[social.params]
#icon = "brand-twitter"
[[social]]
identifier = "gitea"
name = "gitea"
url = "https://git.sinpapel.es/balkian"
weight = 2
[social.params]
icon = "gitea"
[[social]]
identifier = "scholar"
name = "Google scholar"
url = "https://scholar.google.com/citations?user=JLNusZ8AAAAJ&hl=en"
weight = 3
[social.params]
icon = "scholar"