K 10 svn:author V 6 ultima K 8 svn:date V 27 2017-07-07T00:57:15.759855Z K 7 svn:log V 1215 * Updated to 0.24.1 * Added USES= go * Sorted Makefile * Changed do-build to be more inline with USES= go - 0.24 Changelog: Archetype files now need to be complete, including title and date. The -f (format) flag in hugo new is removed: Now use the archetype files as is. Support extension-less media types. The motivation behind this change is to support Netlify's _redirects files, so we can generate server-side redirects for the Hugo docs site. See this commit to see how we configured that. Add disableAliases Support non-md files as archetype files Identify extension-less text types as text Add .Site to the archetype templates Use archetype template as-is as a Go template Update links to new discuss URL Fix error handling for JSON front matter Fix handling of quoted brackets in JSON front matter - 0.24.1 Changelog: Fix archetype regression when no archetype file Preserve shortcodes in archetype templates Fix handling of timezones with positive UTC offset (e.g., +0800) in TOML Create default archetype on new site PR: 220495 Submitted by: (maintainer) Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11502 END