Version: 0.97.3, Package name: hugo-0.97.3 |
Maintained by: Paco Esteban |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description Hugo is a static HTML and CSS website 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 metadata. Flavors: extended - build hugo extended version with Sass/SCSS support amongst others |
Filesize: 5440.138 KB |
Version History (View Complete History) |
|
2021-11-21 03:36:24 by Paco Esteban | Files touched by this commit (3) |
Log message: update www/hugo to 0.89.4 ok sdk@ |
2021-09-05 07:53:13 by Paco Esteban | Files touched by this commit (3) |
Log message: update www/hugo to 0.88.1 ok denis@ |
2021-08-14 01:01:23 by Theo Buehler | Files touched by this commit (15) |
Log message: Go ports: remove ./ from '.include "modules.inc"' line ok danj semarie |
2021-08-10 02:15:18 by Paco Esteban | Files touched by this commit (4) |
Log message: update www/hugo to 0.87.0 ok denis@ |
2021-06-23 08:37:59 by Paco Esteban | Files touched by this commit (3) |
Log message: update www/hugo to 0.84.0 ok sthen@ |
2021-05-17 13:00:28 by Paco Esteban | Files touched by this commit (1) |
Log message: fix extended FLAVOR for www/hugo spotted by ajacoutot@ |
2021-05-16 01:00:20 by Paco Esteban | Files touched by this commit (3) |
Log message: update www/hugo to 0.83.1 while here moved MODGO_MODULES to modules.inc tested by Ian Darwin (ian at darwinsys.com). "looks good to me" abieber@ |
2021-04-24 02:30:42 by Paco Esteban | Files touched by this commit (2) |
Log message: update www/hugo to 0.82.1 |
2021-03-08 06:59:29 by Stuart Henderson | Files touched by this commit (92) |
Log message: bump the golang ports so that pkg_add -u knows to update them |
2021-03-06 03:48:34 by Paco Esteban | Files touched by this commit (2) |
Log message: update of www/hugo to 0.81.0 ok rsadowski@ |
2021-01-01 05:04:59 by Paco Esteban | Files touched by this commit (2) |
Log message: update www/hugo to 0.80.0 tested by denis@ |
2020-12-20 02:39:46 by Paco Esteban | Files touched by this commit (2) |
Log message: update of www/hugo to 0.79.0 ok rsadowski@ |
2020-11-24 11:14:47 by Paco Esteban | Files touched by this commit (2) |
Log message: update www/hugo to 0.78.2 tested by Nathanael Dalliard, thanks ! |
2020-10-03 02:40:11 by Paco Esteban | Files touched by this commit (2) |
Log message: update www/hugo to 0.75.1 bugfix release Changelog: * resources/image: Fix nilpointer for images with no Exif [#7688] * modules/npm: Preserve the original package.json if it exists [#7690] * tpl: Fix grammar in the new 'requires non-zero' error message [cd830bb0] ok solene@ |
2020-09-17 01:30:09 by Paco Esteban | Files touched by this commit (3) |
Log message: update www/hugo to 0.75.0 Changelog here: https://github.com/gohugoio/hugo/releases/tag/v0.75.0 tested and ok rsadowski@ |
2020-07-26 15:13:36 by Paco Esteban | Files touched by this commit (2) |
Log message: update www/hugo to 0.74.3 Tested by Raymond E. Pasco ok kmos |
2020-07-07 05:11:43 by Paco Esteban | Files touched by this commit (2) |
Log message: update www/hugo to 0.73.0 Changelog: tpl/crypto: Add hmac Remove some old release notes Create robots.txt in the domain root directory #5160#4193 Make GroupByParamDate work with string params #3983 Add GroupByLastmod #7408 Rename taxonomy kinds from taxonomy to term, taxonomyTerm to taxonomy #6911#7395 Add genDocsHelper mage target Regenerate templates Beautify HTML generated by pagination template #7199 Add a nested data dir test Use os.PathError in RootMappingFs.doLstat Remove credit (#7347) Allow hook template per section/type #7349 Fix bad rounding in NumFmt #7116 Fix aliases with path in baseURL Fix server data race/nil pointer in withMaps #7392 Fix order of GetTerms #7213 Fix aliases with uglyURLs Fix crash for closing shortcode with no .Inner set #6857#7330 Fix aliases with relativeURLs Fix URL rewrites vs fast render server mode #7357 MODGO_MODULES generated with new `portgen go` from abieber@ ok abieber@ rsadowski@ jca@ |
2020-06-08 08:38:58 by Paco Esteban | Files touched by this commit (2) |
Log message: update www/hugo to 0.72.0 Changelog: Add some more date test cases 81f56332 Fix RenderString vs render hooks 9698b0da Prevent WARNINGs in RenderString 32344fe3 Fix IsAncestor/IsDescendant for taxonomies 4d7fa9f1 Fix GetPage on section/bundle name overlaps a985efce Fix Go template script escaping 6c3c6686 Add a test helper c34bf485 Fix tag collector for nested table elements c950c86b Fix build error: my previous commits did not fix it 91520249 Add Scratch.Values 2919a6a5 Update Goldmark to improve Typographer 432885c4 Add redirect support to the server 6a3e8974 the port now uses MODGO_MODNAME, no need for custom distfile. ok rsadowski@ jca@ |
2020-05-31 07:34:08 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Bump to unbreak. DESCR change requires a bump. |
2020-05-30 11:33:00 by Paco Esteban | Files touched by this commit (2) |
Log message: new extended flavor for www/hugo Original diff by millert@ with input from rsadowski@ ok jca@ |
2020-05-21 10:37:44 by Paco Esteban | Files touched by this commit (2) |
Log message: update www/hugo to release 0.71.0 * Use WARN log level also for the early initialization [518d1496] * Update to Go 1.14.3 and Go 1.13.11 [3cc41523] * Improve error message when no Babel installed [2fd0a5a6] * Add test for headings render hook [6e051c05] * Add render template hooks for headings [423b8f2f] * Add math.Pow [99193449] * Do not suppress .well-known/ directory [558c0930] * Quote "@babel/cli" to solve build error [b69a3614] * Remove custom x-nodejs plugin [a0103864] * Use .Lastmod for og:updated_time [6205d56b] * Fix Babel on Windows [723ec555] * Upgrade chroma to 0.7.3 to fix invalid css [b342e8fb] ok rsadowski@ kmos@ |
2020-04-24 07:21:03 by Paco Esteban | Files touched by this commit (2) |
Log message: update www/hugo to bugfix release 0.69.2 * Fix IsAncestor and IsDescendant when the same page is passed * deps: Update goldmark-highlighting * Fix IsAncestor and IsDescendant under subsection ok jca@ |
2020-04-22 05:25:25 by Paco Esteban | Files touched by this commit (2) |
Log message: update www/hugo to bugfix release 0.69.1 * hugolib/filesystems: Fix typo in test suite * Fix class collector when running with --minify * related: Fix toLower * Fix broken test [b3c82575] * tpl/tmplimpl/template: Change defer RLock to RUnlock * hugolib: Add Unlock before panic * docs: Fix typo in Hugo's Security Model * deps: Update go-org to v1.1.0 * commands: Modify gen chromastyles to output all CSS classes * deps: Update to goldmark v1.1.28 * Fix query parameter handling in server fast render mode ok jca@ |
2020-04-10 13:08:39 by Paco Esteban | Files touched by this commit (2) |
Log message: update www/hugo to bugfix release 0.69.0 * Extend Jsonify to support options map * Extend Jsonify to support optional indent parameter * Regen docs helper * Collect HTML elements during the build to use in PurgeCSS etc. * Update to latest emoji package * Update hosting-on-aws-amplify.md * Add basic "post resource publish support" * Typo correction [commit 7eba37ae] * Use semver for min_version per recommendations * Updateto gitmap v1.1.2 * Add data context to the key in ExecuteAsTemplate" * Fix hugo mod vendor for regular file mounts * Revert "Revert "common/herrors: Fix typos in comments"" * Fix typos in comments" [commit 4437e918] * Fix typos in comments [commi t1123711b] * Fix TrimShortHTML * Fix IsDescendant/IsAncestor for overlapping section names * fix typo in getting started * Fix _build.list.local logic * Fix cache reset for a page's collections on server live reload ok jca@ |
2020-03-24 09:37:58 by Paco Esteban | Files touched by this commit (2) |
Log message: update www/hugo to bugfix release 0.68.3 Just one change for this release: * Fix _build.list.local logic * Fix cache reset for a page's collections on server live reload ok jca@ |
2020-03-22 10:53:12 by Paco Esteban | Files touched by this commit (2) |
Log message: update www/hugo to bugfix release 0.68.1 Just one change for this release: * Revert "resources: Add data context to the key in ExecuteAsTemplate" ok jca@ |
2020-03-21 06:48:36 by Paco Esteban | Files touched by this commit (2) |
Log message: update www/hugo to latest versio 0.68.0 Changes for this release: * Some minify configuration adjustments * Add minify config * Allow headless bundles to list pages via $page.Pages and $page.RegularPages * Update to Go 1.14.1 and 1.13.9 * Pass directory name to filters in LstatIfPossible in the same way as Readdir * Update to goldmark 1.1.25. * Add workaround for regular CSS imports in SCSS * Add .RegularPagesRecursive * Add data context to the key in ExecuteAsTemplate * Improve Tailwind/PostCSS error messages * Update Blackfriday * Add languageDirection to language configuration * Fix Go build version * Fix GetTerms nil pointer * Fix scss vs css import regexp * Fix --templateMetricsHints * Try to fix a Go 1.15 go vet error ok jca@ |
2020-03-16 04:44:38 by Paco Esteban | Files touched by this commit (2) |
Log message: update www/hugo to latest versio 0.67.1 Changes for this release: * metrics: Fix --templateMetricsHints [5eadc4c0] * resources: Add data context to the key in ExecuteAsTemplate [18cb21ff] * Improve Tailwind/PostCSS error messages [df298558] * deps: Update Blackfriday [b1106f87] * resources: Try to fix a Go 1.15 go vet error [c0177fe2] * Add languageDirection to language configuration [5914f91b] ok jca@ |
2020-03-10 03:20:06 by Paco Esteban | Files touched by this commit (2) |
Log message: update www/hugo to latest version (0.67.0) |
2020-03-04 23:16:25 by Paco Esteban | Files touched by this commit (2) |
Log message: update www/hugo to 0.66.0 ok sthen@, jca@ |
2020-03-01 14:20:22 by Paco Esteban | Files touched by this commit (34) |
Log message: update www/hugo to 0.65.3 also taking maintainer. ok abieber@, jca@ |