Initial commit
This commit is contained in:
41
config.toml
Normal file
41
config.toml
Normal file
@ -0,0 +1,41 @@
|
||||
baseURL = '/'
|
||||
languageCode = 'en-us'
|
||||
title = 'Community Dispute Protocol'
|
||||
theme = 'dispute-protocol-theme'
|
||||
|
||||
# Enable relative URLs for easier deployment in different environments
|
||||
relativeURLs = true
|
||||
canonifyURLs = false
|
||||
|
||||
# Output configuration
|
||||
[outputs]
|
||||
home = ["HTML", "RSS"]
|
||||
|
||||
# Configure static resources
|
||||
[params]
|
||||
# Custom CSS
|
||||
customCSS = ["css/main.css"]
|
||||
|
||||
# Custom JS
|
||||
customJS = ["js/builder.js", "js/data/modules.js", "js/data/templates.js"]
|
||||
|
||||
# Site description
|
||||
description = "A tool for communities to develop customized dispute resolution protocols"
|
||||
|
||||
# Footer text
|
||||
footer = "Powered by Hugo and hosted on GitLab"
|
||||
|
||||
# Menu configuration
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
name = "Home"
|
||||
url = "/"
|
||||
weight = 1
|
||||
[[menu.main]]
|
||||
name = "Builder"
|
||||
url = "/builder/"
|
||||
weight = 2
|
||||
[[menu.main]]
|
||||
name = "About"
|
||||
url = "/about/"
|
||||
weight = 3
|
Reference in New Issue
Block a user