feat: integrate tinacms
This commit is contained in:
parent
659755e9c5
commit
62b2518590
12 changed files with 8602 additions and 89 deletions
|
@ -5,6 +5,7 @@
|
|||
"main": "index.html",
|
||||
"scripts": {
|
||||
"start": "eleventy --serve & npx tailwindcss -i ./tailwind.css -o _site/assets/styles/tailwind.css --watch",
|
||||
"tina": "tinacms dev -c 'eleventy --serve & npx tailwindcss -i ./tailwind.css -o _site/assets/styles/tailwind.css --watch'",
|
||||
"debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve & npx tailwindcss -i ./tailwind.css -o _site/assets/styles/tailwind.css --watch",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
|
@ -37,6 +38,7 @@
|
|||
"@sherby/eleventy-plugin-files-minifier": "^1.1.1",
|
||||
"@tailwindcss/aspect-ratio": "^0.4.2",
|
||||
"@tailwindcss/typography": "^0.5.1",
|
||||
"@tinacms/cli": "^1.5.6",
|
||||
"@typescript-eslint/eslint-plugin": "^5.58.0",
|
||||
"@typescript-eslint/parser": "^5.58.0",
|
||||
"autoprefixer": "^10.4.2",
|
||||
|
@ -52,7 +54,8 @@
|
|||
"markdownlint-cli": "^0.33.0",
|
||||
"marked": "^4.3.0",
|
||||
"tailwind-dracula": "^1.1.0",
|
||||
"tailwindcss": "^3.3.1"
|
||||
"tailwindcss": "^3.3.1",
|
||||
"tinacms": "^1.4.6"
|
||||
},
|
||||
"lint-staged": {
|
||||
"**/*.{js,ts,json}": [
|
||||
|
|
Reference in a new issue