Page MenuHomeFreeBSD

www/gohugo: Update to 0.46
ClosedPublic

Authored by 0mp on Aug 1 2018, 6:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 7, 3:29 AM
Unknown Object (File)
Sun, Sep 6, 3:57 PM
Unknown Object (File)
Sun, Sep 6, 1:47 PM
Unknown Object (File)
Sat, Sep 5, 5:28 AM
Unknown Object (File)
Sat, Sep 5, 3:01 AM
Unknown Object (File)
Sat, Sep 5, 3:00 AM
Unknown Object (File)
Thu, Sep 3, 9:53 PM
Unknown Object (File)
Thu, Sep 3, 6:30 PM
Subscribers
None

Details

Summary

Draft of a commit message:

www/gohugo: Update to 0.46

Change log:

  • Resources fetched via resources.Get and similar are now considered global across languages. If you need, as an example, to create a CSS per language, you need to set the path yourself.
  • Add templates.Exists template function. This can be used to check if a template, e.g. a partial, exists in the project or any of the themes in use.
  • Remove superflous loop
  • Update Chroma
  • Make resources fetched via resources.Get and similar language agnostic
  • Improve SCSS project vs themes import resolution
  • Improve _ prefix handling in SCSS imports
  • Fix file paths for uncached transformed images
  • Fix image cache eviction for sites with subdir in baseURL

PR: 230268
Submitted by: ben.lavery@hashbang0.com (maintainer)

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Aug 2 2018, 8:57 AM
This revision was automatically updated to reflect the committed changes.