hugo/tpl
Niek de Wit 2a171ff1c5 resources: Add JavaScript transpiling solution
Add a new pipe called TranspileJS which uses the Babel cli. This makes it possible for users to write ES6 JavaScript code and transpile it to ES5 during website generation so that the code still works with older browser versions.

Fixes #5764
2020-04-29 10:51:33 +02:00
..
cast Some minify configuration adjustments 2020-03-20 20:35:57 +01:00
collections Support unComparable args of uniq/complement/in 2020-03-09 13:32:38 +01:00
compare Introduce a tree map for all content 2020-02-18 09:49:42 +01:00
crypto tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
data tpl: Fix error with unicode in file paths 2020-03-09 13:31:04 +01:00
encoding tpl: Extend Jsonify to support options map 2020-04-07 20:01:57 +02:00
fmt tpl: Do not return any value in errorf 2019-12-21 10:26:14 +01:00
hugo tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
images Allow slices in the image Filter funcs, not just varargs 2019-09-04 17:24:50 +02:00
inflect tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
internal tpl: Put Go's internal template funcs in Hugo's map 2020-01-07 13:18:19 +01:00
lang tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
math tpl: Add math.Sqrt 2020-02-24 23:45:04 +01:00
os tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
partials tpl/tplimpl: Rework template management to get rid of concurrency issues 2020-01-22 09:39:49 +01:00
path tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
reflect tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
resources resources: Add JavaScript transpiling solution 2020-04-29 10:51:33 +02:00
safe Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
site tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
strings Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
templates tpl/tplimpl: Rework template management to get rid of concurrency issues 2020-01-22 09:39:49 +01:00
time tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
tplimpl tpl/tmplimpl/template: Change defer RLock to RUnlock 2020-04-21 13:23:31 +02:00
transform deps: Update to latest emoji package 2020-04-08 12:56:14 +02:00
urls markup/goldmark: Make auto IDs GitHub compatible 2020-01-04 19:46:01 +01:00
template.go Fix handling of HTML files without front matter 2020-03-09 15:01:55 +01:00
template_info.go Add render template hooks for links and images 2019-12-18 11:44:40 +01:00
template_test.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00