feat: integrate tinacms

This commit is contained in:
Cory Dransfeldt 2023-04-18 13:15:00 -07:00
parent 659755e9c5
commit 62b2518590
No known key found for this signature in database
12 changed files with 8602 additions and 89 deletions

View file

@ -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}": [