blob: 23df087c7bc3b5fe863ab8d9bbd24202367be9b3 (
plain) (
tree)
|
|
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" ]
|