1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-27 12:26:23 -04:00

8 Commits

Author SHA1 Message Date
7bd97c7bed
use got to fetch binary (retries on error, follows redirects, etc.) 2021-06-15 22:19:17 -04:00
9c1e39375d
replace child_process with execa 2021-06-02 00:23:05 -04:00
6c87e415dc
allow binaries in vendor folder to be cached
aka: don't delete binaries in node_modules folder, since they shouldn't change anyways (unless the package is also updated)
2020-02-18 17:40:51 -05:00
XhmikosR
d5e5e6113f Use Object destructuring. 2018-12-17 23:14:23 +09:00
XhmikosR
5c84c3d31f Re-add `'use strict' statements.
They are still needed.
2018-12-17 23:14:23 +09:00
XhmikosR
ea361afa4a Minor lint tweaks. (#69) 2018-10-07 17:42:52 +09:00
Shun Sato
1113135bfe
Support Hugo extended (#65)
* wip: Support Hugo extended

* fallback support, update readme.md

* fixup! wip: Support Hugo extended
2018-10-07 17:15:42 +09:00
Shun Sato
2babfd561c feat(hugo): upgrade Hugo to v0.17 (#9) 2016-10-19 23:36:34 +09:00