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

config.toml « exampleSite - github.com/cssandstuff/hugo-theme-winning.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f48436d163b5b958f0c2e97093611718c71b0a87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
baseurl = "https://example.com"
title = "Winning"
theme = "hugo-theme-Winning"
themesdir = "../.."

disableKinds = ["RSS"]
defaultContentLanguage = "en"
enableRobotsTXT = true
languageCode = "en-us"
[taxonomies]

[author]
    name = "your-name"
    email = "your-email"