Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.toml « exampleSite - github.com/darshanbaral/ghazal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 11b3b38ff0d0517a0e2a7fdf984353653a6b95f6 (plain)
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
baseURL = "http://www.example.com/"
languageCode = "en"
theme = "ghazal"

disableKinds = ["taxonomy", "taxonomyTerm"]

[outputs]
  home = ["HTML"]
  page = ["HTML"]

[params]
    title = "ghazal Theme"
    author = "Darshan Baral"
    description = "A hugo theme for personal blogs"
    footer = "2020 Darshan Baral."
    about = "This is a short intro about me to describe some of the cool things I do."
    image = "https://i.stack.imgur.com/oI2SB.jpg?s=328&g=1"

    [params.theme]
        profileImage = "/images/profile.jpg"
        fontSize = "20px"
        dateFormat = "2006/01/02"
        paginateNum = 5

    [params.social]
        github = "#"
        twitter = "#"
        linkedin = "#"
        email= "#"