81 lines
1.6 KiB
TOML
81 lines
1.6 KiB
TOML
baseURL = 'https://sudoscientist.com/'
|
|
languageCode = 'en-us'
|
|
title = 'sudoscientist'
|
|
theme = 'risotto'
|
|
copyright = "© [Asara](https://sudoscientist.com)"
|
|
paginate = 3
|
|
DefaultContentLanguage = "en"
|
|
enableInlineShortcodes = true
|
|
sectionPagesMenu = "main"
|
|
|
|
[params]
|
|
noindex = false
|
|
|
|
[params.author]
|
|
name = "Asara"
|
|
email = "amarpreet@minhas.io"
|
|
|
|
[params.theme]
|
|
palette = "personal"
|
|
|
|
# Sidebar: about/bio
|
|
[params.about]
|
|
description = "Asara's personal blog"
|
|
logo = "images/profile.jpg"
|
|
|
|
[[params.socialLinks]]
|
|
icon = "fa fa-matrix-org"
|
|
title = "matrix"
|
|
url = "https://matrix.to/#/@Asara:devvul.com"
|
|
|
|
[[params.socialLinks]]
|
|
icon = "fa fa-gitea"
|
|
title = "personal git"
|
|
url = "https://git.devvul.com/Asara"
|
|
|
|
[[params.socialLinks]]
|
|
icon = "fa-brands fa-github-alt"
|
|
title = "GitHub"
|
|
url = "https://github.com/Asara"
|
|
|
|
[[params.socialLinks]]
|
|
icon = "fa-solid fa-envelope"
|
|
title = "Email"
|
|
url = "mailto:amarpreet@minhas.io"
|
|
|
|
[[params.socialLinks]]
|
|
icon = "fa-solid fa-rss"
|
|
title = "RSS feed"
|
|
url = "https://sudoscientist.com/feed.xml"
|
|
|
|
[menu]
|
|
[[menu.main]]
|
|
identifier = "about"
|
|
name = "About"
|
|
url = "/about/"
|
|
weight = 10
|
|
|
|
[taxonomies]
|
|
category = "categories"
|
|
tag = "tags"
|
|
|
|
# For hugo >= 0.60.0, enable inline HTML
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
[markup]
|
|
[markup.tableOfContents]
|
|
startLevel = 2
|
|
endLevel = 3
|
|
ordered = true
|
|
|
|
[outputFormats]
|
|
[outputFormats.RSS]
|
|
mediaType = "application/rss+xml"
|
|
baseName = "feed"
|
|
|
|
[deployment]
|
|
[[deployment.targets]]
|
|
name = "main"
|
|
URL = "s3://www.sudoscientist.com?region=us-east-1"
|
|
cloudFrontDistributionID = "EO7UFHQNSGG9P"
|