Init new template and style
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "hugo-sassify-theme",
|
||||
"version": "1.0.0",
|
||||
"description": "A modern Hugo theme for SaaS websites",
|
||||
"author": "Chaoming Li",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"start": "concurrently \"npx tailwindcss -i themes/hugo-saasify-theme/assets/css/main.css -o static/css/style.css --watch\" \"hugo server -D\"",
|
||||
"build": "tailwindcss -i themes/hugo-saasify-theme/assets/css/main.css -o static/css/style.css --minify && hugo --minify"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/forms": "^0.5.7",
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"concurrently": "^8.2.2",
|
||||
"postcss": "^8.4.31",
|
||||
"postcss-cli": "^10.1.0",
|
||||
"tailwindcss": "^3.3.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user