converted to wiki
This commit is contained in:
31
example/azrak.md
Normal file
31
example/azrak.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# Azrak the Wall-Eater
|
||||
|
||||
Azrak does not eat food.
|
||||
|
||||
Azrak eats **structures**.
|
||||
|
||||
Concrete.
|
||||
Drywall.
|
||||
The concept of shelter.
|
||||
|
||||
---
|
||||
|
||||
## Lore
|
||||
|
||||
When humans invented houses, Azrak woke up.
|
||||
|
||||
Every abandoned building is believed to be a corpse.
|
||||
|
||||
---
|
||||
|
||||
## Family
|
||||
|
||||
- Mother: [Voidmother](voidmother)
|
||||
- Sister: [Lumina](lumina)
|
||||
|
||||
---
|
||||
|
||||
## Fun Fact
|
||||
|
||||
Azrak once ate half a shopping mall because a light flickered funny.
|
||||
|
||||
11
example/azrak.toml
Normal file
11
example/azrak.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
title = "Azrak the Wall-Eater"
|
||||
image = "azrak.png"
|
||||
content_file = "azrak.md"
|
||||
|
||||
[infobox]
|
||||
"Espèce" = "Devourer Papoute"
|
||||
"Genre" = "M"
|
||||
"Domain" = "Hunger & Destruction"
|
||||
"Enemy of" = "Entire buildings"
|
||||
"Mother" = "Voidmother"
|
||||
|
||||
5
example/bernardo.md
Normal file
5
example/bernardo.md
Normal file
@@ -0,0 +1,5 @@
|
||||
## Biographie
|
||||
Bernardo est un Papoute commun. Il est souvent considéré en tant qu'example de l'espèce, de par sa simplicité faciale et le parfait alignement de ses pates.
|
||||
|
||||
## Répliques
|
||||
> ...
|
||||
BIN
example/bernardo.png
Executable file
BIN
example/bernardo.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
9
example/bernardo.toml
Normal file
9
example/bernardo.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
title = "Bernardo"
|
||||
image = "bernardo.png"
|
||||
content_file = "bernardo.md"
|
||||
|
||||
[infobox]
|
||||
"Espèce" = "Papoute Commun"
|
||||
Genre = "H"
|
||||
"Lieu d'habitation" = "Inside your walls"
|
||||
"Créateur" = "Papoute god?"
|
||||
@@ -1,14 +0,0 @@
|
||||
# The Dark Elixir: A History of Coffee
|
||||
|
||||
Coffee is more than just a drink; it's a global phenomenon. Legend has it that a goat herder named Kaldi discovered coffee in Ethiopia after noticing his goats became very energetic after eating berries from a certain tree.
|
||||
|
||||
### Common Coffee Roasts
|
||||
|
||||
| Roast | Color | Oil on Surface | Flavor Profile |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| **Light** | Light Brown | None | Toasted grain, high acidity |
|
||||
| **Medium** | Medium Brown | Rare | Balanced flavor, aroma |
|
||||
| **Dark** | Shiny Black | Heavy | Bitter, smoky, or burnt |
|
||||
|
||||
---
|
||||
**Fun Fact:** Coffee is actually a fruit! The "beans" are the pits of a cherry-like berry.
|
||||
@@ -1,16 +0,0 @@
|
||||
# The Mascot: Ferris
|
||||
|
||||
**Ferris** is the unofficial mascot of the Rust community. He is a crab because Rust programmers often call themselves "Rustaceans" (a play on the word crustacean).
|
||||
|
||||
### Why a crab?
|
||||
- Rustaceans are known for being friendly and helpful.
|
||||
- Crabs have hard shells (like Rust's safety guarantees).
|
||||
- They have powerful claws (like Rust's powerful type system).
|
||||
|
||||
```rust
|
||||
fn main() {
|
||||
println!("Hello from Ferris!");
|
||||
}
|
||||
```
|
||||
|
||||
> "The Rust community is one of the most welcoming in the tech world."
|
||||
28
example/lumina.md
Normal file
28
example/lumina.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# Lumina the Warm One
|
||||
|
||||
Lumina is the reason blankets feel safe.
|
||||
|
||||
She lives inside warm air vents, sunsets, and the feeling of soup.
|
||||
|
||||
---
|
||||
|
||||
## Personality
|
||||
|
||||
- Gentle
|
||||
- Massive cosmic being
|
||||
- Will still destroy stars if annoyed
|
||||
|
||||
---
|
||||
|
||||
## Child
|
||||
|
||||
Her smallest creation:
|
||||
|
||||
- [Bernardo](bernardo)
|
||||
|
||||
---
|
||||
|
||||
## Enemy
|
||||
|
||||
- [Azrak](azrak) (he keeps eating her favorite houses)
|
||||
|
||||
11
example/lumina.toml
Normal file
11
example/lumina.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
title = "Lumina the Warm One"
|
||||
image = "lumina.png"
|
||||
content_file = "lumina.md"
|
||||
|
||||
[infobox]
|
||||
"Espèce" = "Radiant Papoute"
|
||||
"Genre" = "F"
|
||||
"Domain" = "Comfort & heat"
|
||||
"Children" = "Bernardo"
|
||||
"Mother" = "Voidmother"
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
# To the Stars: Voyager 1
|
||||
|
||||
Voyager 1 is a space probe launched by NASA on September 5, 1977. As of today, it is the most distant human-made object from Earth.
|
||||
|
||||
### Voyager 1 Mission Checklist
|
||||
- [x] Flyby of Jupiter (1979)
|
||||
- [x] Flyby of Saturn (1980)
|
||||
- [x] Enter Interstellar Space (2012)
|
||||
- [ ] Reach the next star (Estimated in 40,000 years)
|
||||
|
||||
### The Golden Record
|
||||
The probe carries a gold-plated audio-visual disc in case it is ever found by intelligent life. It contains:
|
||||
- Greetings in 55 languages.
|
||||
- Sounds of whales, a baby crying, and waves breaking.
|
||||
- Music by Bach, Mozart, and Chuck Berry.
|
||||
|
||||
> "The Voyager mission is a testament to human curiosity and our desire to touch the stars."
|
||||
32
example/voidmother.md
Normal file
32
example/voidmother.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# Voidmother
|
||||
|
||||
Voidmother is not born.
|
||||
|
||||
Voidmother **happened**.
|
||||
|
||||
Before walls existed.
|
||||
Before warmth existed.
|
||||
Before Papoutes learned how to hide inside radiators.
|
||||
|
||||
She tore reality like wet paper and leaked children into existence.
|
||||
|
||||
---
|
||||
|
||||
## Offspring
|
||||
|
||||
- [Azrak the Wall-Eater](azrak)
|
||||
- [Lumina the Warm One](lumina)
|
||||
- [Grubble](grubble)
|
||||
|
||||
---
|
||||
|
||||
## Known Abilities
|
||||
|
||||
- Creates Papoutes by accident
|
||||
- Consumes timelines when annoyed
|
||||
- Whispers inside electrical outlets
|
||||
|
||||
> Some say Bernardo can hear her when the house is quiet.
|
||||
|
||||
And she hears him too.
|
||||
|
||||
11
example/voidmother.toml
Normal file
11
example/voidmother.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
title = "Voidmother"
|
||||
image = "voidmother.png"
|
||||
content_file = "voidmother.md"
|
||||
|
||||
[infobox]
|
||||
"Espèce" = "Primordial Papoute"
|
||||
"Genre" = "Beyond gender"
|
||||
"Rôle cosmique" = "Origin of all papoutes"
|
||||
"Tempérament" = "Indescribable horror"
|
||||
"Présence" = "Between dimensions"
|
||||
|
||||
Reference in New Issue
Block a user