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

config.toml « exampleSite - github.com/gonnux/hugo-apps-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f5cd1c935569f0ef82acb67e1df0a36663f9a4b2 (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
baseURL = "/"
languageCode = "en-us"
hasCJKLanguage = true
disqusShortname = ""
googleAnalytics = ""
title = "Your site title"
copyright = ""

[params]
  avatar = "https://openclipart.org/download/103855/tux.svg"
  author = "Your name"
  info = "Any info about you"

[[menu.main]]
  name = "Github"
  weight = 1
  url = "https://github.com/gonapps"

[[menu.main]]
  name = "Website"
  weight = 2
  url = "https://gonapps.com"

[[menu.main]]
  name = "*Apps*"
  weight = 3
  url = "/apps"

[[menu.main]]
  name = "README"
  weight = 3
  url = "/README"


[[params.social]]
  name = "Github"
  weight = 1
  url = "https://github.com/gonapps"

[[params.social]]
  name = "Gitlab"
  weight = 2
  url = "https://gitlab.com/gonapps"

[[params.social]]
  name = "Website"
  weight = 3
  url = "https://gonapps.com"