Revisions of hugo

Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 807040 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 19)
- Update to version 0.71.0:
  * Fix Babel on Windows
  * commands: Use WARN log level also for the early initialization
  * Squashed 'docs/' changes from ec0abe052..6c2195936
  * Update to Go 1.14.3 and Go 1.13.11
  * Improve error message when no Babel installed
  * Add test for headings render hook
  * Add render template hooks for headings
  * Add math.Pow
  * deploy: Do not suppress .well-known/ directory
  * snap: Quote "@babel/cli" to solve build error
  * snap: Remove custom x-nodejs plugin
  * Upgrade chroma to 0.7.3 to fix invalid css
  * Use .Lastmod for og:updated_time
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 800811 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 18)
- Update to version 0.70.0:
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 786710 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 17)
- Update to version 0.67.1:
  * metrics: Fix --templateMetricsHints
  * resources: Add data context to the key in ExecuteAsTemplate
  * Improve Tailwind/PostCSS error messages
  * deps: Update Blackfriday
  * resources: Try to fix a Go 1.15 go vet error
  * Add languageDirection to language configuration
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 783592 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 16)
- Update to version 0.67.0:
  * docs: Doument the server config
  * Squashed 'docs/' changes from 341ecabb2..988f7d5c2
  * Fix ambigous error on site.GetPage
  * Fix handling of HTML files without front matter
  * Support unComparable args of uniq/complement/in
  * tpl: Fix error with unicode in file paths
  * Add HTTP header support for the dev server
  * deploy: Add include and exclude support for remote
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 781308 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 15)
- Update to version 0.66.0:
  * Skip some tests on CircleCI
  * {{ in }} should work with html.Template type
  * docs: Regen CLI docs
  * commands: Add --all flag to hugo mod clean
  * Add build.UseResourceCacheWhen
  * Update dependency list in README.md
  * Fix ref/relref short lookup for pages in sub-folder
  * tpl: Change error message on missing resource
  * resources: Add full filename to image when processing fails
  * hugolib: Fix error handling in page collector
  * Update dependency list in README
  * Fix ref/relRef regression for relative refs from bundles
  * identity: Fix potential infinite recursion in server change detection
  * Fix rebuild logic when editing template using a base template
  * resources: Add basic @import support to resources.PostCSS
  * deploy: Implement include/exclude filters for deploy
  * Update to Go 1.14 and 1.13.8
  * Add hugo.IsProduction function
  * tpl: Add math.Sqrt
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 780067 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 14)
- Packaging remove explicitly set ldflags and binary output name.
  Resulting binary is the same size (60M) even after changes.
  Go default build options and upstream hugo build configuration
  produce acceptable results. Regular stripping is not supported
  by upstream Go, necessitating NO_BRP_STRIP_DEBUG=true.
  * remove ldflags -s Omit the symbol table and debug information
  * remove ldflags -w Omit the DWARF symbol table
  * remove ldflags -X main.gitCommit=$COMMIT -X main.version=$VERSION
  * retain buildmode=pie depart from default as security step
  * retain mod=vendor go1.14+ will detect vendor/ and auto-enable
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 780049 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 13)
- Update to version 0.65.3:
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 751461 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 11)
- Update to version 0.60.0:
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 729294 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 10)
- Update to version 0.58.1:
  * Avoid writing the same processed image to /public twice
  * hugolib: Fix broken bundle live reload logic
  * deps: Update github.com/bep/gitmap
  * Fix concat with fingerprint regression
  * tpl: Remove eq argument limitation
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 728368 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 9)
- Update to version 0.58.0:
  * Allow slices in the image Filter funcs, not just varargs
  * hugolib: Adjust Go version specific test
  * hugolib: Remove the old and slow site benchmarks
  * Cache processed images by their source path
  * Remove test artifact
  * Make the "is this a Hugo Module" logic more lenient
  * hugolib: Add a Sass includePaths test
  * Make home.Pages work like any other section
  * Add some fingerprint tests
  * resources: Cache Exif data to disk
  * Remove metaDataFormat setting
  * resources: Make the Exif benchmark filenames distinct
  * resources: Add Exif benchmark
  * resources: Remove unused map type
  * Add image.Exif
  * deps: Update go-org (fix descriptive lists)
  * tpl: Migrate last shortcodes (YouTube and Vimeo) to HTTPS embeds
  * Add a set of image filters
  * Image resource refactor
  * deps: Update go-org (fix footnotes in headlines)
  * Discrepancy typo fix
  * source: Remove debug check left during development
  * hugolib: Change to output non-panic error message if missing shortcode template
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 727817 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 8)
- Packaging remove _service go_modules param archive that is now
  autodetected as of obs-service-go_modules-0.3.0
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 725435 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 7)
- Update to version 0.57.2:
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 722109 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 6)
- Improve hugo-0.56.3 RPM packaging
  * Remove GOPATH export and source copying obsolete with go1.11+
  * Remove application name from summary per rpmlint
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 722096 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 5)
- Improve hugo-0.56.3 RPM packaging
  * Fix LICENSE file handling for older SLE versions
  * Add supplemental package hugo-bash-completion
  * Update git commit associated with hugo-0.56.3
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 720102 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 4)
- hugo-0.56.3 (released 2019-07-31) is a bug-fix release with a
  couple of important fixes and minor improvements in the new Hugo
  Modules feature.
  * gohugoio#6136 hugolib: Fix bundle header clone logic
  * gohugoio#6144 commands: Add "hugo config mounts" command
  * gohugoio#6144 commands: Cleanup the hugo config command
  * gohugoio#6146 Allow overlap in module mounts
  * gohugoio#6143 Fix self-mounts on the main project
  * Move the mount duplicate filter to the modules package
  * Regenerate CLI docs

- hugo-0.56.2 (released 2019-07-30) is a bug-fix release with a
  couple of important fixes.
  * gohugoio#6136 Add some more content language test assertions
  * gohugoio#6139 commands: Fix config reloading in Vim and similar
  * gohugoio#6131 Fix Jekyll import
  * gohugoio#6137 Fix image format detection for upper case extensions, e.g. JPG
  * gohugoio#6134 Fix i18n project vs theme order
  * gohugoio#6128 Add proper error message when receiving nil in Resource transformation
  * deps: Update go-org to v0.1.2

- hugo-0.56.1 (released 2019-07-28) is a bug-fix release with a
  couple of important fixes.
  * gohugoio#6121 common/maps: Do not return error on params dot access on incompatible types
  * gohugoio#6120 resources: Fix image Width/Height regression
  * gohugoio#6114 modules: Set GO111MODULE=on

- Packaging update to add _service demonstrating use of OBS Source
  Service obs-service-go_modules. Regenerated vendor.tar.gz.
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 718643 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 3)
- hugo-0.56.0 (released 2019-07-25) is a feature release introducing
  Hugo Deploy and Hugo Modules and various fixes.
  * Hugo Deploy brings built-in deployment support for GCS, S3, or
    Azure using the Hugo CLI.
  * Hugo Modules are the core building blocks in Hugo, using go
    modules. A module can be your main project or a smaller module
    providing one or more of the 7 component types defined in Hugo:
    static, content, layouts, data, assets, i18n, and archetypes.
    You can combine modules in any combination you like, and mount
    directories from non-Hugo projects, forming a virtual union file
    system.
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 715838 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 2)
- hugo-0.55.6 (released 2019-05-18) is a bug fix release that fixes
  paginator crashes when running the hugo server by protecting the
  Build method with a lock when running in server mode.
  * Other improvements present in hugo-0.55 feature release
  * Vendors dependencies via vendor.tar.gz
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 689161 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 1)
Initial submission of hugo-0.54
Displaying revisions 161 - 179 of 179
openSUSE Build Service is sponsored by