adityakumar.xyz/config.toml
2024-05-30 10:25:34 +05:30

112 lines
2.4 KiB
TOML

baseURL = "https://adityakumar.xyz"
theme = "risotto"
title = "adityakumar.xyz"
author = "Aditya Kumar"
copyright = '&copy; [Aditya Kumar](https://adityakumar.xyz) • [View source](https://forgejo.adityakumar.xyz/aditya/adityakumar.xyz)<p>This work is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).</p>'
paginate = 3
languageCode = "en"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
# prevent build failures when using Hugo's Instagram shortcode due to deprecated Instagram API.
# See https://github.com/gohugoio/hugo/issues/7228#issuecomment-714490456
ignoreErrors = ["error-remote-getjson"]
# Automatically add content sections to main menu
sectionPagesMenu = "main"
[params]
noindex = false
[params.theme]
palette = "base16-dark"
# Sidebar: about/bio
[params.about]
title = "Welcome"
description = "Look around and explore the services on the website."
# Sidebar: social links
# Available icon sets:
# * FontAwesome 6 <https://fontawesome.com/> ('fa-brands', 'fa-normal', or 'fa-solid' for brands)
# * Academicons <https://jpswalsh.github.io/academicons> ('ai ai-')
[[params.socialLinks]]
icon = "fa-brands fa-github"
title = "GitHub"
url = "https://github.com/akr2002"
[[params.socialLinks]]
icon = "fa-brands fa-linkedin"
title = "LinkedIn"
url = "https://linkedin.com/in/adityakr082"
[[params.socialLinks]]
icon = "fa-solid fa-envelope"
title = "Email"
url = "mailto:adityakr082@proton.me"
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 30
[[menu.main]]
identifier = "resume"
name = "Resume"
url = "/resume"
weight = 20
[[menu.main]]
identifier = "services"
name = "Services"
url = "/services"
weight = 10
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
# For hugo >= 0.60.0, enable inline HTML
[markup.goldmark.renderer]
unsafe = true
[markup]
# Table of contents
# Add toc = true to content front matter to enable
[markup.tableOfContents]
startLevel = 2
endLevel = 3
ordered = true
[privacy]
[privacy.vimeo]
disabled = false
simple = true
[privacy.twitter]
disabled = false
enableDNT = true
simple = true
[privacy.instagram]
disabled = false
simple = true
[privacy.youtube]
disabled = false
privacyEnhanced = true
[services]
[services.instagram]
disableInlineCSS = true
[services.twitter]
disableInlineCSS = true