This commit is contained in:
2025-09-20 16:54:47 +02:00
parent f0d1c637f6
commit f5be060aab
6 changed files with 20 additions and 2 deletions

1
Asteron.md Normal file
View File

@ -0,0 +1 @@
<<Navigation("Navigation", "Asteron")>>

0
Asteron/Mosici.md Normal file
View File

10
Home.md Normal file
View File

@ -0,0 +1,10 @@
Welcome to Annwans wiki
Here you can find information about my worldbuilding and conlanging
## Worlds
- [[Asteron]]
- [[Larana]]
## Freestanding shenanigans

1
Larana.md Normal file
View File

@ -0,0 +1 @@
<<Navigation("Navigation", "Larana")>>

View File

@ -1,2 +0,0 @@
# wiki

8
config.rb Normal file
View File

@ -0,0 +1,8 @@
opts = {
emoji: true,
allow_editing: false,
universal_toc: true,
}
Precious::App.set(:wiki_options, opts)