hugo 0.125.7-1 source package in Ubuntu

Changelog

hugo (0.125.7-1) unstable; urgency=medium

  * New upstream version 0.125.7
  * Add EXTRA_NON_GOHUGOIO_GO_MODULES and execute_before_dh_auto_configure
    to debian/rules to make it easier to install temporary Go modules
  * Build with a temporary copy of github.com/getkin/kin-openapi v0.123.0
    instead of the packaged golang-github-getkin-kin-openapi-dev 0.124.0-1.
    Upstream has received reports from users of Hugo's `openapi3.Unmarshal`
    about breaking behavior `kin-openapi` v0.124.0, so revert to v0.123.0
    for now, pending further investigation.

 -- Anthony Fok <email address hidden>  Sat, 11 May 2024 03:18:03 -0600

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
hugo_0.125.7-1.dsc 5.6 KiB 6c1f7eb568cc8cc0158bfdb580dc8b0ff24a65fc38ec765fe5b0825bd97790d6
hugo_0.125.7.orig.tar.gz 20.1 MiB 3c931fab3ee9fd2f48d49514d9fbaadafb1609925475aef4012db9cce6bb0dad
hugo_0.125.7-1.debian.tar.xz 584.7 KiB b1bcaa66363dc21397d920d10f7ff5a47dc5ed5cc33266bfbcbc7ecdf224f1b4

Available diffs

No changes file available.

Binary packages built by this source

hugo: Fast and flexible Static Site Generator written in Go

 Hugo is a static site generator written in Go. It is optimized for speed,
 ease of use, and configurability. Hugo takes a directory with content and
 templates, and renders them into a full HTML website.
 .
 Hugo relies on Markdown files with front matter for meta data. And you
 can run Hugo from any directory. This works well for shared hosts and
 other systems where you don’t have a privileged account.
 .
 Hugo renders a typical website of moderate size in a fraction of a
 second. A good rule of thumb is that each piece of content renders in
 around 1 millisecond.
 .
 Hugo is meant to work well for any kind of website including blogs,
 tumblelogs and docs.
 .
 Complete documentation is available at https://gohugo.io/

hugo-dbgsym: debug symbols for hugo