|
|
|
@ -18,6 +18,8 @@ highlight_theme = "css"
|
|
|
|
|
toc = true
|
|
|
|
|
use_cdn = false
|
|
|
|
|
|
|
|
|
|
timeformat = "%d %B %Y" # Default format: "31 January 2049"
|
|
|
|
|
|
|
|
|
|
#Full path after the base URL required. So if you were to place it in "static" it would be "/favicon.ico"
|
|
|
|
|
favicon = ""
|
|
|
|
|
|
|
|
|
@ -30,6 +32,7 @@ menu = [
|
|
|
|
|
{ name = "tags", url = "$BASE_URL/tags" },
|
|
|
|
|
{ name = "projects", url = "$BASE_URL/projects" },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
#The icons available can be found in "social_icons" in the "static" folder
|
|
|
|
|
socials = [
|
|
|
|
|
{ name = "github", url = "$BASE_URL/atom.xml", icon = "rss" },
|
|
|
|
|