about summary refs log tree commit diff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml44
1 files changed, 10 insertions, 34 deletions
diff --git a/config.toml b/config.toml
index c01addd..a818d67 100644
--- a/config.toml
+++ b/config.toml
@@ -1,37 +1,13 @@
-baseURL = "https://fcuny.net/"
-languageCode = "en-us"
+base_url = "https://fcuny.net/"
+default_language = "en"
 title = "Franck's rambling"
-publishDir = "docs"
-enableGitInfo = false
+output_dir = "docs"
 
-[params]
-homeText = "A collection of posts"
+author = "Franck Cuny"
+description = "Franck's website, with articles about computers stuff."
 
-[params.author]
-name = "Franck Cuny"
-email = "franck@fcuny.net"
-
-[markup]
-[markup.highlight]
-anchorLineNos = false
-codeFences = false
-guessSyntax = false
-hl_Lines = ""
-lineAnchors = ""
-lineNoStart = 1
-lineNos = false
-lineNumbersInTable = false
-noClasses = true
-style = "pygments"
-tabWidth = 4
-
-[mediaTypes."application/atom"]
-suffixes = ["xml"]
-
-[outputFormats.Atom]
-mediaType = "application/atom"
-baseName = "feed"
-isPlainText = false
-
-[outputs]
-home = ["HTML", "Atom"]
+[markdown]
+highlight_code = true
+highlight_theme = "idle"
+render_emoji = true
+smart_punctuation = true