summaryrefslogtreecommitdiff
path: root/config.toml
blob: 1dc344a1dceb89ce866dc0d8319a8bd061333135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
theme = 'soho'
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'where extinct potatos go to retire'

[params]
author = "Adam Olech"
profilePicture = "images/me.jpg"
customCss = ["css/custom.css"]

[menu]

  [[menu.main]]
  name = "Posts"
  weight = 100
  identifier = "posts"
  url = "/posts/"

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