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

config.toml « _default « config « exampleSite - github.com/dewittn/hugo-html5up-alpha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 74cc2258d82d11d3b2aec42e5da17db3fa29f263 (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
languageCode = "en-us"
title = "Alpha by HTML5 UP"
baseURL = "http://localhost:1313/"
theme = "hugo-html5up-alpha"
googleanalytics = ""
disqusShortname = ""

# For Pages the .RelPermalink must match the menu .URL 
# For sections the name/directory must match the menu .Identifier
[menu]
  [[menu.main]]
    identifier = "generic"
    name = "Generic"
    url = "/generic/"
    weight = 10
  [[menu.main]]
    identifier = "contact"
    name = "Contact"
    url = "/contact/"
    weight = 20
  [[menu.main]]
    identifier = "elements"
    name = "Elements"
    url = "/elements/"
    weight = 30
  [[menu.main]]
    identifier = "submenu"
    name = "Submenu"
    url = "#"
    weight = 40
  [[menu.main]]
    parent = "submenu"
    identifier = "one"
    name = "Option One"
    url = "#"
    weight = 41
  [[menu.main]]
    parent = "submenu"
    identifier = "two"
    name = "Option Two"
    url = "#"
    weight = 42
  [[menu.main]]
    parent = "submenu"
    identifier = "three"
    name = "Option Three"
    url = "#"
    weight = 43
  [[menu.main]]
    parent = "submenu"
    identifier = "four"
    name = "Option Four"
    url = "#"
    weight = 44
    
# [params]
  # set below parameter to define a favicon
  # favicon = "favicon.ico"
  # set to change date format
  # dateFormat = "2.1.2006"

# Below parameters can be set to override default post settings
[params.posts]
#     folderName = "posts"
#     pageSize = "6"
#     featuredPost = false
#     paginationPages = 2
#     showFirstLast = false