final polish

This commit is contained in:
Nuno Coração 2023-01-01 21:38:43 +00:00
parent 58833a83ca
commit 32af7dde2b
3 changed files with 4 additions and 2 deletions

View file

@ -6,7 +6,7 @@
# baseURL = "https://your_domain.com/"
defaultContentLanguage = "en"
# pluralizeListTitles = "true"
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
enableRobotsTXT = true
paginate = 20

View file

@ -6,6 +6,8 @@ theme = "blowfish"
baseURL = "https://nunocoracao.github.io/blowfish"
defaultContentLanguage = "en"
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
enableRobotsTXT = true
paginate = 20
summaryLength = 30

View file

@ -1,6 +1,6 @@
{
"name": "hugo-blowfish-theme",
"version": "2.22.0",
"version": "2.22.1",
"description": "Blowfish theme for Hugo",
"scripts": {
"fullinstall": "npm run preinstall && npm install && npm run postinstall",