f5be060aab5dff885a52a546b9ce481a62d65f98
Asteron.md
... | ... | @@ -0,0 +1 @@ |
1 | +<<Navigation("Navigation", "Asteron")>> |
Asteron/Mosici.md
Home.md
... | ... | @@ -0,0 +1,10 @@ |
1 | +Welcome to Annwan’s wiki |
|
2 | + |
|
3 | +Here you can find information about my worldbuilding and conlanging |
|
4 | + |
|
5 | +## Worlds |
|
6 | + |
|
7 | +- [[Asteron]] |
|
8 | +- [[Larana]] |
|
9 | + |
|
10 | +## Freestanding shenanigans |
Larana.md
... | ... | @@ -0,0 +1 @@ |
1 | +<<Navigation("Navigation", "Larana")>> |
README.md
... | ... | @@ -1,2 +0,0 @@ |
1 | -# wiki |
|
2 | - |
config.rb
... | ... | @@ -0,0 +1,8 @@ |
1 | +opts = { |
|
2 | + emoji: true, |
|
3 | + allow_editing: false, |
|
4 | + universal_toc: true, |
|
5 | +} |
|
6 | + |
|
7 | +Precious::App.set(:wiki_options, opts) |
|
8 | + |