Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Nov 21, 2018. It is now read-only.
This repository was archived by the owner on Nov 21, 2018. It is now read-only.
There was an error while loading. Please reload this page.
This carries my wish list from #257
Open questions:
package.jsonare no longer needed - thanks @arthurvr via Remove unnecessary dependencies inpackage.json#279High Level:
Changes:
.htmlfiles per-language, not just Markdownindex.mdswitches.html, uses a dynamic list of downloadshome.htmlproof of concept{{i18n ...}}for looking up dynamic or (if desired) static key{{hb ...}}for parsing i18n strings with nested variables{{link ...}}for easy i18n-friendly links, or more manual linksMerged:
template.jsonfiles against English defaults)source/project.jsontosource/project.jsto allow dynamic "stuff" like download link listsExample of nested variables (template.json)
{ "verbose_version": "Version {{project.current_version}}", "home_download_links": "Download for {{> current_download_links}}" }