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

config.toml - github.com/funkydan2/alpha-church.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2bfd7beb7d459f421d81e172f0c5fc521c7abcab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
baseURL = "http://example.org/"
title = "Alpha Church"

[module]
  [module.hugoVersion]
    extended = true
    min = "0.82.0"

[taxonomies]
  tag = "tags"
  preacher = "preachers"
  series = "series"

#This is suggested default minification since Hugo 0.84.0 and later has a minification library that breaks the JS for plyr.io
[minify]
  minifyOutput = true
  disableJS = true