1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-07-19 09:45:30 -04:00

feat(hugo): upgrade Hugo to v0.17 (#9)

This commit is contained in:
Shun Sato
2016-10-19 23:36:34 +09:00
committed by GitHub
parent 730f7309e6
commit 2babfd561c
10 changed files with 64 additions and 330 deletions

View File

@@ -1,4 +1,4 @@
const bin = require('./binary');
const bin = require('./');
const log = require('logalot');
bin.run(['version'], err => {