mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-21 12:08:03 +02:00
first commit
This commit is contained in:
commit
d6ecead327
3 changed files with 32 additions and 0 deletions
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
.DS_Store
|
||||
.vscode
|
||||
.idea
|
||||
.eslintcache
|
||||
node_modules
|
||||
dist
|
||||
|
1
README.md
Normal file
1
README.md
Normal file
|
@ -0,0 +1 @@
|
|||
# blogi
|
24
package.json
Normal file
24
package.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "blogi",
|
||||
"version": "1.0.0",
|
||||
"description": "Blog instantly",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/endiliey/blogi.git"
|
||||
},
|
||||
"keywords": [
|
||||
"blog",
|
||||
"websites",
|
||||
"open source"
|
||||
],
|
||||
"author": "endiliey",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/endiliey/blogi/issues"
|
||||
},
|
||||
"homepage": "https://github.com/endiliey/blogi#readme"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue