Move blog into website/blog

Nest the blog work within the website directory.
This commit is contained in:
William Carroll 2020-03-20 00:46:29 +00:00
parent 54d1a0048a
commit 95e761e59b
40 changed files with 2 additions and 3 deletions

View file

@ -0,0 +1,17 @@
{
"scripts": {
"watch": "cross-env NODE_ENV=development postcss scss/theme.scss -o static/css/theme.css --watch",
"build": "cross-env NODE_ENV=production postcss scss/theme.scss -o static/css/theme.css"
},
"dependencies": {
"autoprefixer": "^9.5.1",
"tailwindcss": "^1.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.2.0",
"concurrently": "^4.1.0",
"cross-env": "^5.2.0",
"cssnano": "^4.1.10",
"postcss-cli": "^6.1.2"
}
}