From 08c5bd21fa02e1b30fe2e4c194d9c615a4daf2c6 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 31 Aug 2021 01:13:15 +0300 Subject: website: switch to hugo --- config.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config.toml (limited to 'config.toml') diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..b32188a --- /dev/null +++ b/config.toml @@ -0,0 +1,13 @@ +baseURL = "https://carbslinux.org" +languageCode = "en-us" +title = "Carbs Linux" +disableKinds = ["taxonomy", "term"] +pygmentsUseClasses = true + +[markup.highlight] +codeFences = true +hl_Lines = " " + +[permalinks] +blog = "/:year/:month/:title/" +news = "/news/:year-:month-:day/" -- cgit v1.2.3