From 0e191433328094673dacc22b16cc5d3bac02c4dc Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 16 Oct 2025 20:20:15 -0300 Subject: ; --- hugo.toml | 52 +++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 49 insertions(+), 3 deletions(-) (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml index 7e568b8..416b96d 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,3 +1,49 @@ -baseURL = 'https://example.org/' -languageCode = 'en-us' -title = 'My New Hugo Site' +baseurl = "https://azuminha.com" +baseURL = "https://azuminha.com" +baseUrl = "https://azuminha.com" +enableEmoji = true +footnotereturnlinkcontents = "↩" +googleAnalytics = "" +ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"] +languageCode = "en-us" +theme = "hugo-classic" +title = "azuminha" + +[markup.goldmark.renderer] +unsafe = true + +[markup.highlight] +anchorLineNos = false +codeFences = true +guessSyntax = false +hl_Lines = "" +lineAnchors = "" +lineNoStart = 1 +lineNos = false +lineNumbersInTable = true +noClasses = true +style = "monokai" +tabWidth = 4 + +[permalinks] +post = "/post/:year/:month/:day/:slug/" + +[[menu.main]] +name = "Categories" +url = "/categories/" +weight = 1 +[[menu.main]] +name = "Tags" +url = "/tags/" +[[menu.main]] +name = "Git" +url = "https://git.azuminha.com/" +weight = 2 +[[menu.feed]] +name = "Subscribe" +url = "/index.xml" + +[params] +custom_css = ["css/theme-override.css"] +description = "A simple, minimal blog for those who love text." +footer = "[Git](https://git.azuminha.com)" -- cgit v1.2.3