Files
personal-website/hugo.toml
T
Hazem Krimi 164cf73180 Contact page
2023-11-07 20:11:09 +01:00

27 lines
540 B
TOML

languageCode = 'en-us'
title = 'Hazem Krimi'
[params]
formSpreeURL = 'https://formspree.io/f/xoqpgyge'
[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