@archer-edu/create-static
Advanced tools
Comparing version 1.2.0 to 1.2.1-beta.1
{ | ||
"name": "@archer-edu/create-static", | ||
"version": "1.2.0", | ||
"version": "1.2.1-beta.1", | ||
"description": "Static initialization project for static-hosted sites at Archer Education", | ||
@@ -31,3 +31,3 @@ "author": "Travis Sheppard <tsheppard@archeredu.com", | ||
}, | ||
"gitHead": "f68d396aa244dd4bd5c08369a55fb2ca686aa7db" | ||
"gitHead": "59fbc4816b37aa0184d14a0c444d20f10bfe38fc" | ||
} |
@@ -10,27 +10,30 @@ { | ||
"scripts": { | ||
"prebuild": "rm -fR www", | ||
"build": "run-s format build:tw build:content build:hugo build:index format:all", | ||
"build": "run-s build:tw build:content build:hugo build:index", | ||
"build:blog": "cmsctl pull-blog -i assets/images ${npm_package_siteId}", | ||
"build:ci": "run-s build:tw build:hugo:ci build:index", | ||
"build:content": "run-s build:pages build:data build:blog", | ||
"build:data": "cmsctl pull-data ${npm_package_siteId}", | ||
"build:pages": "cmsctl pull-pages -i assets/images ${npm_package_siteId} ", | ||
"build:blog": "cmsctl pull-blog -i assets/images ${npm_package_siteId}", | ||
"postbuild:content": "find ./src/content -type f | sed 's/[^/]*\\//| /g;s/| *\\([^| ]\\)/+--- \\1/' | LC_ALL=C sort", | ||
"build:tw": "tailwind -c tailwind.config.js --input ./src/assets/css/main.css --output ./src/assets/css/output.css", | ||
"build:hugo": "yarn hugo -s ./src --ignoreCache --cleanDestinationDir --forceSyncStatic --environment develop --logLevel debug", | ||
"build:hugo:ci": "yarn hugo -s ./src --ignoreCache --cleanDestinationDir --environment ${NAMESPACE}", | ||
"build:index": "npx -y pagefind --site www", | ||
"build:pages": "cmsctl pull-pages -i assets/images ${npm_package_siteId} ", | ||
"build:tw": "tailwind -c tailwind.config.js --input ./src/assets/css/main.css --output ./src/assets/css/output.css", | ||
"docker:build": "docker build -t web-<%name%> . --build-arg redirect_status=$REDIRECT_STATUS_CODE", | ||
"docker:start": "docker run -p 3002:80 -d --name web-<%name%> --rm web-<%name%>", | ||
"docker:stop": "docker stop web-<%name%>", | ||
"format": "html-validate --ext html --formatter stylish www", | ||
"hugo": "bin/hugo/hugo", | ||
"lint": "html-validate --ext html src", | ||
"postbuild": "yarn format", | ||
"postbuild:content": "find ./src/content -type f | sed 's/[^/]*\\//| /g;s/| *\\([^| ]\\)/+--- \\1/' | LC_ALL=C sort", | ||
"postinstall": "rm -fR bin/hugo && hugo-installer --version otherDependencies.hugo --extended", | ||
"prebuild": "rm -fR www", | ||
"serve": "npx -y serve -s -C -n --no-port-switching -p 3002 www", | ||
"serve:hugo": "yarn hugo server -s ./src", | ||
"start": "run-p start:hugo start:tw", | ||
"start:hugo": "yarn hugo server -s ./src -v --templateMetrics --gc --ignoreCache --cleanDestinationDir --forceSyncStatic", | ||
"start:tw": "tailwindcss -c tailwind.config.js -i ./src/assets/css/main.css -o ./src/assets/css/output.css --watch", | ||
"start:hugo": "yarn hugo server -s ./src -v --templateMetrics --gc --ignoreCache --cleanDestinationDir --forceSyncStatic", | ||
"lint": "html-validate --ext html src", | ||
"format": "html-validate --ext html --formatter stylish src", | ||
"format:all": "html-validate --ext html --formatter stylish .", | ||
"serve": "npx -y serve -s -C -n --no-port-switching -p 3002 www", | ||
"serve:hugo": "yarn hugo server -s ./src" | ||
"submodule": "git submodule update --init --recursive", | ||
"submodule:init": "git submodule add git@bitbucket.org:viewdo/dxp-directus-hugo-theme.git src/themes/dxp-directus", | ||
"postsubmodule:init": "yarn run submodule" | ||
}, | ||
@@ -37,0 +40,0 @@ "resolutions": { |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
409961
2