- Add README with project description - Create directory structure (worldbuilding, characters, plots, chapters, notes) - Add .gitignore for writing projects - Configure remote origin for Gitea Repository ready for work. Remote push pending Gitea repo creation.
19 lines
274 B
Markdown
19 lines
274 B
Markdown
# Personnages
|
|
|
|
Fiches détaillées des personnages principaux et secondaires.
|
|
|
|
## Template suggéré
|
|
|
|
```markdown
|
|
# Nom du Personnage
|
|
|
|
- **Âge:**
|
|
- **Origine:**
|
|
- **Rôle:**
|
|
- **Apparence:**
|
|
- **Personnalité:**
|
|
- **Motivations:**
|
|
- **Background:**
|
|
- **Arc narratif:**
|
|
```
|