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

config.toml « exampleSite - github.com/mrmierzejewski/hugo-theme-console.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 18dca1e36966be455299466fb806a511249b7c06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
baseurl = "//example.com/"
title = "console-demo"
theme = "hugo-theme-console"
languageCode = "en-us"

[params]
  [[params.navlinks]]
  name = "about/"
  url = "/about/"

  [[params.navlinks]]
  name = "posts/"
  url = "/posts/"
  home = true
  
  [[params.navlinks]]
  name = "photos/"
  url = "photos/"