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

config.toml « exampleSite - github.com/the2ne/hugo-frais.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7e514578f0ca2c6094d415b17a3c962633f14e48 (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
30
31
baseUrl = "http://0.0.0.0/"
languageCode = "en-US"
title = "Hugo Frais theme"
theme = "hugo-frais"


[Params]
    author = "Olivier Fredon"
    pseudo = "the2ne"
    twitter = "the2ne"
    github = "the2ne"
    linkedin = "the2ne"
    headline = "Hugo Frais"
    description = "This is the sites description, which will be found in the meta tags."

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

[[menu.main]]
    name = "Posts"
    pre = ""
    url = "/post/"
    identifier = "post"
    weight = 1
[[menu.main]]
    name = "About"
    pre = ""
    url = "/about/"
    identifier = "about"
    weight = 2