Setting up Hugo and Theme
This commit is contained in:
parent
3180f9c6a2
commit
717823a86d
5 changed files with 25 additions and 0 deletions
14
config.toml
Normal file
14
config.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
baseURL = 'https://bc-design-patterns.github.io/AL-Dev-Help/'
|
||||
languageCode = 'en-us'
|
||||
title = 'BC AL Help'
|
||||
|
||||
# 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue