hugo-whisper-theme icon indicating copy to clipboard operation
hugo-whisper-theme copied to clipboard

Whisper is a minimal documentation theme for Hugo.

Results 9 hugo-whisper-theme issues
Sort by recently updated
recently updated
newest added

I wrote some math formula in markdown using the $ $ grammer. It looks good in vscode preview, but in the theme the formula is not rendered. Should I add...

use .Site.Language.Lang

It would be nice having a dark mode. Using [`prefers-color-scheme`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme), there would be no need on a button to toggle or anything like that, making this just dependent on providing...

enhancement

Hi, is there a way to edit the config.toml such that the user begins with the "docs" page, instead of having to click then enter? Thanks.

enhancement

Hello, Is there anyway to hide some md files from the sidebar using the front matter? Someting like this? `hidden = true` Thanks

any advices to show subtitles under the title in the sidebar? e.g: Docs - install-hugo - install-theme - configure - specimen Headings Paragraphs Blockquotes Lists

This PR fixes a typo I spotted.

When previewing the example site with latest hugo version 0.123.8 in verbose mode, a deprecation warning is shown: ``` INFO deprecated: .Site.IsServer was deprecated in Hugo v0.120.0 and will be...

When used with Hugo version 0.132.0 or above, hugo command fails due to usage of deprecated function `.Site.IsServer`: ``` Start building sites … hugo v0.132.0-005e895a386e59dd38418066b3280fd98a33c96b+extended windows/amd64 BuildDate=2024-08-12T15:21:36Z VendorInfo=gohugoio ERROR deprecated:...