init: initial commit

This commit is contained in:
st1020 2023-10-20 22:53:59 +08:00
commit e38bcddf57
48 changed files with 3752 additions and 0 deletions

22
package.json Normal file
View file

@ -0,0 +1,22 @@
{
"name": "kita",
"version": "0.1.0",
"description": "Kita is a clean, elegant and simple blog theme for Zola.",
"homepage": "https://github.com/st1020/kita",
"license": "MIT",
"author": "st1020 <stone_1020@qq.com>",
"repository": {
"type": "git",
"url": "https://github.com/st1020/kita.git"
},
"scripts": {
"dev": "pnpm tailwindcss -i ./static/app.css -o ./static/main.css --watch",
"build": "pnpm tailwindcss -i ./static/app.css -o ./static/main.css"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.10",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3.3"
}
}