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: b6c9960385839ef6de7b30fa09c0e2247a22fe32 (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
baseURL = "/"
paginate = 10
languageCode = "en-us"
disqusShortname = ""
googleAnalytics = ""
title = "Hugo Apps Theme"
author = "gonapps"
copyright = ""

[params]
  logo = "https://openclipart.org/download/103855/tux.svg"

[[menu.main]]
  name = "About"
  weight = 1
  url = "/about"

[[menu.main]]
  name = "Blog"
  weight = 2
  url = "/blog"


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

[[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 = "Youtube"
  weight = 3
  url = "https://youtube.com"