update
This commit is contained in:
parent
5d53a3d2d7
commit
b726671c60
82 changed files with 16057 additions and 11 deletions
27
package.json
Normal file
27
package.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "blog",
|
||||
"version": "1.0.0",
|
||||
"description": "Mon blog perso",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"hugo:dev": "hugo server -D --bind 127.0.0.1 --port 1313",
|
||||
"tina:dev": "concurrently \"npm run hugo:dev\" \"npx @tinacms/cli dev\"",
|
||||
"tina:build": "npx @tinacms/cli build"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.achilletoupin.com/gribse/blog.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@tinacms/cli": "^2.8.1",
|
||||
"@types/node": "^24.1.0",
|
||||
"concurrently": "^8.2.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"tinacms": "^2.8.1"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue