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

# Theme Configuration
theme = 'hugo-bearblog'

# Enable SEO service
enableRobotsTXT = true

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