|
|
|
@ -36,6 +36,13 @@ long_date_format = "%d %B %Y"
|
|
|
|
|
|
|
|
|
|
separator = "•"
|
|
|
|
|
|
|
|
|
|
# Full path after the base URL required. So if you were to place it in "static" it would be "/favicon.ico"
|
|
|
|
|
favicon = ""
|
|
|
|
|
|
|
|
|
|
# Add an emoji here to use it as favicon.
|
|
|
|
|
# Compatibility: https://caniuse.com/link-icon-svg
|
|
|
|
|
favicon_emoji = "🌱"
|
|
|
|
|
|
|
|
|
|
menu = [
|
|
|
|
|
{ name = "blog", url = "$BASE_URL/blog" },
|
|
|
|
|
{ name = "archive", url = "$BASE_URL/archive" },
|
|
|
|
|