feat: Implement initial Bjorn wiki application with core files, styling, and content.

This commit is contained in:
Fabien POLLY
2025-12-09 11:01:03 +01:00
parent 66a6e4a5c1
commit cb49d3cb8d
5 changed files with 1351 additions and 0 deletions

BIN
assets/bjorn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

1341
index.html Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
# Test1

View File

@@ -0,0 +1 @@
# Test2

8
wiki/structure.json Normal file
View File

@@ -0,0 +1,8 @@
{
"01_General": {
"Introduction": "Introduction.md"
},
"02_Setup": {
"Installation": "Installation.md"
}
}