From 01ccf6edd88a66682c1866e8248420fb90ecbfd6 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 5 Oct 2022 17:56:27 -0700 Subject: ref(fcuny/blog): delete the blog The blog moved back to https://github.com/fcuny/fcuny.net --- users/fcuny/blog/config.toml | 45 -------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 users/fcuny/blog/config.toml (limited to 'users/fcuny/blog/config.toml') 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" ] -- cgit v1.2.3