2021-10-24 09:25:31 +00:00
|
|
|
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]
|
2021-10-27 16:19:53 +00:00
|
|
|
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
|