summaryrefslogtreecommitdiff
path: root/config.toml
blob: aa66ed08a598caec96d075fa3bada95e333d4094 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
title = "qugalet"
baseURL = 'https://quga.m0e.space'
languageCode = 'en-us'
theme = 'qugo'

[params]
  # "relatedtext" is the text that appears above the tag list at the bottom of pages.
  relatedtext = "Related"
  favicon = "/favicon.ico"

  #list items
  datesinlist = true
  # authorsinlist = true

  #footer items
  nextprev = true
  taglist = true
  showrss = true