about summary refs log tree commit diff
path: root/users/fcuny/blog/config.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-05 17:56:27 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-05 17:56:27 -0700
commit01ccf6edd88a66682c1866e8248420fb90ecbfd6 (patch)
tree98f6239cb1a098bffab66b10cd964fa374feaf32 /users/fcuny/blog/config.toml
parentfeat(ops/github): add notes.fcuny.net and containerd-to-vm (diff)
downloadworld-01ccf6edd88a66682c1866e8248420fb90ecbfd6.tar.gz
ref(fcuny/blog): delete the blog
The blog moved back to https://github.com/fcuny/fcuny.net
Diffstat (limited to 'users/fcuny/blog/config.toml')
-rw-r--r--users/fcuny/blog/config.toml45
1 files changed, 0 insertions, 45 deletions
diff --git a/users/fcuny/blog/config.toml b/users/fcuny/blog/config.toml
deleted file mode 100644
index 62234b9..0000000
--- a/users/fcuny/blog/config.toml
+++ /dev/null
@@ -1,45 +0,0 @@
-baseURL = "https://fcuny.net/"
-languageCode = "en-us"
-title = "Franck's rambling"
-publishDir = "docs"
-
-[params]
-  homeText = "A collection of posts"
-
-[author]
-  name = "Franck Cuny"
-  email = "franck@fcuny.net"
-
-[taxonomies]
-  tag = "tags"
-
-[permalinks]
-  blog = "/blog/:slug/"
-  tags = "/tags/:slug/"
-
-[menu]
-
-[markup]
-  [markup.highlight]
-    anchorLineNos = false
-    codeFences = false
-    guessSyntax = false
-    hl_Lines = ""
-    lineAnchors = ""
-    lineNoStart = 1
-    lineNos = false
-    lineNumbersInTable = false
-    noClasses = true
-    style = "manni"
-    tabWidth = 4
-
-[mediaTypes."application/atom"]
-  suffixes = ["xml"]
-
-[outputFormats.Atom]
-  mediaType = "application/atom"
-  baseName = "feed"
-  isPlainText = false
-
-[outputs]
-  home = [ "HTML", "Atom" ]