Yet another try of making a website
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# -- Site Configuration --
|
|
|
# Refer to the theme docs for more details about each of these parameters.
|
|
|
# https://nunocoracao.github.io/blowfish/docs/getting-started/
|
|
|
|
|
|
theme = "blowfish"
|
|
|
baseURL = "https://the.waifuism.life/"
|
|
|
defaultContentLanguage = "en"
|
|
|
|
|
|
enableRobotsTXT = true
|
|
|
paginate = 10
|
|
|
summaryLength = 0
|
|
|
|
|
|
buildDrafts = false
|
|
|
buildFuture = false
|
|
|
|
|
|
# googleAnalytics = "G-XXXXXXXXX"
|
|
|
|
|
|
[taxonomies]
|
|
|
tag = "tags"
|
|
|
category = "categories"
|
|
|
author = "authors"
|
|
|
series = "series"
|
|
|
|
|
|
[sitemap]
|
|
|
changefreq = 'daily'
|
|
|
filename = 'sitemap.xml'
|
|
|
priority = 0.5
|
|
|
|
|
|
[outputs]
|
|
|
home = ["HTML", "RSS", "JSON"]
|
|
|
|