chore(dev): Add all necessary files to develop website

This commit is contained in:
2025-07-13 12:19:07 +02:00
parent ffde44ae57
commit 0d4da525a6
4 changed files with 1578 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
venv
node_modules
dist
.parcel-cache

7
override.yaml Normal file
View 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
View 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"
}
}

1553
yarn.lock Normal file

File diff suppressed because it is too large Load Diff