Fix hugo build

This commit is contained in:
Rhyne Vlaservich 2020-09-13 14:11:11 -04:00
parent 759e5a1584
commit 359632d497
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,5 @@
[build]
publish = "public"
command = "hugo --source=docs"
[build.environment]
HUGO_VERSION = "0.30"
HUGO_VERSION = "0.62"

View file

@ -4,9 +4,10 @@
"description": "The less formal CSS framework.",
"main": "dist/paper.css",
"scripts": {
"build": "node ./build/build.js",
"css:build": "node ./build/build.js",
"hugo:build": "hugo -D --source=docs",
"hugo:serve": "hugo server --source=docs --disableFastRender",
"build": "npm run css:build && npm run hugo:build",
"lint": "npm run stylelint",
"start": "npm run hugo:serve",
"stylelint": "stylelint 'src/**/*.scss'"