forked from gnulinuxindia/website
49 lines
744 B
TOML
49 lines
744 B
TOML
baseurl = "/"
|
|
languageCode = "en-us"
|
|
title = "GNULinuxIndia"
|
|
theme = "hugo-classic"
|
|
ignoreFiles = [
|
|
"\\.Rmd$",
|
|
"\\.Rmarkdown$",
|
|
"_cache$",
|
|
"\\.knit\\.md$",
|
|
"\\.utf8\\.md$"
|
|
]
|
|
footnotereturnlinkcontents = "↩"
|
|
|
|
[permalinks]
|
|
note = "/note/:year/:month/:day/:slug/"
|
|
post = "/post/:year/:month/:day/:slug/"
|
|
|
|
[[menu.main]]
|
|
name = "Blog"
|
|
url = "/blog/"
|
|
weight = 2
|
|
|
|
[[menu.main]]
|
|
name = "Projects"
|
|
url = "/projects"
|
|
weight = 3
|
|
|
|
[[menu.main]]
|
|
name = "About"
|
|
url = "/about"
|
|
weight = 5
|
|
|
|
[[menu.main]]
|
|
name = "RSS"
|
|
url = "/index.xml"
|
|
|
|
[params]
|
|
description = "A website by and for linux and free software enthusiasts from India."
|
|
footer = "Copyleft forever! ;)"
|
|
|
|
[markup.highlight]
|
|
codeFences = false
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
|
|
|