adding groups
This commit is contained in:
parent
d0e23dd971
commit
56d9a3ff11
19 changed files with 149 additions and 95 deletions
|
@ -1,10 +1,11 @@
|
|||
baseURL = 'https://tfcconnection.org/'
|
||||
languageCode = 'en-us'
|
||||
title = 'TFC Connection'
|
||||
theme = "tfc"
|
||||
|
||||
DefaultContentLanguage = "en"
|
||||
SectionPagesMenu = "main"
|
||||
Paginate = 3 # this is set low for demonstrating with dummy content. Set to a higher number
|
||||
Paginate = 10 # this is set low for demonstrating with dummy content. Set to a higher number
|
||||
enableRobotsTXT = true
|
||||
|
||||
[languages]
|
||||
|
@ -41,4 +42,4 @@ enableRobotsTXT = true
|
|||
|
||||
outputs.home = ["HTML", "RSS", "JSON"]
|
||||
|
||||
summaryLength = 10
|
||||
summaryLength = 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue