aboutsummaryrefslogtreecommitdiff
path: root/hugo.toml
blob: 7a9b733126169aa40356d2ca773e9fb207e196bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Main Configuration
baseURL = 'https://karanjayachandra.gitlab.io'
languageCode = 'en-us'
title = 'Karan Jayachandra'

# Theme Configuration
theme = 'hugo-bearblog'

# Enable SEO service
enableRobotsTXT = true

# Navigation
[permalinks]
    cv = "/cv"

# Parameters for theming
[params]
    title = "Karan Jayachandra"
    description = "Personal website of Karan Jayachandra"
    favicon = "favicon.png"
    images = "logo.png"
    dateFormat = "2006-01-02"