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

config.toml « exampleSite - github.com/leonstafford/accessible-minimalism-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4c50eb9d63f8e1ec43a270cfabe820ba9a594992 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
baseURL = "http://example.org/"
languageCode = "en-us"
title = "Accessible Minimalism"
theme = "accessible-minimalism"
disableHugoGeneratorInject = true
enableRobotsTXT = true

[menu]
  [[menu.main]]
    name = "Home"
    url = "/"
    weight = 1
  [[menu.main]]
    name = "Posts"
    url = "/posts/"
    weight = 2