From af699ca84181e74a480803249e67ce28313191c1 Mon Sep 17 00:00:00 2001 From: "Ringo@Mac" Date: Sat, 13 Apr 2024 21:50:20 +0700 Subject: [PATCH] dele --- config.toml | 51 ++++++++++++++++++++++++++++++++------------------- 1 file changed, 32 insertions(+), 19 deletions(-) diff --git a/config.toml b/config.toml index 4d14453..68c7dcd 100644 --- a/config.toml +++ b/config.toml @@ -6,44 +6,57 @@ canonifyurls = true relativeURLS = false theme = "diary" -title = "Ringo's site" +title = "Maximilian's blog" languageCode = "vi-vn" summaryLength = 42 -copyright = "copyright info, like license, year, author name, e.t.c." +copyright = "Maximilian de Cato, writing with love, 2024" [author] -name = "Ringo Stark" +name = "Maximilian de Cato" [params] description = "My personal blog and academic info" showFooterCredits = true -math = false +math = true +enableLaTeX = true useIcon = true +enableReadingTime = true +googleSearchCode = "83a0b058839eb4182" [outputFormats] [outputFormats.RSS] mediatype = "application/rss+xml" baseName = "feed" -[[params.links]] -[[params.links.link]] -name = "Github" -href = "https://github.com/andreyorst/" -[[params.links.link]] -name = "Tags" -href = "/tags" -[[params.links.link]] +[[menu.main]] +url = "/categories" name = "Categories" -href = "/categories" -[[params.links.link]] +weight = 3 + +[[menu.main]] +url = "/tags" +name = "Tags" +weight = 2 + +[[menu.main]] +url = "/posts" name = "Archive" -href = "/posts" -[[params.links.link]] -name = "About" -href = "/about" +weight = 1 + +[markup] + [markup.highlight] + codeFences = true + guessSyntax = false + hl_Lines = "" + lineNoStart = 1 + lineNos = false + lineNumbersInTable = true + noClasses = true + style = "monokai" + tabWidth = 4 [module] [module.hugoVersion] extended = true - min = '0.111.0' \ No newline at end of file + min = '0.111.0'