mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
finished the header
This commit is contained in:
@@ -3,11 +3,22 @@
|
||||
# https://jpanther.github.io/congo/docs/getting-started/
|
||||
|
||||
theme = "blowfish"
|
||||
baseURL = "https://github.com/nunocoracao/blowfish"
|
||||
defaultContentLanguage = "en"
|
||||
|
||||
enableRobotsTXT = true
|
||||
paginate = 15
|
||||
summaryLength = 0
|
||||
paginate = 20
|
||||
summaryLength = 30
|
||||
|
||||
buildDrafts = false
|
||||
buildFuture = false
|
||||
|
||||
googleAnalytics = "G-XXXXXX"
|
||||
|
||||
[sitemap]
|
||||
changefreq = 'daily'
|
||||
filename = 'sitemap.xml'
|
||||
priority = 0.5
|
||||
|
||||
[outputs]
|
||||
home = ["HTML", "RSS", "JSON"]
|
||||
|
||||
Reference in New Issue
Block a user