Skip to content

Commit

Permalink
Update config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ventris authored Apr 19, 2024
1 parent 5934068 commit bebeaa6
Showing 1 changed file with 6 additions and 25 deletions.
31 changes: 6 additions & 25 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,47 +40,28 @@ canonifyurls = true
# Top Navigation
[[menu.nav]]
identifier = 'home'
name = 'Home'
title = 'Home'
name = 'home'
title = 'home'
url = '/'
weight = 10

[[menu.nav]]
identifier = 'archive'
name = 'Archive'
title = "Archive"
name = 'archive'
title = "archive"
url = '/archive/'
weight = 20

[[menu.nav]]
identifier = 'about'
name = 'About'
title = "About"
name = 'about'
title = "about"
url = '/about/'
weight = 20

# Contacts

[[ menu.social]]
identifier = 'linkedin'
name = 'LinkedIn'
pre = "<i class='fab fa-linkedin fa-lg'></i>"
url = "https://linkedin.com/in/yourlinkedinprofile"
weight = 10

[[ menu.social]]
identifier = 'github'
name = 'Github'
pre = "<i class='fab fa-github fa-lg'></i>"
url = "https://github.com/ventris"
weight = 20

[[ menu.social]]
identifier = 'twitter'
name = 'Twitter'
pre = "<i class='fab fa-twitter fa-lg'></i>"
url = "https://twitter.com/ventrisimo"
weight = 30

[outputs]
home = ['HTML', 'RSS']
Expand Down

0 comments on commit bebeaa6

Please sign in to comment.