|
|
|
@ -136,9 +136,11 @@ menu = [
|
|
|
|
|
{ name = "projects", url = "projects/" },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
# The icons available can be found in "social_icons" in the "static" folder
|
|
|
|
|
# The RSS icon will be shown if (1) it's enabled and (2) the following variable is set to true.
|
|
|
|
|
feed_icon = true
|
|
|
|
|
|
|
|
|
|
# The icons available can be found in "social_icons" in the "static" folder.
|
|
|
|
|
socials = [
|
|
|
|
|
{ name = "atom feed", url = "$BASE_URL/atom.xml", icon = "rss" },
|
|
|
|
|
{ name = "github", url = "https://github.com/welpo/", icon = "github" },
|
|
|
|
|
{ name = "soundcloud", url = "https://soundcloud.com/oskerwyld", icon = "soundcloud" },
|
|
|
|
|
{ name = "instagram", url = "https://instagram.com/oskerwyld", icon = "instagram" },
|
|
|
|
|