blob: a2acf16eb933bfd66e06f5366ce6539c272d9920 (
plain) (
blame)
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
33
34
|
# Main Configuration
baseURL = 'https://karanjayachandra.com'
languageCode = 'en-gb'
title = "Karan Jayachandra"
timeZone = 'Europe/Amsterdam'
copyright = "Creative Commons Attribution-ShareAlike 4.0 International"
# Theme Configuration
theme = 'hugo-bearblog'
enableEmoji = true
# Enable SEO service
enableRobotsTXT = true
[menu]
[[menu.main]]
name = 'CV'
url = 'https://karanjayachandra.gitlab.io/cv'
[[menu.main]]
name = 'Email'
url = 'mailto:mail@karanjayachandra.com'
[[menu.main]]
name = 'Gitlab'
url = 'https://gitlab.com/KaranJayachandra'
[[menu.main]]
name = 'LinkedIn'
url = 'https://www.linkedin.com/in/karanjayachandra'
# Parameters for theming
[params]
title = "Karan Jayachandra's Home Page"
favicon = "favicon.png"
images = ["logo.png"]
dateFormat = "2006-01-02"
|