mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 13:21:35 +01:00
init: initial commit
This commit is contained in:
commit
e38bcddf57
48 changed files with 3752 additions and 0 deletions
22
package.json
Normal file
22
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue