alguidelines/config.toml
2021-11-10 10:01:43 +01:00

36 lines
1.2 KiB
TOML

baseURL = 'https://alguidelines.dev/'
languageCode = 'en-us'
title = 'AL Guidelines'
# Change the default theme to be use when building the site with Hugo
theme = "relearn"
# For search functionality
[outputs]
home = [ "HTML", "RSS", "JSON"]
[params]
# Change default color scheme with a variant one. Can be empty, "red", "blue", "green".
themeVariant = "blue"
# If set to false, a Home button will appear below the search bar on the menu.
# It is redirecting to the landing page of the current language if specified. (Default is "/")
disableLandingPageButton = true
# Enable GitHub editing
editURL = "https://github.com/microsoft/bcalhelp/edit/main/content/"
# This controls whether submenus will be expanded (true), or collapsed (false) in the
# menu; if no setting is given, the first menu level is set to false, all others to true;
# this can be overridden in the pages frontmatter
alwaysopen = false
# Additional menu (left sidebar) area links
[[menu.shortcuts]]
name = "<i class='fab fa-github'></i> GitHub repo"
identifier = "gh"
url = "https://github.com/microsoft/bcalhelp"
weight = 10
[[menu.shortcuts]]
name = "<i class='fab fa-discord'></i> BC Discord"
identifier = "ds"
url = "https://discord.gg/4wbfNv3"
weight = 10