first commit

This commit is contained in:
2025-11-05 17:32:17 +04:00
commit 0609bcceb5
34 changed files with 4748 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "o-k-i.net-v2",
"version": "1.0.0",
"description": "Site web de l'Organisation Ka Internationale (OKI) - V2",
"scripts": {
"start": "eleventy --serve",
"build": "eleventy",
"clean": "rm -rf _site"
},
"keywords": [],
"author": "Organisation Ka Internationale",
"license": "AGPL-3.0",
"devDependencies": {
"@11ty/eleventy": "^3.1.2"
}
}