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.

33 lines
625 B

2 years ago
# -- 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://blog.waifuism.life/"
2 years ago
defaultContentLanguage = "en"
title = "The Waifuism Life"
logo = "img/favicon.png"
description = "A way of life"
enableRobotsTXT = false
paginate = 10
summaryLength = 0
2 years ago
buildDrafts = false
buildFuture = false
# googleAnalytics = "G-XXXXXXXXX"
[taxonomies]
tag = "tags"
[sitemap]
changefreq = 'daily'
filename = 'sitemap.xml'
priority = 0.5
[outputs]
home = ["HTML", "RSS", "JSON"]