final polish

This commit is contained in:
Nuno Coração 2023-02-03 21:58:30 +00:00
parent 5b809ef801
commit 7b0803e296
9 changed files with 3 additions and 3 deletions

View file

@ -15,13 +15,13 @@ enableCodeCopy = true
mainSections = ["docs"]
# robots = ""
disableImageOptimization = true
disableImageOptimization = false
defaultBackgroundImage = "/img/bg.jpg"
highlightCurrentMenuArea = true
smartTOC = true
smartTOCHideUnfocusedChildren = false
smartTOCHideUnfocusedChildren = true
[header]
layout = "fixed" # valid options: basic, fixed

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

View file

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