hugo-book
hugo-book copied to clipboard
Hugo documentation theme as simple as plain book
Hello, I'm trying to use this theme for my hugo site. The site builds locally just fine. However when I check the output in the public folder -- the selecting...
Hugo-book is a great theme, thanks for your hard-working @alex-shpak. Could you do me a favor. I want to make the active menu item auto scroll into view. I am...
Hi, I can't understand how page types are used. The only mention of .Page.type is in taxonomy.. How does hugo or the theme knows how to render this or that...
Prior to this commit, the partial for determining a page title used the `Title` property of a page, if present, or humanized and titleized the file name if not. It...
Averaging multiple equations per paragraph I would like to insert equations with a syntax more similar to that of LaTeX (especially those inline). There are multiple guides ([1](https://mertbakir.gitlab.io/hugo/math-typesetting-in-hugo/),[2](https://dzhg.dev/posts/2020/08/how-to-add-latex-support-in-hugo/#hook-to-existing-theme),[3](https://www.simonspavound.com/posts/2020/09/equations-with-katex-in-hugo/)) which describe...
I set `overflow: auto hidden` for display equations as suggested [here](https://katex.org/docs/issues.html) so that they do not overflow the page if they are too long and instead become scrollable. In the...
I just noticed there was a native hugo menu, and this theme ignored the parameters. Did I do something wrong ? I literally copied and pasted the gohugo example code...
Hello, I'm not sure about this, but I think I've found a slight misalignment with the Hugo spec. So Hugo's [front matter](https://gohugo.io/content-management/front-matter/) documentation says: > **linkTitle**: used for creating links...
Prior to this change, menu entries defined in the hugo site configuration always have `target="_blank" rel="noopener"` appended to their link definition. With this change, any entry defined in the hugo...
Fix to work with footnotes, raw HTML, etc