From f5be060aab5dff885a52a546b9ce481a62d65f98 Mon Sep 17 00:00:00 2001 From: Annwan Date: Sat, 20 Sep 2025 16:54:47 +0200 Subject: [PATCH] init --- Asteron.md | 1 + Asteron/Mosici.md | 0 Home.md | 10 ++++++++++ Larana.md | 1 + README.md | 2 -- config.rb | 8 ++++++++ 6 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 Asteron.md create mode 100644 Asteron/Mosici.md create mode 100644 Home.md create mode 100644 Larana.md delete mode 100644 README.md create mode 100644 config.rb 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) +