-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathhugo.toml
33 lines (30 loc) · 959 Bytes
/
hugo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
baseurl = "http://example.org/"
title = "Hugo Website"
theme = "hugo-theme-nix"
languageCode = "en-us"
disqusShortname = "your_disqus_shortname"
[menu]
[[menu.header]]
name = "post"
weight = 0
url = "post"
[[menu.header]]
name = "about"
weight = 1
url = "about"
[params]
GithubID = "your_github"
TwitterID = "your_twitter"
LinkedInID = "your_linkedin"
MediumID = "your_medium"
SpotifyID = "your_spotify"
SoundcloudID = "your_soundcloud"
YoutubeID = "your_youtube"
TelegramID = "your_telegram"
Name = "Mr Hugo"
HeaderUsername = "hugo"
HeaderHostname = "gohugo.io"
Email = "your_email"
About = "Hi I'm Hugo and this is my website. I am a developer, writer and family man. I like developing websites using Hugo, sports, nature, photography and travel. On this websites you can expect my projects and blog posts about everything I love. Enjoy!"
ProfilePicture = "/profile.jpg"
Favicon = "/favicon.ico"