Update config

This commit is contained in:
francesco 2021-05-28 00:47:01 +02:00
parent e87859deb0
commit a9f8bde2f8
1 changed files with 15 additions and 6 deletions

View File

@ -17,23 +17,23 @@ copyright = "© {year}"
[params]
# Follow the Hugo date/time format reference here:
# https://gohugo.io/functions/format/#gos-layout-string
dateFormat = "Jan 2 2006"
dateFormat = "2 Jan 2006"
# Links to your social accounts, comment/uncomment as needed. Icons will be displayed for those specified.
twitter = "https://twitter.com/<your handle>"
github = "https://github.com/<your handle>"
# twitter = "https://twitter.com/<your handle>"
github = "https://git.r4o.ch/francesco"
# email = "mailto:<your email>"
# mastodon = "https://mastodon.social/@nickname"
# facebook = "https://facebook.com/<your handle>"
# gitlab = "https://gitlab.com/<your handle>"
# instagram = "https://instagram.com/<your handle>"
# linkedin = "<link to your profile>"
linkedin = "https://www.linkedin.com/in/francesco-rauseo-9b1531187"
# youtube = "https://www.youtube.com/channel/<your channel>"
# Titles for your icons (shown as tooltips), and also their display order.
# Currently, these icons are supported:
# "Twitter", "GitHub", "Email", "Mastodon", "Facebook", "GitLab", "Instagram", "LinkedIn", "YouTube"
iconOrder = ["Twitter", "GitHub"]
iconOrder = ["GitHub", "LinkedIn"]
# Metadata for Twitter cards, defaults to params.twitter
# twitterSite = "@<your handle>"
@ -55,14 +55,23 @@ copyright = "© {year}"
unsafe = true
# Controls the navigation
[[menu.main]]
identifier = "home"
name = "home"
title = "Home"
weight = 1
url = "/"
[[menu.main]]
identifier = "about"
name = "about"
title = "About"
url = "/"
weight = 2
url = "/about"
[[menu.main]]
identifier = "blog"
name = "blog"
title = "Blog"
weight = 3
url = "/blog"