Files
personal-website/hugo.toml
T
2023-11-16 16:59:45 +01:00

31 lines
618 B
TOML

languageCode = 'en-us'
title = 'Hazem Krimi'
paginate = 1
[taxonomies]
tag = 'tags'
[params]
formSpreeURL = 'https://formspree.io/f/xoqpgyge'
dateFormat = '02 January 2006'
[module]
[menu]
[[menu.main]]
name = 'Home'
url = '/'
weight = 1
[[menu.main]]
name = 'About'
url = '/about'
weight = 2
[[menu.main]]
name = 'Projects'
url = '/projects'
weight = 3
[[menu.main]]
name = 'Blog'
url = '/blog'
weight = 4
[[menu.main]]
name = 'Contact'
url = '/contact'
weight = 5