diff options
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 52 |
1 files changed, 49 insertions, 3 deletions
@@ -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)" |
