1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-10-16 09:54:28 -04:00

Support Hugo extended (#65)

* wip: Support Hugo extended

* fallback support, update readme.md

* fixup! wip: Support Hugo extended
This commit is contained in:
Shun Sato
2018-10-07 17:15:42 +09:00
committed by GitHub
parent 5214d55122
commit 1113135bfe
7 changed files with 175 additions and 7 deletions

View File

@@ -1 +1 @@
module.exports = require('./lib').path();
module.exports = require('./lib')(process.cwd()).path();