11ty, gitignore
This commit is contained in:
parent
4897901105
commit
e25d6a7fe0
4 changed files with 6751 additions and 2 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
/dist
|
||||||
|
/node_modules
|
6741
package-lock.json
generated
Normal file
6741
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -4,7 +4,7 @@
|
||||||
"description": "Homepage for Gaiety, the doggo",
|
"description": "Homepage for Gaiety, the doggo",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"build": "mkdir -p dist && eleventy --input=./src --output=./dist"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -15,5 +15,8 @@
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://gitlab.com/gaiety/fursona/issues"
|
"url": "https://gitlab.com/gaiety/fursona/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://gitlab.com/gaiety/fursona#readme"
|
"homepage": "https://gitlab.com/gaiety/fursona#readme",
|
||||||
|
"devDependencies": {
|
||||||
|
"@11ty/eleventy": "^0.12.1"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
3
src/index.md
Normal file
3
src/index.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# Gaiety
|
||||||
|
|
||||||
|
Sup
|
Loading…
Add table
Reference in a new issue