Revisions of hugo

buildservice-autocommit accepted request 1165709 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 159)
baserev update by copy to link target
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 1165708 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 158)
- Packaging improvements:
  * Add basic %check to execute binary --help
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 1165693 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 157)
- added zsh completion package
- added %check section in spec file following rpmlint warning
buildservice-autocommit accepted request 1159951 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 156)
baserev update by copy to link target
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 1159941 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 155)
- Update to version 0.124.1:
  * Fix potential deadlock in Translations
  * Fix rebuild when changing mixed case named templates
  * testing: Set usesFMA as true for riscv64 too
  * Fix regression for outputs defined in front matter for term pages
buildservice-autocommit accepted request 1158573 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 154)
baserev update by copy to link target
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 1158572 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 153)
- Update to version 0.124.0:
  * Add segments config + --renderSegments flag
  * Fix .Parent when there are overlapping regular pages inbetween
  * hugolib: Remove Site.HomeAbsURL
  * deps: Upgrade github.com/gohugoio/hugo-goldmark-extensions/passthrough v0.1.0 => v0.2.0
  * hugolib: Fix sitemap index with monolingual site
  * hugolib: Deprecate site methods Author, Authors, and Social
  * all: Typo fixes
  * Fix translationKey handling for term pages
  * Fix intersect and similar for term entry page collections
  * Upgrade to Go 1.22.1
  * build(deps): bump github.com/evanw/esbuild from 0.20.1 to 0.20.2
  * Fix server rebuilds when adding sub sections especially on Windows
  * tpl/tplimpl: Remove deprecated method from sitemapindex.xml
  * build(deps): bump golang.org/x/tools from 0.18.0 to 0.19.0
  * build(deps): bump github.com/tdewolff/minify/v2 from 2.20.17 to 2.20.19
  * deps: Upgrade github.com/alecthomas/chroma/v2 to v2.13.0
  * tpl/tplimpl: Modify figure shortcode to look for page resource
  * Fix panic when changing archetype files when servere is running
  * build(deps): bump golang.org/x/mod from 0.15.0 to 0.16.0
  * Fix front matter date location when value gets inherited from other dates
  * Fix Name for nested resourced fetched in resources.ByName and similar
  * common/hugo: Rename IsMultiHost and IsMultiLingual
  * hugolib: Deprecate .Site.MultiLingual in favor of hugo.IsMultiLingual
  * snap: Transition to from core20 to core22
buildservice-autocommit accepted request 1156219 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 152)
baserev update by copy to link target
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 1156218 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 151)
- Update to version 0.123.8:
  * markup/goldmark: TOC: render strikethrough, emojis
  * Add hugo.IsMultiHost
  * docs: Fix hyphens and grammar in synopsis of command 'hugo server'
  * resources/images: Retain newlines with text overlays
  * Don't auto-create empty sections for nested taxonomies
  * Fix resource name in resources.ByType
  * Fix global resource isn't published when using an uncommon code construct
  * Fix section page resource not published if resource filename partially matches content file name
  * Fix taxonomy kind template lookup issue
  * tpl/tplimpl: Honor markdown attributes in embedded image render hook
buildservice-autocommit accepted request 1155748 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 150)
baserev update by copy to link target
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 1155747 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 149)
- Update to version 0.123.7:
  * hugofs: Fix vertical mount merge issue
  * Fix and add integration test for the Bootstrap SCSS module for both Dart Sass and Libsass
  * Fix resources.GetMatch, resources.Match, and resources.ByType to they don't normalize permalinks
  * Make sure that sitemaps gets generated even if there is a content bundle with the same path
  * resources/page: Make Taxonomy.Get and Taxonomy.Count case-insensitive
buildservice-autocommit accepted request 1153026 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 148)
baserev update by copy to link target
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 1153024 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 147)
- Update to version 0.123.6:
  * Fix panic when cascading headless from site config to section that does not have an _index.md file
  * Fix assets vs data issue
  * Fix draft for non-default content when content in default language does not exist
buildservice-autocommit accepted request 1153001 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 146)
baserev update by copy to link target
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 1153000 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 145)
- Update to version 0.123.5:
  * Fix .Page.Pages with similary named sections
  * Fix single mount rename panic
  * Fix multihost processed image not copied to non-default content languages
  * build(deps): bump github.com/bep/overlayfs from 0.9.1 to 0.9.2
buildservice-autocommit accepted request 1152009 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 144)
baserev update by copy to link target
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 1152008 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 143)
- Update to version 0.123.4:
  * Fix cascade-pattern-with-extension for cascade in site config
  * build(deps): bump github.com/spf13/fsync from 0.10.0 to 0.10.1
  * Fix term template lookup when its backed by a content file
  * resource: Revert the normalization of Resource.Name
  * Fix panic for disableKinds page for content resources
  * tocss: Fix the import resolving from absolute to relative assets paths
  * Maek Resoyrce.Key as (mostly) internal
  * config/allconfig: Fix typo
buildservice-autocommit accepted request 1150057 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 142)
baserev update by copy to link target
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 1150052 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 141)
- Update to version 0.123.3:
  * cache/dynacache: Reset ticker in case one cache eviction takes some time
  * Revert "cache/dynacache: Prevent multiple concurrent resizes"
  * cache/dynacache: Prevent multiple concurrent resizes
  * Speed up GetPage
  * hugolib: Fix a .Page.GetPage from bundle case
  * resources: Skip the image golden tests when running locally
  * js: Support JSX and JSXImportSourceOptions
  * hugolib: Add capitalizeListTitles config option
buildservice-autocommit accepted request 1149614 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 140)
baserev update by copy to link target
Displaying revisions 21 - 40 of 179
openSUSE Build Service is sponsored by