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

config.toml « exampleSite - github.com/spaghettiwews/hugonews.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ffdfa3d447998119cf9eb8525c6904c6aa243ed4 (plain)
1
2
3
4
5
6
7
8
9
baseURL = "https://example.com/"
languageCode = "en-us"
title = "hugonews example site"
theme = "hugonews"

[taxonomies]
    tag = "tags"
    category = "categories"
    site = "sites"