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

config.toml « example-site - github.com/mazgi/hugo-theme-techlog-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 251b3994453aa1d165c7b964ff6950b688440073 (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
32
33
baseURL = "http://example.org/"
languageCode = "en-us"
title = "A Hugo theme"
theme = "techlog-simple"
themesDir = "../.."
defaultContentLanguage = "en"
# defaultContentLanguage = "ja"
hasCJKLanguage = true
enableEmoji = true
pygmentsCodeFences = true
pygmentsStyle = "friendly"
enableGitInfo = true
enableRobotsTXT = true
# googleAnalytics = "UA-00000000-1"

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

[languages]
[languages.en]
weight = 1
languageName = "English"

[languages.ja]
weight = 10
languageName = "日本語"

[params.sns]
github = "mazgi"
twitter = "mazgi"
instagram = "mazgi"
# facebook = ""