1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-14 16:55:27 -04:00
Commit Graph

11 Commits

Author SHA1 Message Date
jake 8251c012de When Hugo seems to disappear, just reinstall and then continue normally (#82)
should fix #81 (or at least mitigate it)
2021-11-01 14:06:51 -04:00
jake 757a061ebe refactor directory structure and modularize a few common functions 2021-10-09 11:03:39 -04:00
jake d1141afdc1 remove execa & switch back to vanilla child_process 2021-09-19 07:35:50 -04:00
jake 5bb2ff0eb3 switch to ESM imports (drops node 10.x support)
also download assets to a temp dir instead of ./vendor
2021-08-31 11:56:33 -04:00
jake 0f315eadc4 use @jakejarvis/eslint-config, switch to yarn 2021-08-31 10:28:03 -04:00
jake 6ba5b6697e run prettier 2021-06-03 09:46:24 -04:00
jake d87c63f5d3 Switch to more modern and lightweight dependencies 2021-06-01 19:41:24 -04:00
jake 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 5c84c3d31f Re-add `'use strict' statements.
They are still needed.
2018-12-17 23:14:23 +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