|
|
@ -162,10 +162,10 @@ favicon_emoji = "🌱"
|
|
|
|
headerImage = ""
|
|
|
|
headerImage = ""
|
|
|
|
|
|
|
|
|
|
|
|
menu = [
|
|
|
|
menu = [
|
|
|
|
{ name = "blog", url = "blog/" },
|
|
|
|
{ name = "blog", url = "blog", trailing_slash = true },
|
|
|
|
{ name = "archive", url = "archive/" },
|
|
|
|
{ name = "archive", url = "archive", trailing_slash = true },
|
|
|
|
{ name = "tags", url = "tags/" },
|
|
|
|
{ name = "tags", url = "tags", trailing_slash = true },
|
|
|
|
{ name = "projects", url = "projects/" },
|
|
|
|
{ name = "projects", url = "projects", trailing_slash = true },
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
# The RSS icon will be shown if (1) it's enabled and (2) the following variable is set to true.
|
|
|
|
# The RSS icon will be shown if (1) it's enabled and (2) the following variable is set to true.
|
|
|
|