mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-06-06 05:21:53 +02:00
final polish
This commit is contained in:
parent
58833a83ca
commit
32af7dde2b
3 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
# baseURL = "https://your_domain.com/"
|
# baseURL = "https://your_domain.com/"
|
||||||
defaultContentLanguage = "en"
|
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
|
enableRobotsTXT = true
|
||||||
paginate = 20
|
paginate = 20
|
||||||
|
|
|
@ -6,6 +6,8 @@ theme = "blowfish"
|
||||||
baseURL = "https://nunocoracao.github.io/blowfish"
|
baseURL = "https://nunocoracao.github.io/blowfish"
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
|
|
||||||
|
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
|
||||||
|
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
paginate = 20
|
paginate = 20
|
||||||
summaryLength = 30
|
summaryLength = 30
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hugo-blowfish-theme",
|
"name": "hugo-blowfish-theme",
|
||||||
"version": "2.22.0",
|
"version": "2.22.1",
|
||||||
"description": "Blowfish theme for Hugo",
|
"description": "Blowfish theme for Hugo",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"fullinstall": "npm run preinstall && npm install && npm run postinstall",
|
"fullinstall": "npm run preinstall && npm install && npm run postinstall",
|
||||||
|
|
Loading…
Add table
Reference in a new issue