aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml35
1 files changed, 35 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..44080ae
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,35 @@
+baseURL = "http://fcuny.net/"
+languageCode = "en-us"
+title = "Franck Cuny's Website"
+publishDir = "docs"
+
+[params]
+ homeText = "A collection of articles"
+
+[permalinks]
+ articles = "/:section/:slug/"
+
+[markup]
+ [markup.highlight]
+ anchorLineNos = false
+ codeFences = true
+ guessSyntax = false
+ hl_Lines = ""
+ lineAnchors = ""
+ lineNoStart = 1
+ lineNos = false
+ lineNumbersInTable = true
+ noClasses = true
+ style = "emacs"
+ tabWidth = 2
+
+[mediaTypes."application/atom"]
+suffixes = ["xml"]
+
+[outputFormats.Atom]
+mediaType = "application/atom"
+baseName = "feed"
+isPlainText = false
+
+[outputs]
+home = [ "HTML", "Atom" ]