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

config.toml - github.com/gohugoio/hugoThemesSite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a0adec7999989a5dceda250daa6021d4fa62122 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
baseurl = "https://themes.gohugo.io"
languageCode = "en-us"
title = "Hugo Themes"
googleAnalytics = "UA-7131036-4"

disableKinds = ["taxonomyTerm"]


[markup.goldmark.renderer]
  unsafe= true

[module]
  [module.hugoVersion]
    min = "0.56.0"
  [[module.imports]]
    path = "github.com/gohugoio/gohugoioTheme"

[blackfriday]
plainIdAnchors=true
config = "config-tpl-base.toml"

[outputs]
home = [ "HTML", "RSS", "REDIR", "HEADERS" ]

[mediaTypes]
[mediaTypes."text/netlify"]
suffixes = [ "" ]
delimiter = ""

[outputFormats]
[outputFormats.REDIR]
mediatype = "text/netlify"
baseName = "_redirects"
isPlainText = true
notAlternative = true
[outputFormats.HEADERS]
mediatype = "text/netlify"
baseName = "_headers"
isPlainText = true
notAlternative = true

[related]
threshold = 80
includeNewer = true
toLower = false

[[related.indices]]
name = "tags"
weight = 100
[[related.indices]]
name  = "date"
weight = 10
pattern = "2006"

[social]
twitter = "GoHugoIO"

[caches]
[caches.images]
dir = ":cacheDir"
# 30 days.
maxAge = "720h"

[imaging]
resampleFilter = "CatmullRom"

# Defatult JPEG quality setting. Default is 75.
quality = 75

anchor = "smart"

[params]
github_repo = "https://github.com/spf13/hugothemes"
gitter = "https://gitter.im/spf13/hugo"
forum = "https://discourse.gohugo.io/"
#This array is meant for disabling the Homepage button of a theme.
noHomePage = ["hugo-theme-novela"]


  # GLOBAL = IF ANYTHING CHANGES BELOW UPDATE MAIN, DOCS, THEMES

  [[menu.global]]
    name = "News"
    weight = 1
    identifier = "news"
    url = "https://gohugo.io/news/"

  [[menu.global]]
    name = "Docs"
    weight = 10
    identifier = "docs"
    url = "https://gohugo.io/documentation/"


  [[menu.global]]
    name = "Themes"
    weight = 15
    identifier = "themes"
    url = "https://themes.gohugo.io/"

   [[menu.global]]
      name = "Showcase"
      weight = 20
      identifier = "showcase"
      url = "https://gohugo.io/showcase/"

  [[menu.global]]
    name = "Community"
    weight = 100
    post = "external"
    identifier = "community"
    url = "https://discourse.gohugo.io/"


  [[menu.global]]
    name = "GitHub"
    weight = 200
    identifier = "github"
    post = "external"
    url = "https://github.com/gohugoio/hugo"