You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1018 B
58 lines
1018 B
baseurl = "/" |
|
languageCode = "en-us" |
|
title = "Arya K's Website" |
|
theme = "hugo-classic" |
|
ignoreFiles = [ |
|
"_cache$", |
|
"\\.knit\\.md$", |
|
"\\.utf8\\.md$" |
|
] |
|
footnotereturnlinkcontents = "↩" |
|
|
|
[permalinks] |
|
note = "/note/:day/:month/:year/:slug/" |
|
post = "/post/:day/:month/:year/:slug/" |
|
|
|
[[menu.main]] |
|
name = "Projects" |
|
url = "/projects" |
|
weight = 2 |
|
|
|
[[menu.main]] |
|
name = "Contact" |
|
url = "/contact" |
|
weight = 3 |
|
|
|
[[menu.main]] |
|
name = "About" |
|
url = "/about" |
|
weight = 4 |
|
|
|
[[menu.feed]] |
|
name = "RSS" |
|
url = "/index.xml" |
|
|
|
[params] |
|
description = "Arya's personal website and blog about mostly tech stuff." |
|
footer = "[Codeberg](https://codeberg.org/aryak) | [Source](https://codeberg.org/aryak/website) | [LBRY](https://odysee.com/@aryakiran:9) " |
|
DateForm = "2.1.2006" |
|
|
|
[markup.highlight] |
|
anchorLineNos = false |
|
codeFences = true |
|
guessSyntax = false |
|
hl_Lines = "" |
|
lineAnchors = "" |
|
lineNoStart = 1 |
|
lineNos = false |
|
lineNumbersInTable = true |
|
noClasses = true |
|
style = "monokai" |
|
tabWidth = 4 |
|
|
|
|
|
[markup.goldmark.renderer] |
|
unsafe = true |
|
|
|
|
|
|
|
|