diff --git a/Asteron.md b/Asteron.md new file mode 100644 index 0000000..e5b060d --- /dev/null +++ b/Asteron.md @@ -0,0 +1 @@ +<> diff --git a/Asteron/Mosici.md b/Asteron/Mosici.md new file mode 100644 index 0000000..e69de29 diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..56fe3fb --- /dev/null +++ b/Home.md @@ -0,0 +1,10 @@ +Welcome to Annwan’s wiki + +Here you can find information about my worldbuilding and conlanging + +## Worlds + +- [[Asteron]] +- [[Larana]] + +## Freestanding shenanigans diff --git a/Larana.md b/Larana.md new file mode 100644 index 0000000..e4a35b9 --- /dev/null +++ b/Larana.md @@ -0,0 +1 @@ +<> diff --git a/README.md b/README.md deleted file mode 100644 index 8088b76..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# wiki - diff --git a/config.rb b/config.rb new file mode 100644 index 0000000..903bfc1 --- /dev/null +++ b/config.rb @@ -0,0 +1,8 @@ +opts = { + emoji: true, + allow_editing: false, + universal_toc: true, +} + +Precious::App.set(:wiki_options, opts) +