fix: convert [[wikilinks]] to Gitea-compatible markdown links
This commit is contained in:
@@ -8,7 +8,7 @@ and other platforms.
|
|||||||
## Conventions
|
## Conventions
|
||||||
- File names: lowercase, hyphens, no spaces (e.g., `nyxara-waechterin-der-schwelle.md`)
|
- File names: lowercase, hyphens, no spaces (e.g., `nyxara-waechterin-der-schwelle.md`)
|
||||||
- Every wiki page starts with YAML frontmatter (see below)
|
- Every wiki page starts with YAML frontmatter (see below)
|
||||||
- Use `[[wikilinks]]` to link between pages (minimum 2 outbound links per page)
|
- Use `[display text](relative/path/to/file.md)` standard markdown links to link between pages (minimum 2 outbound links per page)
|
||||||
- When updating a page, always bump the `updated` date
|
- When updating a page, always bump the `updated` date
|
||||||
- Every new page must be added to `index.md` under the correct section
|
- Every new page must be added to `index.md` under the correct section
|
||||||
- Every action must be appended to `log.md`
|
- Every action must be appended to `log.md`
|
||||||
@@ -66,7 +66,7 @@ add it here first, then use it. This prevents tag sprawl.
|
|||||||
One page per notable entity (character, realm, artifact, etc.). Include:
|
One page per notable entity (character, realm, artifact, etc.). Include:
|
||||||
- Overview / description
|
- Overview / description
|
||||||
- Key facts, traits, backstory
|
- Key facts, traits, backstory
|
||||||
- Relationships to other entities ([[wikilinks]])
|
- Relationships to other entities (standard markdown links)
|
||||||
- Artwork references and appearances
|
- Artwork references and appearances
|
||||||
- Source references
|
- Source references
|
||||||
|
|
||||||
@@ -75,7 +75,7 @@ One page per concept or topic. Include:
|
|||||||
- Definition / explanation
|
- Definition / explanation
|
||||||
- Current state of knowledge
|
- Current state of knowledge
|
||||||
- Open questions or debates
|
- Open questions or debates
|
||||||
- Related concepts ([[wikilinks]])
|
- Related concepts (standard markdown links)
|
||||||
|
|
||||||
## Comparison Pages
|
## Comparison Pages
|
||||||
Side-by-side analyses. Include:
|
Side-by-side analyses. Include:
|
||||||
|
|||||||
@@ -58,12 +58,12 @@ Zentrale Galerieseite, die alle sechs Kreaturen des Nemoti-Universums versammelt
|
|||||||
|
|
||||||
| Kreatur | Wiki-Referenz |
|
| Kreatur | Wiki-Referenz |
|
||||||
|---------------|----------------------------|
|
|---------------|----------------------------|
|
||||||
| Ashynox | [[ashynox]] |
|
| Ashynox | [ashynox](../entities/ashynox.md) |
|
||||||
| Nyxara | [[nyxara]] |
|
| Nyxara | [nyxara](../entities/nyxara.md) |
|
||||||
| Velroth | [[velroth]] |
|
| Velroth | [velroth](../entities/velroth.md) |
|
||||||
| Novareth | [[novareth]] |
|
| Novareth | [novareth](../entities/novareth.md) |
|
||||||
| Ruun'Thyss | [[runn-thyss]] |
|
| Ruun'Thyss | [runn-thyss](../entities/runn-thyss.md) |
|
||||||
| Shivana | [[shivana]] |
|
| Shivana | [shivana](../entities/shivana.md) |
|
||||||
|
|
||||||
Jede Kreatur verfügt über eine eigene Portfolio-Unterseite mit Banner-Bild und individuellem Lore-Text.
|
Jede Kreatur verfügt über eine eigene Portfolio-Unterseite mit Banner-Bild und individuellem Lore-Text.
|
||||||
|
|
||||||
@@ -161,10 +161,10 @@ Die Galerie-Struktur folgt dem Squarespace-Portfolio-Template und sorgt für ein
|
|||||||
|
|
||||||
## Cross-References
|
## Cross-References
|
||||||
|
|
||||||
- [[nemoti]] — Übergeordnete Marken-Entität
|
- [nemoti](../entities/nemoti.md) — Übergeordnete Marken-Entität
|
||||||
- [[lore-universum]] — Das fiktive Hintergrundgeflecht
|
- [lore-universum](lore-universum.md) — Das fiktive Hintergrundgeflecht
|
||||||
- [[ashynox]] · [[nyxara]] · [[velroth]] · [[novareth]] · [[runn-thyss]] · [[shivana]] — Die sechs Kreaturen
|
- [ashynox](../entities/ashynox.md) · [nyxara](../entities/nyxara.md) · [velroth](../entities/velroth.md) · [novareth](../entities/novareth.md) · [runn-thyss](../entities/runn-thyss.md) · [shivana](../entities/shivana.md) — Die sechs Kreaturen
|
||||||
- [[youtube-wachstum]] · [[tiktok-strategie]] — Verknüpfte Social-Media-Strategien
|
- [youtube-wachstum](youtube-wachstum.md) · [tiktok-strategie](tiktok-strategie.md) — Verknüpfte Social-Media-Strategien
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -57,7 +57,7 @@ Nemoti nutzt eine Mehrplattform-Strategie, bei der jede Plattform eine spezifisc
|
|||||||
- **Website:** [nemoti.art](https://www.nemoti.art) (Squarespace)
|
- **Website:** [nemoti.art](https://www.nemoti.art) (Squarespace)
|
||||||
- **Slogan:** „Drawn from Depth." / „Kreaturen. Geschichten. Dunkelheit."
|
- **Slogan:** „Drawn from Depth." / „Kreaturen. Geschichten. Dunkelheit."
|
||||||
- **Künstlerin:** Kathleen (aka Nemoti)
|
- **Künstlerin:** Kathleen (aka Nemoti)
|
||||||
- **Kreaturen-Portfolio:** 6 Kreaturen mit eigenen Seiten — [[ashynox]], [[nyxara]], [[velroth]], [[novareth]], [[runn-thyss]], [[shivana]]
|
- **Kreaturen-Portfolio:** 6 Kreaturen mit eigenen Seiten — [ashynox](ashynox.md), [nyxara](nyxara.md), [velroth](velroth.md), [novareth](novareth.md), [runn-thyss](runn-thyss.md), [shivana](shivana.md)
|
||||||
- **Artbooks:** 2 physische Artbooks (verlinkt im Footer)
|
- **Artbooks:** 2 physische Artbooks (verlinkt im Footer)
|
||||||
- **Social Media:** TikTok · YouTube · Instagram · Pinterest · Discord · Twitch · Spotify
|
- **Social Media:** TikTok · YouTube · Instagram · Pinterest · Discord · Twitch · Spotify
|
||||||
|
|
||||||
@@ -73,4 +73,4 @@ Nemoti nutzt eine Mehrplattform-Strategie, bei der jede Plattform eine spezifisc
|
|||||||
| Twitch | https://www.twitch.tv/nemoti_art |
|
| Twitch | https://www.twitch.tv/nemoti_art |
|
||||||
| Spotify | https://open.spotify.com/show/6Sgf2YS8sn09gkRoWn3L6t |
|
| Spotify | https://open.spotify.com/show/6Sgf2YS8sn09gkRoWn3L6t |
|
||||||
|
|
||||||
*Siehe auch:* [[nemoti-art-website]] · [lore-universum](../concepts/lore-universum.md) · [bestiarium](../concepts/das-abgruendige-bestiarium.md) · [suno-musik](../concepts/suno-musikrichtung.md) · [tiktok-strategie](../concepts/tiktok-strategie.md) · [youtube-wachstum](../concepts/youtube-wachstum.md) · [twitch-streaming](../concepts/twitch-streaming.md)
|
*Siehe auch:* [nemoti-art-website](../concepts/nemoti-art-website.md) · [lore-universum](../concepts/lore-universum.md) · [bestiarium](../concepts/das-abgruendige-bestiarium.md) · [suno-musik](../concepts/suno-musikrichtung.md) · [tiktok-strategie](../concepts/tiktok-strategie.md) · [youtube-wachstum](../concepts/youtube-wachstum.md) · [twitch-streaming](../concepts/twitch-streaming.md)
|
||||||
|
|||||||
+5
-5
@@ -36,11 +36,11 @@ Die Farbgebung unterscheidet sich von den wärmeren oder kontrastreicheren Farbw
|
|||||||
|
|
||||||
Shivana teilt das Portfolio auf nemoti.art mit folgenden Kreaturen:
|
Shivana teilt das Portfolio auf nemoti.art mit folgenden Kreaturen:
|
||||||
|
|
||||||
- **[[nyxara]]** — Die Wächterin; Nyxaras Thematik (Wächterin, Schwelle) könnte eine Verbindung zu Shivana nahelegen
|
- **[nyxara](nyxara.md)** — Die Wächterin; Nyxaras Thematik (Wächterin, Schwelle) könnte eine Verbindung zu Shivana nahelegen
|
||||||
- **[[ashynox]]** — Aus Asche geboren; Ashynox' dunkle Ästhetik steht im Einklang mit Shivanas Farbwelt
|
- **[ashynox](ashynox.md)** — Aus Asche geboren; Ashynox' dunkle Ästhetik steht im Einklang mit Shivanas Farbwelt
|
||||||
- **[[velroth]]** — Echo aus Licht; ein möglicher Gegenpol zu Shivanas kühler Dunkelheit
|
- **[velroth](velroth.md)** — Echo aus Licht; ein möglicher Gegenpol zu Shivanas kühler Dunkelheit
|
||||||
- **[[novareth]]** — Die Erinnernde; die gedämpfte Farbpalette könnte eine thematische Nähe zu Novareths Beständigkeit andeuten
|
- **[novareth](novareth.md)** — Die Erinnernde; die gedämpfte Farbpalette könnte eine thematische Nähe zu Novareths Beständigkeit andeuten
|
||||||
- **[[runn-thyss]]** — Der Schleier; die bläuliche Dunkelheit erinnert an liminale Räume und den Schleier zwischen Welten
|
- **[runn-thyss](runn-thyss.md)** — Der Schleier; die bläuliche Dunkelheit erinnert an liminale Räume und den Schleier zwischen Welten
|
||||||
|
|
||||||
Die genaue Art der Beziehungen zwischen Shivana und den anderen Kreaturen kann erst bestimmt werden, wenn weitere Lore-Texte vorliegen.
|
Die genaue Art der Beziehungen zwischen Shivana und den anderen Kreaturen kann erst bestimmt werden, wenn weitere Lore-Texte vorliegen.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user