about summary refs log tree commit diff
path: root/config.toml
blob: 23df087c7bc3b5fe863ab8d9bbd24202367be9b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
baseURL = "http://fcuny.net/"
languageCode = "en-us"
title = "Franck Cuny's Website"
publishDir = "docs"
enableGitInfo = true
markup = "org"

[params]
  homeText = "A collection of notes"

[taxonomies]
  tag = "tags"

[permalinks]
  articles = "/:section/:slug/"
  tags = "/tags/:slug/"

[mediaTypes."application/atom"]
  suffixes = ["xml"]

[outputFormats.Atom]
  mediaType = "application/atom"
  baseName = "feed"
  isPlainText = false

[outputs]
  home = [ "HTML", "Atom" ]