Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-05 | (MAINT) Respect LinkTitle in page metadata (#483) | Mikey Lombardi (He/Him) | 1 | -1/+3 | |
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 did not use the `LinkTitle` property at all (defined in the [front matter][01]). According to the [menu documentation][02]: > The following order is used to determine an Identifier: > > `.Name > .LinkTitle > .Title` > > This means that `.Title` will be used unless `.LinkTitle is present, > etc. Similar, the documentation for [menu entry variables][03] states: > The `name` key, if set for the menu entry, sets this value. If that > key is not set, and if the menu entry is set in a page front-matter, > this value defaults to the page's `.LinkTitle`. Together, these imply that if `.LinkTitle` is specified, it should be preferred over `.Title` for the generated nav menu. [01]: https://gohugo.io/content-management/front-matter/ [02]: https://gohugo.io/content-management/menus/#nesting [03]: https://gohugo.io/variables/menus/#menu-entry-variables | |||||
2022-08-02 | Remove left pagination spacing (#467) | Dongliang Yin | 1 | -0/+1 | |
2022-07-04 | Ignore code block clicks with active selection (#448) | Alexander Danilov | 1 | -0/+3 | |
2022-04-26 | Add .hugo_build.lock to .gitignore | Alex Shpak | 1 | -0/+1 | |
2022-04-26 | #440L Adjust bookHref, check .Content again, add redirect | Alex Shpak | 5 | -9/+17 | |
2022-04-26 | Add BookHref, set explicit URL for the menu (#440) | Horea Christian | 1 | -1/+5 | |
2022-04-26 | Add Amharic language translations (#444) | Leone G | 1 | -0/+14 | |
2022-02-18 | Make menu entries' link relative (#421) | Giuseppe Masino | 1 | -2/+2 | |
This change allows hugo to build pages correcly when `canonifyURLs = false` and `relativeURLs = true`. Otherwise the links on the menu will be canonicalized regardless of configuration. This results in broken sites in a number of situations, such as sites served behind a reverse-proxy that don't want to account for the prefix they're served under. | |||||
2022-02-14 | REDAME: Katex to KaTeX (#416) | Andreas Deininger | 1 | -1/+1 | |
2022-01-13 | #408, #410: Use LanguageCode in templates if specified | Alex Shpak | 2 | -3/+3 | |
2022-01-13 | Prevent breaked-lines in <p> (#404) | shawn.ye | 1 | -0/+4 | |
2021-12-01 | Updating book to hugo-book in README (#394) | Samuel Redai | 1 | -1/+1 | |
Looks like the path `/book/` in the readme should be `/hugo-book/`. | |||||
2021-11-19 | #385: Do not focus search field if current element has value | Alex Shpak | 1 | -0/+4 | |
2021-11-19 | Rename theme in readmin to hugo-book (#386) | QIN2DIM | 1 | -5/+5 | |
* Update README.md * Update README.md Co-authored-by: Alex Shpak <alex-shpak@users.noreply.github.com> | |||||
2021-10-19 | #369, switch to google_analytics.html internal template | Alex Shpak | 1 | -1/+1 | |
2021-10-19 | Removed extra Google Analitics include (#389) | Nikolay Raspopov | 1 | -1/+0 | |
It's already included via "docs/html-head" partial. | |||||
2021-09-27 | Allow site title to be customised via parital (#384) | Jack Morgan | 3 | -4/+7 | |
* Allow site title to be customised via parital * Modify readme to highlight available partials * Rename template for consistency * Move title tags to head partial | |||||
2021-09-26 | add color-scheme to head-html (#387) | xhdix | 1 | -0/+1 | |
2021-09-11 | Add hugo init to install instructions | Alex Shpak | 1 | -9/+11 | |
2021-09-08 | Rollback flexsearch for now | Alex Shpak | 1 | -27/+42 | |
2021-09-07 | (GH-375) Enable use as a hugo module (#376) | Michael T Lombardi (He/Him) | 2 | -0/+26 | |
This commit does the minimal work to make the Book theme a functional hugo module by adding the go.mod file and including instructions in the project README for use. Resolves #375 | |||||
2021-08-30 | Upgrade flexsearch and mermaid | Alex Shpak | 2 | -47/+32 | |
2021-08-30 | #370: Allow markdown in details shortcode, also change markdownify to โต | Alex Shpak | 4 | -5/+6 | |
RenderString in other shortcodes | |||||
2021-08-30 | #374: set auto height for images in markdown | Alex Shpak | 3 | -2/+3 | |
2021-08-18 | #343, #165: Move lang selector to left menu | Alex Shpak | 7 | -81/+37 | |
2021-07-25 | Update README.md | Alex Shpak | 1 | -7/+7 | |
2021-07-25 | Update theme.toml | Alex Shpak | 1 | -0/+1 | |
2021-07-20 | issues 362 (#364) | ้็ผ | 1 | -3/+3 | |
* ๐ fix issues 352 Solve this problem๏ผ https://github.com/alex-shpak/hugo-book/issues/352 The Reason: https://github.com/gohugoio/hugo/issues/8688 * fix issues 362 https://github.com/alex-shpak/hugo-book/issues/362 * Revert "๐ fix issues 352" This reverts commit 58f8935d1e2348d7c9aa03ca2fac8049f486ad3d. * Revert "Revert "๐ fix issues 352"" This reverts commit fa0d46ccf56f435a628af17798d36616a5c23d86. * fix issues 362 * Update columns.html * Revert "Revert "Revert "๐ fix issues 352""" This reverts commit 79777a9e846334b6043048b156d972212802931c. Co-authored-by: Alex Shpak <alex-shpak@users.noreply.github.com> | |||||
2021-07-01 | Added italian translation (#356) | Marco Guerrini | 1 | -0/+14 | |
2021-06-21 | Add Farsi with support for search RTL texts (#350) | xhdix | 1 | -0/+20 | |
Farsi/Parsi/Persian | |||||
2021-06-21 | Change collapsed icon in menu for RTL pages (#354) | xhdix | 1 | -1/+12 | |
2021-06-08 | Fix menu not working in RTL menu (#349) | xhdix | 1 | -1/+1 | |
2021-05-27 | Document removal of internal hugo templates (#345) | Nikolay Raspopov | 1 | -0/+6 | |
2021-05-21 | #285, skip integrity attribute if site is built without hostname | Alex Shpak | 1 | -3/+9 | |
2021-05-21 | Add deprecation notice for menu bundle | Alex Shpak | 1 | -0/+1 | |
2021-05-20 | Prefer existing and translated variant of home page (#342) | Nikolay Raspopov | 1 | -1/+1 | |
* Prefer existing and translated variant of home page as the site link in the menu header. * More compact "cond"-version of fix. | |||||
2021-05-20 | Fix lighthouse remarks: icon sizes, noopener | Alex Shpak | 5 | -4/+11 | |
2021-05-20 | Update roboto fonts | Alex Shpak | 17 | -21/+11 | |
2021-05-19 | Refactor search, syntax error | Alex Shpak | 1 | -1/+0 | |
2021-05-19 | Refactor search, prepare for pre-built indexing | Alex Shpak | 6 | -63/+47 | |
2021-05-19 | Regression, fix menu reset script | Alex Shpak | 1 | -1/+1 | |
2021-05-06 | Fixed ineffective "disableHugoGeneratorInject" parameter (#337) | Nikolay Raspopov | 1 | -4/+0 | |
Fixed issue #336. HUGO does not use `{{ hugo.Generator }}` placeholder anymore. | |||||
2021-05-03 | #281, Copy code block content on click | Alex Shpak | 2 | -0/+26 | |
2021-05-03 | Update MermaidJS example | Alex Shpak | 1 | -22/+17 | |
2021-05-03 | Update archetypes | Alex Shpak | 2 | -2/+5 | |
2021-05-03 | Imporove sectiopn shortcode example | Alex Shpak | 8 | -6/+16 | |
2021-05-03 | Improve posts title rendering | Alex Shpak | 4 | -6/+6 | |
2021-05-03 | #286, Add ability to set image for posts | Alex Shpak | 6 | -7/+13 | |
2021-05-03 | collapsed menu right arrow, uncollapsed down arrow (#332) | Pim Snel | 2 | -1/+8 | |
2021-05-03 | add Traditional Chinese i18n translation (#335) | Hsin-Hsiang Peng | 1 | -0/+20 | |
Add the Traditional Chinese i18n translation for language code "zh-TW". Ref: https://discourse.gohugo.io/t/i18n-support-for-language-country-code/20303 |