23 lines
530 B
TOML
23 lines
530 B
TOML
baseURL = 'https://itd.arsenm.dev/'
|
|
languageCode = 'en-us'
|
|
title = 'ITD'
|
|
|
|
# Change the default theme to be use when building the site with Hugo
|
|
theme = "hugo-theme-relearn"
|
|
|
|
# For search functionality
|
|
[outputs]
|
|
home = [ "HTML", "RSS", "JSON"]
|
|
|
|
[params]
|
|
themeVariant = "blue"
|
|
|
|
[[menu.shortcuts]]
|
|
name = "<i class='fab fa-git-alt'></i> Gitea"
|
|
url = "https://gitea.arsenm.dev/Arsen6331/itd"
|
|
weight = 1
|
|
|
|
[[menu.shortcuts]]
|
|
name = "<i class='far fa-clock'></i> InfiniTime"
|
|
url = "https://github.com/InfiniTimeOrg/InfiniTime"
|
|
weight = 1 |