chore(dev): Add all necessary files to develop website
This commit is contained in:
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
venv
|
||||
node_modules
|
||||
dist
|
||||
.parcel-cache
|
7
override.yaml
Normal file
7
override.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
server:
|
||||
replicas: 2
|
||||
ingress:
|
||||
enabled: true
|
||||
host: www.katenary.org
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
14
package.json
Normal file
14
package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "katenary",
|
||||
"version": "1.0.0",
|
||||
"description": "Katenary website",
|
||||
"source": "src/index.html",
|
||||
"author": "Patrice Ferlet",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"parcel": "^2.13.2",
|
||||
"posthtml-doctype": "^1.1.1",
|
||||
"posthtml-include": "^2.0.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user