diff --git a/assets/_variables.scss b/assets/_variables.scss new file mode 100644 index 0000000..957016c --- /dev/null +++ b/assets/_variables.scss @@ -0,0 +1,17 @@ +@mixin theme-dark { + --gray-100: rgba(255, 255, 255, 0.1); + --gray-200: rgba(255, 255, 255, 0.2); + --gray-500: rgba(255, 255, 255, 0.5); + + --color-link: #84b2ff; + --color-visited-link: #b88dff; + + --body-background: #121212; + --body-font-color: #d9dcdf; + + --icon-filter: brightness(0) invert(1); + + --hint-color-info: #6bf; + --hint-color-warning: #fd6; + --hint-color-danger: #f66; +} diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..6472e26 --- /dev/null +++ b/config.yaml @@ -0,0 +1,31 @@ +baseURL: 'http://wiki.edikoyo.com' +title: 'Edikoyo Wiki' +theme: 'hugo-book' +enableGitInfo: true + +languages: + en: + languageName: 'English' + contentDir: 'content' + weight: 1 + +menu: + # before: [] + after: + - name: 'Source' + url: 'https://git.edikoyo.com/Edikoyo/EdikoyoWiki' + weight: 10 + - name: 'Links' + url: 'https://links.edikoyo.com' + weight: 100 + +module: + imports: + - path: github.com/hugomods/icons/vendors/lucide + +params: + BookToC: true + BookLogo: '/Images/Slimes/sunflower-1.png' + BookFavicon: '/Images/Slimes/sunflower-1.png' + BookCommitPath: 'commit' + CookRepo: 'https://git.edikoyo.com/Edikoyo/EdikoyoWiki' diff --git a/content/Animals/Cat.md b/content/Animals/Cat.md deleted file mode 100644 index a3d745a..0000000 --- a/content/Animals/Cat.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - -To be added diff --git a/content/Animals/Dog.md b/content/Animals/Dog.md deleted file mode 100644 index a3d745a..0000000 --- a/content/Animals/Dog.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - -To be added diff --git a/content/Animals/Slimes/Ababa Slime.md b/content/Animals/Slimes/Ababa Slime.md deleted file mode 100644 index 96b9c65..0000000 --- a/content/Animals/Slimes/Ababa Slime.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -variant1: -- '![[ababa-1.png]]' -- '[[Batanoka]]' -variant2: -- '![[ababa-2.png]]' -- '[[Faelani]]' -variant3: -- '![[ababa-3.png]]' -- '[[Barrowmaw]]' -golden: -- '![[ababa-4.png]]' -- Everywhere -rarity: Common -type: Cold -requestor: n04_ux ---- - -# On the Ababa Slime - -Instances of the “Ababa” Slime are found within many historical scripts from many different cultures.  - -Even before the formation of [Dasona](..\..\Countries\Dasona.md), pre-amalgamation cultures reference the existence of “Åba Slôm” /ɔ:bæ ʃlɔɪm/ that would later evolve into “Ababa Slime” /æbæbæ slaɪm/.  - -Some researchers argue that the origin of the Slime itself is so ancient that its naming has maintained itself through time, reaching us today. Some theories behind the etymology of “Ababa” explain that most probably, Ababa is a way of phonetically depicting the creature’s shape. Rapidly opening and closing the mouth, depicting the wavy shape. - -Early depictions of the Slime already represent this. - -![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXefKerMgogWBdjvUChRfAVNQe0w6dh4bwI5EoosI1bU-hPrIP9-iFZcBRDh_JdbzliITYVgxsWSarymbBeWH2erMO8pFmFwkEW7rHYW_hUb9TRpUujBh5-dIXD_COdayjqph4YzBd0KcDT8Ox_V77TlI6A?key=bnI7Woon4tEfL42TRpP0aQ) - -“The Slime Dictionary” (????) Ancient Faelani Book on Slimes. diff --git a/content/Animals/Slimes/Bark Slime.md b/content/Animals/Slimes/Bark Slime.md deleted file mode 100644 index 1022c34..0000000 --- a/content/Animals/Slimes/Bark Slime.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -variant1: -- '![[bark-1.png]]' -- '[[Dasona]]' -variant2: -- '![[bark-2.png]]' -- '[[Gudoko]]' -variant3: -- '![[bark-3.png]]' -- '[[Lekia]]' -golden: -- '![[bark-4.png]]' -- Everywhere -rarity: Common -type: Nature -requestor: Ategon ---- - -To be added diff --git a/content/Animals/Slimes/Garden Slime.md b/content/Animals/Slimes/Garden Slime.md deleted file mode 100644 index ff2da47..0000000 --- a/content/Animals/Slimes/Garden Slime.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -variant1: -- '![[garden-1.png]]' -- '[[Dasona]]' -variant2: -- '![[garden-2.png]]' -- '[[Soljord]]' -variant3: -- '![[garden-3.png]]' -- '[[Dolfeyja]]' -golden: -- '![[garden-4.png]]' -- Everywhere -rarity: Common -type: Nature -requestor: Ategon ---- - -To be added diff --git a/content/Animals/Slimes/Godot Slime.md b/content/Animals/Slimes/Godot Slime.md deleted file mode 100644 index bcc38ad..0000000 --- a/content/Animals/Slimes/Godot Slime.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -variant1: -- '![[godot-1.png]]' -- '[[Gokolm]]' -variant2: -- '![[godot-2.png]]' -- '[[Dasona]]' -variant3: -- '![[godot-3.png]]' -- '[[Soljord]]' -golden: -- '![[godot-4.png]]' -- Everywhere -rarity: Uncommon -type: Stone -requestor: PracticalNPC ---- - -To be added diff --git a/content/Animals/Slimes/Honey Slime.md b/content/Animals/Slimes/Honey Slime.md deleted file mode 100644 index 4dde155..0000000 --- a/content/Animals/Slimes/Honey Slime.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -variant1: -- '![[honey-1.png]]' -- '[[Dahallow]]' -variant2: -- '![[honey-2.png]]' -- '[[Krakala]]' -variant3: -- '![[honey-3.png]]' -- '[[Mantine]]' -golden: -- '![[honey-4.png]]' -- Everywhere -rarity: Common -type: Nature -requestor: SarahClick ---- - -To be added diff --git a/content/Animals/Slimes/Lagoon Slime.md b/content/Animals/Slimes/Lagoon Slime.md deleted file mode 100644 index 8cadd62..0000000 --- a/content/Animals/Slimes/Lagoon Slime.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -variant1: -- '![[lagoon-1.png]]' -- '[[Dahallow]]' -variant2: -- '![[lagoon-2.png]]' -- '[[Mantine]]' -variant3: -- '![[lagoon-3.png]]' -- '[[Felmyr]]' -golden: -- '![[lagoon-4.png]]' -- Everywhere -rarity: Common -type: Water -requestor: Ategon ---- - -To be added diff --git a/content/Animals/Slimes/Marsh Slime.md b/content/Animals/Slimes/Marsh Slime.md deleted file mode 100644 index ed0d571..0000000 --- a/content/Animals/Slimes/Marsh Slime.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -variant1: -- '![[marsh-1.png]]' -- '[[Oshela]]' -variant2: -- '![[marsh-2.png]]' -- '[[Vikogyna]]' -variant3: -- '![[marsh-3.png]]' -- '[[Barrowmaw]]' -golden: -- '![[marsh-4.png]]' -rarity: Common -type: Nature -requestor: Ategon ---- - -To be added diff --git a/content/Animals/Slimes/Sunflower Slime.md b/content/Animals/Slimes/Sunflower Slime.md deleted file mode 100644 index 321159c..0000000 --- a/content/Animals/Slimes/Sunflower Slime.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -variant1: -- '![[sunflower-1.png]]' -- '[[Calcetron]]' -variant2: -- '![[sunflower-2.png]]' -- '[[Llasuki]]' -variant3: -- '![[sunflower-3.png]]' -- '[[Blanchister]]' -golden: -- '![[sunflower-4.png]]' -- Everywhere -rarity: Common -type: Nature -requestor: GGlitchedOut ---- - -To be added diff --git a/content/Animals/Slimes/_index.md b/content/Animals/Slimes/_index.md deleted file mode 100644 index 4796754..0000000 --- a/content/Animals/Slimes/_index.md +++ /dev/null @@ -1,19 +0,0 @@ ---- ---- - - - - -|Slimes|Regional Variant 1|Regional Variant 2|Regional Variant 3|Golden Variant|Rarity| -|------|------------------|------------------|------------------|--------------|------| -|[Ababa Slime](Ababa%20Slime.md)|![ababa-1.png](..\..\Images\Slimes\ababa-1.png)|![ababa-2.png](..\..\Images\Slimes\ababa-2.png)|![ababa-3.png](..\..\Images\Slimes\ababa-3.png)|![ababa-4.png](..\..\Images\Slimes\ababa-4.png)|Common| -|[Bark Slime](Bark%20Slime.md)|![bark-1.png](..\..\Images\Slimes\bark-1.png)|![bark-2.png](..\..\Images\Slimes\bark-2.png)|![bark-3.png](..\..\Images\Slimes\bark-3.png)|![bark-4.png](..\..\Images\Slimes\bark-4.png)|Common| -|[Garden Slime](Garden%20Slime.md)|![garden-1.png](..\..\Images\Slimes\garden-1.png)|![garden-2.png](..\..\Images\Slimes\garden-2.png)|![garden-3.png](..\..\Images\Slimes\garden-3.png)|![garden-4.png](..\..\Images\Slimes\garden-4.png)|Common| -|[Honey Slime](Honey%20Slime.md)|![honey-1.png](..\..\Images\Slimes\honey-1.png)|![honey-2.png](..\..\Images\Slimes\honey-2.png)|![honey-3.png](..\..\Images\Slimes\honey-3.png)|![honey-4.png](..\..\Images\Slimes\honey-4.png)|Common| -|[Lagoon Slime](Lagoon%20Slime.md)|![lagoon-1.png](..\..\Images\Slimes\lagoon-1.png)|![lagoon-2.png](..\..\Images\Slimes\lagoon-2.png)|![lagoon-3.png](..\..\Images\Slimes\lagoon-3.png)|![lagoon-4.png](..\..\Images\Slimes\lagoon-4.png)|Common| -|[Marsh Slime](Marsh%20Slime.md)|![marsh-1.png](..\..\Images\Slimes\marsh-1.png)|![marsh-2.png](..\..\Images\Slimes\marsh-2.png)|![marsh-3.png](..\..\Images\Slimes\marsh-3.png)|![marsh-4.png](..\..\Images\Slimes\marsh-4.png)|Common| -|[Sunflower Slime](Sunflower%20Slime.md)|![sunflower-1.png](..\..\Images\Slimes\sunflower-1.png)|![sunflower-2.png](..\..\Images\Slimes\sunflower-2.png)|![sunflower-3.png](..\..\Images\Slimes\sunflower-3.png)|![sunflower-4.png](..\..\Images\Slimes\sunflower-4.png)|Common| -|[Godot Slime](Godot%20Slime.md)|![godot-1.png](..\..\Images\Slimes\godot-1.png)|![godot-2.png](..\..\Images\Slimes\godot-2.png)|![godot-3.png](..\..\Images\Slimes\godot-3.png)|![godot-4.png](..\..\Images\Slimes\godot-4.png)|Uncommon| - - - diff --git a/content/Animals/Slom.md b/content/Animals/Slom.md deleted file mode 100644 index a3d745a..0000000 --- a/content/Animals/Slom.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - -To be added diff --git a/content/Animals/Taura.md b/content/Animals/Taura.md deleted file mode 100644 index a3d745a..0000000 --- a/content/Animals/Taura.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - -To be added diff --git a/content/Animals/_index.md b/content/Animals/_index.md deleted file mode 100644 index a3d745a..0000000 --- a/content/Animals/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - -To be added diff --git a/content/Cities/Bririe.md b/content/Cities/Bririe.md deleted file mode 100644 index 1ef8e8c..0000000 --- a/content/Cities/Bririe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -country: Batanoka ---- - -A diff --git a/content/Cities/Crester.md b/content/Cities/Crester.md deleted file mode 100644 index 5f6046a..0000000 --- a/content/Cities/Crester.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -country: '[[Dasona]]' -province: '[[Nane]]' ---- - -A diff --git a/content/Cities/Nanera.md b/content/Cities/Nanera.md deleted file mode 100644 index 8a8a7b6..0000000 --- a/content/Cities/Nanera.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - - diff --git a/content/Cities/Sanya City.md b/content/Cities/Sanya City.md deleted file mode 100644 index 8a8a7b6..0000000 --- a/content/Cities/Sanya City.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - - diff --git a/content/Cities/_index.md b/content/Cities/_index.md deleted file mode 100644 index 8a8a7b6..0000000 --- a/content/Cities/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - - diff --git a/content/Continents/_index.md b/content/Continents/_index.md deleted file mode 100644 index 8a8a7b6..0000000 --- a/content/Continents/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - - diff --git a/content/Countries/Barrowmaw.md b/content/Countries/Barrowmaw.md deleted file mode 100644 index 7e9260d..0000000 --- a/content/Countries/Barrowmaw.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: The Undead Wasteland -flag: '![[barrowmaw.png]]' -language: null -capital: null ---- - -To be added diff --git a/content/Countries/Batanoka.md b/content/Countries/Batanoka.md deleted file mode 100644 index 37ed3b7..0000000 --- a/content/Countries/Batanoka.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: The Subterranean Sun -flag: '![[batanoka.png]]' -language: '[[Edikan]]' -capital: '[[Bririe]]' ---- - -To be added diff --git a/content/Countries/Blanchister.md b/content/Countries/Blanchister.md deleted file mode 100644 index df073b0..0000000 --- a/content/Countries/Blanchister.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: The Realm of Nomads -flag: '![[blanchister.png]]' -language: null -capital: null ---- - -To be added diff --git a/content/Countries/Calcetron.md b/content/Countries/Calcetron.md deleted file mode 100644 index 8b96dfd..0000000 --- a/content/Countries/Calcetron.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: The Electric Republic -flag: '![[calcetron.png]]' -language: null -capital: null ---- - -To be added diff --git a/content/Countries/Dahallow.md b/content/Countries/Dahallow.md deleted file mode 100644 index 13de199..0000000 --- a/content/Countries/Dahallow.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: The Blooming Kingdom -flag: '![[dahallow.png]]' -language: null -capital: null ---- - -To be added diff --git a/content/Countries/Dasona.md b/content/Countries/Dasona.md deleted file mode 100644 index a2b2493..0000000 --- a/content/Countries/Dasona.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: The Country of Hopes -flag: '![[dasona.png]]' -language: '[[Edikan]]' -capital: '[[Crester]]' ---- - -To be added diff --git a/content/Countries/Dolfeyja.md b/content/Countries/Dolfeyja.md deleted file mode 100644 index b725746..0000000 --- a/content/Countries/Dolfeyja.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: The Peaceful Summit -flag: '![[dolfeyja.png]]' -language: '[[Edikan]]' -capital: null ---- - -To be added diff --git a/content/Countries/Dratana.md b/content/Countries/Dratana.md deleted file mode 100644 index 346a724..0000000 --- a/content/Countries/Dratana.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: Realm of Dragons -flag: '![[dratana.png]]' -capital: null -language: null ---- - -To be added diff --git a/content/Countries/Drenvale.md b/content/Countries/Drenvale.md deleted file mode 100644 index a39c159..0000000 --- a/content/Countries/Drenvale.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: Diesel Kingdom -flag: '![[drenvale.png]]' -capital: null -language: null ---- - -To be added diff --git a/content/Countries/Faelani.md b/content/Countries/Faelani.md deleted file mode 100644 index 8339c4b..0000000 --- a/content/Countries/Faelani.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: Fairy Forest -flag: '![[faelani.png]]' -capital: null -language: '[[Fayahi]]' ---- - -To be added diff --git a/content/Countries/Falaka.md b/content/Countries/Falaka.md deleted file mode 100644 index a4ad385..0000000 --- a/content/Countries/Falaka.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: The Empire of Flames -flag: '![[falaka.png]]' -capital: null -language: null ---- - -To be added diff --git a/content/Countries/Felmyr.md b/content/Countries/Felmyr.md deleted file mode 100644 index aa8df41..0000000 --- a/content/Countries/Felmyr.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: Draconic Temples -flag: '![[felmyr.png]]' -capital: null -language: null ---- - -To be added diff --git a/content/Countries/Gokolm.md b/content/Countries/Gokolm.md deleted file mode 100644 index a3dd3d2..0000000 --- a/content/Countries/Gokolm.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: Mechanical Wasteland -flag: '![[gokolm.png]]' -capital: null -language: null ---- - -To be added diff --git a/content/Countries/Gudoko.md b/content/Countries/Gudoko.md deleted file mode 100644 index 8900807..0000000 --- a/content/Countries/Gudoko.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: Unified Miners -flag: '![[gudoko.png]]' -capital: null -language: '[[Guo]]' ---- - -To be added diff --git a/content/Countries/Hanoka.md b/content/Countries/Hanoka.md deleted file mode 100644 index 2fa1144..0000000 --- a/content/Countries/Hanoka.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: Harbringers of Peace -flag: '![[hanoka.png]]' -capital: null -language: null ---- - -To be added diff --git a/content/Countries/Krakala.md b/content/Countries/Krakala.md deleted file mode 100644 index 104ea22..0000000 --- a/content/Countries/Krakala.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: The Merchant Capital -flag: '![[krakala.png]]' -capital: null -language: null ---- - -To be added diff --git a/content/Countries/Lavaki.md b/content/Countries/Lavaki.md deleted file mode 100644 index e54ad68..0000000 --- a/content/Countries/Lavaki.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: Volcanic Ridge -flag: '![[lavaki.png]]' -capital: null -language: null ---- - -To be added diff --git a/content/Countries/Lekia.md b/content/Countries/Lekia.md deleted file mode 100644 index 6711348..0000000 --- a/content/Countries/Lekia.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: Marshy Jungles -flag: '![[lekia.png]]' -capital: null -language: '[[Lacelian]]' ---- - -To be added diff --git a/content/Countries/Llasuki.md b/content/Countries/Llasuki.md deleted file mode 100644 index 96fbede..0000000 --- a/content/Countries/Llasuki.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: Realm of the Gods -flag: '![[llasuki.png]]' -capital: null -language: null ---- - -To be added diff --git a/content/Countries/Mantine.md b/content/Countries/Mantine.md deleted file mode 100644 index f85e379..0000000 --- a/content/Countries/Mantine.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: Deep Shores -flag: '![[mantine.png]]' -capital: null -language: null ---- - -To be added diff --git a/content/Countries/Mortham.md b/content/Countries/Mortham.md deleted file mode 100644 index b5a3c8f..0000000 --- a/content/Countries/Mortham.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: Pirate Bay -flag: '![[mortham.png]]' -capital: null -language: null ---- - -To be added diff --git a/content/Countries/Nakadon.md b/content/Countries/Nakadon.md deleted file mode 100644 index a34e929..0000000 --- a/content/Countries/Nakadon.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: The Jungle Maze -flag: '![[nakadon.png]]' -capital: null -language: '[[Lacelian]]' ---- - -To be added diff --git a/content/Countries/Nasahra.md b/content/Countries/Nasahra.md deleted file mode 100644 index a6b9b0d..0000000 --- a/content/Countries/Nasahra.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: The Scrap Desert -flag: '![[nasahra.png]]' -capital: null -language: null ---- - -To be added diff --git a/content/Countries/Nonkur.md b/content/Countries/Nonkur.md deleted file mode 100644 index 64af8a6..0000000 --- a/content/Countries/Nonkur.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: Realm of the Dead -flag: '![[nonkur.png]]' -capital: null -language: '[[Mokrixi]]' ---- - -To be added diff --git a/content/Countries/Oshela.md b/content/Countries/Oshela.md deleted file mode 100644 index b477642..0000000 --- a/content/Countries/Oshela.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: Seaside Rainforest -flag: '![[oshela.png]]' -capital: null -language: '[[Lacelian]]' ---- - -To be added diff --git a/content/Countries/Ovanos.md b/content/Countries/Ovanos.md deleted file mode 100644 index 26ce34c..0000000 --- a/content/Countries/Ovanos.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: The Flying City -flag: '![[ovanos.png]]' -capital: null -language: null ---- - -To be added diff --git a/content/Countries/Seraphis.md b/content/Countries/Seraphis.md deleted file mode 100644 index c9ee46d..0000000 --- a/content/Countries/Seraphis.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: The Blessed Lands -flag: '![[seraphis.png]]' -capital: null -language: null ---- - -To be added diff --git a/content/Countries/Soljord.md b/content/Countries/Soljord.md deleted file mode 100644 index 0d63c27..0000000 --- a/content/Countries/Soljord.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: Land of the Frozen Sun -flag: '![[soljord.png]]' -capital: null -language: '[[Edikan]]' ---- - -To be added diff --git a/content/Countries/Vanatn.md b/content/Countries/Vanatn.md deleted file mode 100644 index 6091930..0000000 --- a/content/Countries/Vanatn.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: The Underwater Metropolis -flag: '![[vanatn.png]]' -capital: null -language: null ---- - -To be added diff --git a/content/Countries/Vikogyna.md b/content/Countries/Vikogyna.md deleted file mode 100644 index d5601a8..0000000 --- a/content/Countries/Vikogyna.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: The Desert Market -flag: '![[vikogyna.png]]' -capital: null -language: '[[Edikan]]' ---- - -To be added diff --git a/content/Countries/Vosaka.md b/content/Countries/Vosaka.md deleted file mode 100644 index 8b37a3c..0000000 --- a/content/Countries/Vosaka.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -short: The Oasis Encampment -flag: '![[vosaka.png]]' -capital: null -language: '[[Edikan]]' ---- - -To be added diff --git a/content/Countries/_index.md b/content/Countries/_index.md deleted file mode 100644 index a6783dc..0000000 --- a/content/Countries/_index.md +++ /dev/null @@ -1,42 +0,0 @@ ---- ---- - - - - -|File|Flag|Short|Population|Capital|Language| -|----|----|-----|----------|-------|--------| -|[Barrowmaw](Barrowmaw.md)|![barrowmaw.png](..\Images\Flags\barrowmaw.png)|The Undead Wasteland|-|-|-| -|[Batanoka](Batanoka.md)|![batanoka.png](..\Images\Flags\batanoka.png)|The Subterranean Sun|-|[Bririe](..\Cities\Bririe.md)|[Edikan](..\Languages\Edikan.md)| -|[Blanchister](Blanchister.md)|![blanchister.png](..\Images\Flags\blanchister.png)|The Realm of Nomads|-|-|-| -|[Calcetron](Calcetron.md)|![calcetron.png](..\Images\Flags\calcetron.png)|The Electric Republic|-|-|-| -|[Dahallow](Dahallow.md)|![dahallow.png](..\Images\Flags\dahallow.png)|The Blooming Kingdom|-|-|-| -|[Dasona](Dasona.md)|![dasona.png](..\Images\Flags\dasona.png)|The Country of Hopes|-|[Crester](..\Cities\Crester.md)|[Edikan](..\Languages\Edikan.md)| -|[Dolfeyja](Dolfeyja.md)|![dolfeyja.png](..\Images\Flags\dolfeyja.png)|The Peaceful Summit|-|-|[Edikan](..\Languages\Edikan.md)| -|[Dratana](Dratana.md)|![dratana.png](..\Images\Flags\dratana.png)|Realm of Dragons|-|-|-| -|[Drenvale](Drenvale.md)|![drenvale.png](..\Images\Flags\drenvale.png)|Diesel Kingdom|-|-|-| -|[Faelani](Faelani.md)|![faelani.png](..\Images\Flags\faelani.png)|Fairy Forest|-|-|[Fayahi](..\Languages\Fayahi.md)| -|[Falaka](Falaka.md)|![falaka.png](..\Images\Flags\falaka.png)|The Empire of Flames|-|-|-| -|[Felmyr](Felmyr.md)|![felmyr.png](..\Images\Flags\felmyr.png)|Draconic Temples|-|-|-| -|[Gokolm](Gokolm.md)|![gokolm.png](..\Images\Flags\gokolm.png)|Mechanical Wasteland|-|-|-| -|[Gudoko](Gudoko.md)|![gudoko.png](..\Images\Flags\gudoko.png)|Unified Miners|-|-|[Guo](..\Languages\Guo.md)| -|[Hanoka](Hanoka.md)|![hanoka.png](..\Images\Flags\hanoka.png)|Harbringers of Peace|-|-|-| -|[Krakala](Krakala.md)|![krakala.png](..\Images\Flags\krakala.png)|The Merchant Capital|-|-|-| -|[Lavaki](Lavaki.md)|![lavaki.png](..\Images\Flags\lavaki.png)|Volcanic Ridge|-|-|-| -|[Lekia](Lekia.md)|![lekia.png](..\Images\Flags\lekia.png)|Marshy Jungles|-|-|[Lacelian](..\Languages\Lacelian.md)| -|[Llasuki](Llasuki.md)|![llasuki.png](..\Images\Flags\llasuki.png)|Realm of the Gods|-|-|-| -|[Mantine](Mantine.md)|![mantine.png](..\Images\Flags\mantine.png)|Deep Shores|-|-|-| -|[Mortham](Mortham.md)|![mortham.png](..\Images\Flags\mortham.png)|Pirate Bay|-|-|-| -|[Nakadon](Nakadon.md)|![nakadon.png](..\Images\Flags\nakadon.png)|The Jungle Maze|-|-|[Lacelian](..\Languages\Lacelian.md)| -|[Nasahra](Nasahra.md)|![nasahra.png](..\Images\Flags\nasahra.png)|The Scrap Desert|-|-|-| -|[Nonkur](Nonkur.md)|![nonkur.png](..\Images\Flags\nonkur.png)|Realm of the Dead|-|-|[Mokrixi](..\Languages\Mokrixi.md)| -|[Oshela](Oshela.md)|![oshela.png](..\Images\Flags\oshela.png)|Seaside Rainforest|-|-|[Lacelian](..\Languages\Lacelian.md)| -|[Ovanos](Ovanos.md)|![ovanos.png](..\Images\Flags\ovanos.png)|The Flying City|-|-|-| -|[Seraphis](Seraphis.md)|![seraphis.png](..\Images\Flags\seraphis.png)|The Blessed Lands|-|-|-| -|[Soljord](Soljord.md)|![soljord.png](..\Images\Flags\soljord.png)|Land of the Frozen Sun|-|-|[Edikan](..\Languages\Edikan.md)| -|[Vanatn](Vanatn.md)|![vanatn.png](..\Images\Flags\vanatn.png)|The Underwater Metropolis|-|-|-| -|[Vikogyna](Vikogyna.md)|![vikogyna.png](..\Images\Flags\vikogyna.png)|The Desert Market|-|-|[Edikan](..\Languages\Edikan.md)| -|[Vosaka](Vosaka.md)|![vosaka.png](..\Images\Flags\vosaka.png)|The Oasis Encampment|-|-|[Edikan](..\Languages\Edikan.md)| - - - diff --git a/content/Cultures/_index.md b/content/Cultures/_index.md deleted file mode 100644 index 8a8a7b6..0000000 --- a/content/Cultures/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - - diff --git a/content/Images/Flags/barrowmaw.png b/content/Images/Flags/barrowmaw.png deleted file mode 100644 index 86762ff..0000000 Binary files a/content/Images/Flags/barrowmaw.png and /dev/null differ diff --git a/content/Images/Flags/batanoka.png b/content/Images/Flags/batanoka.png deleted file mode 100644 index fb7cbea..0000000 Binary files a/content/Images/Flags/batanoka.png and /dev/null differ diff --git a/content/Images/Flags/blanchister.png b/content/Images/Flags/blanchister.png deleted file mode 100644 index bf8ec64..0000000 Binary files a/content/Images/Flags/blanchister.png and /dev/null differ diff --git a/content/Images/Flags/calcetron.png b/content/Images/Flags/calcetron.png deleted file mode 100644 index e9278ef..0000000 Binary files a/content/Images/Flags/calcetron.png and /dev/null differ diff --git a/content/Images/Flags/dahallow.png b/content/Images/Flags/dahallow.png deleted file mode 100644 index 8517eed..0000000 Binary files a/content/Images/Flags/dahallow.png and /dev/null differ diff --git a/content/Images/Flags/dasona.png b/content/Images/Flags/dasona.png deleted file mode 100644 index 0506b76..0000000 Binary files a/content/Images/Flags/dasona.png and /dev/null differ diff --git a/content/Images/Flags/dolfeyja.png b/content/Images/Flags/dolfeyja.png deleted file mode 100644 index 9f138e7..0000000 Binary files a/content/Images/Flags/dolfeyja.png and /dev/null differ diff --git a/content/Images/Flags/dratana.png b/content/Images/Flags/dratana.png deleted file mode 100644 index bd418f9..0000000 Binary files a/content/Images/Flags/dratana.png and /dev/null differ diff --git a/content/Images/Flags/drenvale.png b/content/Images/Flags/drenvale.png deleted file mode 100644 index c4143b6..0000000 Binary files a/content/Images/Flags/drenvale.png and /dev/null differ diff --git a/content/Images/Flags/faelani.png b/content/Images/Flags/faelani.png deleted file mode 100644 index a38e992..0000000 Binary files a/content/Images/Flags/faelani.png and /dev/null differ diff --git a/content/Images/Flags/falaka.png b/content/Images/Flags/falaka.png deleted file mode 100644 index 4af23a0..0000000 Binary files a/content/Images/Flags/falaka.png and /dev/null differ diff --git a/content/Images/Flags/felmyr.png b/content/Images/Flags/felmyr.png deleted file mode 100644 index ffb0757..0000000 Binary files a/content/Images/Flags/felmyr.png and /dev/null differ diff --git a/content/Images/Flags/gokolm.png b/content/Images/Flags/gokolm.png deleted file mode 100644 index 883aa7a..0000000 Binary files a/content/Images/Flags/gokolm.png and /dev/null differ diff --git a/content/Images/Flags/gudoko.png b/content/Images/Flags/gudoko.png deleted file mode 100644 index 1f87532..0000000 Binary files a/content/Images/Flags/gudoko.png and /dev/null differ diff --git a/content/Images/Flags/hanoka.png b/content/Images/Flags/hanoka.png deleted file mode 100644 index 1740ecb..0000000 Binary files a/content/Images/Flags/hanoka.png and /dev/null differ diff --git a/content/Images/Flags/krakala.png b/content/Images/Flags/krakala.png deleted file mode 100644 index 78fa38a..0000000 Binary files a/content/Images/Flags/krakala.png and /dev/null differ diff --git a/content/Images/Flags/lavaki.png b/content/Images/Flags/lavaki.png deleted file mode 100644 index 9bcc716..0000000 Binary files a/content/Images/Flags/lavaki.png and /dev/null differ diff --git a/content/Images/Flags/lekia.png b/content/Images/Flags/lekia.png deleted file mode 100644 index 31be51c..0000000 Binary files a/content/Images/Flags/lekia.png and /dev/null differ diff --git a/content/Images/Flags/llasuki.png b/content/Images/Flags/llasuki.png deleted file mode 100644 index cad75c7..0000000 Binary files a/content/Images/Flags/llasuki.png and /dev/null differ diff --git a/content/Images/Flags/mantine.png b/content/Images/Flags/mantine.png deleted file mode 100644 index c3e61a0..0000000 Binary files a/content/Images/Flags/mantine.png and /dev/null differ diff --git a/content/Images/Flags/mortham.png b/content/Images/Flags/mortham.png deleted file mode 100644 index 03bcefd..0000000 Binary files a/content/Images/Flags/mortham.png and /dev/null differ diff --git a/content/Images/Flags/nakadon.png b/content/Images/Flags/nakadon.png deleted file mode 100644 index ada562f..0000000 Binary files a/content/Images/Flags/nakadon.png and /dev/null differ diff --git a/content/Images/Flags/nasahra.png b/content/Images/Flags/nasahra.png deleted file mode 100644 index e273c45..0000000 Binary files a/content/Images/Flags/nasahra.png and /dev/null differ diff --git a/content/Images/Flags/nonkur.png b/content/Images/Flags/nonkur.png deleted file mode 100644 index 8675fd1..0000000 Binary files a/content/Images/Flags/nonkur.png and /dev/null differ diff --git a/content/Images/Flags/oshela.png b/content/Images/Flags/oshela.png deleted file mode 100644 index def9d09..0000000 Binary files a/content/Images/Flags/oshela.png and /dev/null differ diff --git a/content/Images/Flags/ovanos.png b/content/Images/Flags/ovanos.png deleted file mode 100644 index 7019b85..0000000 Binary files a/content/Images/Flags/ovanos.png and /dev/null differ diff --git a/content/Images/Flags/seraphis.png b/content/Images/Flags/seraphis.png deleted file mode 100644 index 73774ff..0000000 Binary files a/content/Images/Flags/seraphis.png and /dev/null differ diff --git a/content/Images/Flags/soljord.png b/content/Images/Flags/soljord.png deleted file mode 100644 index a811fb9..0000000 Binary files a/content/Images/Flags/soljord.png and /dev/null differ diff --git a/content/Images/Flags/vanatn.png b/content/Images/Flags/vanatn.png deleted file mode 100644 index aabe205..0000000 Binary files a/content/Images/Flags/vanatn.png and /dev/null differ diff --git a/content/Images/Flags/vikogyna.png b/content/Images/Flags/vikogyna.png deleted file mode 100644 index d6f3541..0000000 Binary files a/content/Images/Flags/vikogyna.png and /dev/null differ diff --git a/content/Images/Flags/vosaka.png b/content/Images/Flags/vosaka.png deleted file mode 100644 index e1d02de..0000000 Binary files a/content/Images/Flags/vosaka.png and /dev/null differ diff --git a/content/Images/Slimes/ababa-1.png b/content/Images/Slimes/ababa-1.png deleted file mode 100644 index 9790b72..0000000 Binary files a/content/Images/Slimes/ababa-1.png and /dev/null differ diff --git a/content/Images/Slimes/ababa-2.png b/content/Images/Slimes/ababa-2.png deleted file mode 100644 index 09b5344..0000000 Binary files a/content/Images/Slimes/ababa-2.png and /dev/null differ diff --git a/content/Images/Slimes/ababa-3.png b/content/Images/Slimes/ababa-3.png deleted file mode 100644 index d489d99..0000000 Binary files a/content/Images/Slimes/ababa-3.png and /dev/null differ diff --git a/content/Images/Slimes/ababa-4.png b/content/Images/Slimes/ababa-4.png deleted file mode 100644 index 886ef55..0000000 Binary files a/content/Images/Slimes/ababa-4.png and /dev/null differ diff --git a/content/Images/Slimes/bark-1.png b/content/Images/Slimes/bark-1.png deleted file mode 100644 index 1cd0498..0000000 Binary files a/content/Images/Slimes/bark-1.png and /dev/null differ diff --git a/content/Images/Slimes/bark-2.png b/content/Images/Slimes/bark-2.png deleted file mode 100644 index 757e3fa..0000000 Binary files a/content/Images/Slimes/bark-2.png and /dev/null differ diff --git a/content/Images/Slimes/bark-3.png b/content/Images/Slimes/bark-3.png deleted file mode 100644 index 62e840f..0000000 Binary files a/content/Images/Slimes/bark-3.png and /dev/null differ diff --git a/content/Images/Slimes/bark-4.png b/content/Images/Slimes/bark-4.png deleted file mode 100644 index 41e9abe..0000000 Binary files a/content/Images/Slimes/bark-4.png and /dev/null differ diff --git a/content/Images/Slimes/garden-1.png b/content/Images/Slimes/garden-1.png deleted file mode 100644 index 9d61505..0000000 Binary files a/content/Images/Slimes/garden-1.png and /dev/null differ diff --git a/content/Images/Slimes/garden-2.png b/content/Images/Slimes/garden-2.png deleted file mode 100644 index 494acef..0000000 Binary files a/content/Images/Slimes/garden-2.png and /dev/null differ diff --git a/content/Images/Slimes/garden-3.png b/content/Images/Slimes/garden-3.png deleted file mode 100644 index 04d1428..0000000 Binary files a/content/Images/Slimes/garden-3.png and /dev/null differ diff --git a/content/Images/Slimes/garden-4.png b/content/Images/Slimes/garden-4.png deleted file mode 100644 index 7516a2a..0000000 Binary files a/content/Images/Slimes/garden-4.png and /dev/null differ diff --git a/content/Images/Slimes/godot-1.png b/content/Images/Slimes/godot-1.png deleted file mode 100644 index d419c2e..0000000 Binary files a/content/Images/Slimes/godot-1.png and /dev/null differ diff --git a/content/Images/Slimes/godot-2.png b/content/Images/Slimes/godot-2.png deleted file mode 100644 index 724361a..0000000 Binary files a/content/Images/Slimes/godot-2.png and /dev/null differ diff --git a/content/Images/Slimes/godot-3.png b/content/Images/Slimes/godot-3.png deleted file mode 100644 index 1e0a1a7..0000000 Binary files a/content/Images/Slimes/godot-3.png and /dev/null differ diff --git a/content/Images/Slimes/godot-4.png b/content/Images/Slimes/godot-4.png deleted file mode 100644 index 889c164..0000000 Binary files a/content/Images/Slimes/godot-4.png and /dev/null differ diff --git a/content/Images/Slimes/honey-1.png b/content/Images/Slimes/honey-1.png deleted file mode 100644 index 96103cb..0000000 Binary files a/content/Images/Slimes/honey-1.png and /dev/null differ diff --git a/content/Images/Slimes/honey-2.png b/content/Images/Slimes/honey-2.png deleted file mode 100644 index 841c8c0..0000000 Binary files a/content/Images/Slimes/honey-2.png and /dev/null differ diff --git a/content/Images/Slimes/honey-3.png b/content/Images/Slimes/honey-3.png deleted file mode 100644 index 8e34749..0000000 Binary files a/content/Images/Slimes/honey-3.png and /dev/null differ diff --git a/content/Images/Slimes/honey-4.png b/content/Images/Slimes/honey-4.png deleted file mode 100644 index 98a9a50..0000000 Binary files a/content/Images/Slimes/honey-4.png and /dev/null differ diff --git a/content/Images/Slimes/lagoon-1.png b/content/Images/Slimes/lagoon-1.png deleted file mode 100644 index bfe2e5e..0000000 Binary files a/content/Images/Slimes/lagoon-1.png and /dev/null differ diff --git a/content/Images/Slimes/lagoon-2.png b/content/Images/Slimes/lagoon-2.png deleted file mode 100644 index bdc3c06..0000000 Binary files a/content/Images/Slimes/lagoon-2.png and /dev/null differ diff --git a/content/Images/Slimes/lagoon-3.png b/content/Images/Slimes/lagoon-3.png deleted file mode 100644 index 183cac6..0000000 Binary files a/content/Images/Slimes/lagoon-3.png and /dev/null differ diff --git a/content/Images/Slimes/lagoon-4.png b/content/Images/Slimes/lagoon-4.png deleted file mode 100644 index 5dbf82f..0000000 Binary files a/content/Images/Slimes/lagoon-4.png and /dev/null differ diff --git a/content/Images/Slimes/marsh-1.png b/content/Images/Slimes/marsh-1.png deleted file mode 100644 index 7fb7642..0000000 Binary files a/content/Images/Slimes/marsh-1.png and /dev/null differ diff --git a/content/Images/Slimes/marsh-2.png b/content/Images/Slimes/marsh-2.png deleted file mode 100644 index a0bd390..0000000 Binary files a/content/Images/Slimes/marsh-2.png and /dev/null differ diff --git a/content/Images/Slimes/marsh-3.png b/content/Images/Slimes/marsh-3.png deleted file mode 100644 index 88ea007..0000000 Binary files a/content/Images/Slimes/marsh-3.png and /dev/null differ diff --git a/content/Images/Slimes/marsh-4.png b/content/Images/Slimes/marsh-4.png deleted file mode 100644 index 526dbc6..0000000 Binary files a/content/Images/Slimes/marsh-4.png and /dev/null differ diff --git a/content/Images/Slimes/sunflower-1.png b/content/Images/Slimes/sunflower-1.png deleted file mode 100644 index ddd0441..0000000 Binary files a/content/Images/Slimes/sunflower-1.png and /dev/null differ diff --git a/content/Images/Slimes/sunflower-2.png b/content/Images/Slimes/sunflower-2.png deleted file mode 100644 index d2125bb..0000000 Binary files a/content/Images/Slimes/sunflower-2.png and /dev/null differ diff --git a/content/Images/Slimes/sunflower-3.png b/content/Images/Slimes/sunflower-3.png deleted file mode 100644 index ca76924..0000000 Binary files a/content/Images/Slimes/sunflower-3.png and /dev/null differ diff --git a/content/Images/Slimes/sunflower-4.png b/content/Images/Slimes/sunflower-4.png deleted file mode 100644 index b3ccd29..0000000 Binary files a/content/Images/Slimes/sunflower-4.png and /dev/null differ diff --git a/content/Landmarks/Untitled.md b/content/Landmarks/Untitled.md deleted file mode 100644 index 8a8a7b6..0000000 --- a/content/Landmarks/Untitled.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - - diff --git a/content/Landmarks/_index.md b/content/Landmarks/_index.md deleted file mode 100644 index a3d745a..0000000 --- a/content/Landmarks/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - -To be added diff --git a/content/Languages/Edikan.md b/content/Languages/Edikan.md deleted file mode 100644 index a3d745a..0000000 --- a/content/Languages/Edikan.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - -To be added diff --git a/content/Languages/Fayahi.md b/content/Languages/Fayahi.md deleted file mode 100644 index a3d745a..0000000 --- a/content/Languages/Fayahi.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - -To be added diff --git a/content/Languages/Guo.md b/content/Languages/Guo.md deleted file mode 100644 index a3d745a..0000000 --- a/content/Languages/Guo.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - -To be added diff --git a/content/Languages/Lacelian.md b/content/Languages/Lacelian.md deleted file mode 100644 index a3d745a..0000000 --- a/content/Languages/Lacelian.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - -To be added diff --git a/content/Languages/Mokrixi.md b/content/Languages/Mokrixi.md deleted file mode 100644 index a3d745a..0000000 --- a/content/Languages/Mokrixi.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - -To be added diff --git a/content/Languages/_index.md b/content/Languages/_index.md deleted file mode 100644 index a3d745a..0000000 --- a/content/Languages/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - -To be added diff --git a/content/People/Cara Dhelmire.md b/content/People/Cara Dhelmire.md deleted file mode 100644 index 8a8a7b6..0000000 --- a/content/People/Cara Dhelmire.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - - diff --git a/content/People/_index.md b/content/People/_index.md deleted file mode 100644 index 8a8a7b6..0000000 --- a/content/People/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - - diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..9388995 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,5 @@ +Welcome to the Edikoyo Wiki! + +The wiki is currently under construction so many section will be empty as information is getting added + +{{< ico lucide building >}} diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..794e735 --- /dev/null +++ b/go.mod @@ -0,0 +1,9 @@ +module git.edikoyo.com/Edikoyo/EdikoyoWiki + +go 1.22.6 + +require ( + github.com/hugomods/icons v0.6.4 // indirect + github.com/hugomods/icons/vendors/lucide v0.3.38 // indirect + github.com/hugomods/lucide-icons v0.331.0 // indirect +) diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..a7d0c3a --- /dev/null +++ b/go.sum @@ -0,0 +1,6 @@ +github.com/hugomods/icons v0.6.4 h1:SeDMpN2kjc8mbuXfi8zED4IN5IGZmqJdmmUQr9tIpxw= +github.com/hugomods/icons v0.6.4/go.mod h1:cIkSvK6W0q6N4U6n9KGz+QfRWQXAW0INd+1P31gPNGg= +github.com/hugomods/icons/vendors/lucide v0.3.38 h1:Tgd7ukLN41MSEsYOHJfkHp9Uyn9zH3r8GqC5HycNAk4= +github.com/hugomods/icons/vendors/lucide v0.3.38/go.mod h1:SE34c2Z0QmYILU9gKRyU++s7Tra8datrpuVQaClX3so= +github.com/hugomods/lucide-icons v0.331.0 h1:DsQXjp+n2ymvpeWS7Lu7os51lxygsdr7ysu0H5PrDXM= +github.com/hugomods/lucide-icons v0.331.0/go.mod h1:7loUmJrnD5umJ2sWSCb3AffZt0fYnSc1I+yBRjgHgw8= diff --git a/layouts/_default/_markup/render-image.html b/layouts/_default/_markup/render-image.html new file mode 100644 index 0000000..a381ab2 --- /dev/null +++ b/layouts/_default/_markup/render-image.html @@ -0,0 +1,20 @@ +{{- $url := urls.Parse .Destination -}} +{{- $scheme := $url.Scheme -}} + +{{ . | safeHTML }} + +{{- /* whitespace stripped here to avoid trailing newline in rendered result caused by file EOL */ -}} diff --git a/layouts/_default/_markup/render-link.html b/layouts/_default/_markup/render-link.html new file mode 100644 index 0000000..518adec --- /dev/null +++ b/layouts/_default/_markup/render-link.html @@ -0,0 +1,19 @@ +{{- $url := urls.Parse .Destination -}} +{{- $scheme := $url.Scheme -}} + + + {{- .Text | safeHTML -}} + + +{{- /* whitespace stripped here to avoid trailing newline in rendered result caused by file EOL */ -}} diff --git a/obsidian-export/obsidian-export.exe b/obsidian-export/obsidian-export.exe old mode 100644 new mode 100755