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: 3c67c747e306fd377437ced116cd2c4941b8b33f (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
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 Page"
    url = "/generic/"
    weight = 20
  [[menu.main]]
    identifier = "elements"
    name = "Elements Reference"
    url = "/elements/"
    weight = 50

# [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