parent
13e536b627
commit
2080992dc7
2 changed files with 19 additions and 16 deletions
|
@ -1,8 +1,8 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
title: "Fanstuff Garden",
|
title: "Fanstuff Garden",
|
||||||
url: "https://fanstuff.garden/",
|
url: "https://fanstuff.garden/",
|
||||||
language: "en",
|
language: "fr",
|
||||||
description: "A set of small fansites",
|
description: "Un ensemble de petit fansites",
|
||||||
author: {
|
author: {
|
||||||
name: "Kazhnuz",
|
name: "Kazhnuz",
|
||||||
email: "kazhnuz@kobold.cafe",
|
email: "kazhnuz@kobold.cafe",
|
||||||
|
|
|
@ -1,30 +1,33 @@
|
||||||
---
|
---
|
||||||
layout: layouts/base.njk
|
layout: layouts/base.njk
|
||||||
eleventyNavigation:
|
eleventyNavigation:
|
||||||
key: Home
|
key: Accueil
|
||||||
order: 0
|
order: 0
|
||||||
---
|
---
|
||||||
|
|
||||||
# {{ metadata.title }}
|
# {{ metadata.title }}
|
||||||
|
|
||||||
Welcome to {{ metadata.title }} !
|
Bienvenue sur {{ metadata.title }} !
|
||||||
|
|
||||||
This website is a set of shrine-inspired olschool fansites, most of them if not all written in plain markdown and generated as dumb html pages, by [kazhnuz](https://kazhnuz.space). It aim to be where I put all my fandom-based brainrot, where I talk about stuff I like. It is hosted by kobold.cafe, and all site will have their sources available on this [git group](https://git.kobold.cafe/fanstuff.garden)
|
Ce site est un ensemble de fansites oldschool à l'ancienne, inspiré un peu des "shrine" (ces pages dédiées à un sujet très spécifiques) de jadis. La plupars sont écrites sous forme de sites statiques générés à partir de fichier texte. Le but de ce site est d'être l'endroit où je pose tout mes brainrot sur des séries et fandoms que j'aime.
|
||||||
|
|
||||||
## List of sites
|
Ce(s) site(s) est hébergé par [kobold.cafe](https://kobold.cafe) et géré par [kazhnuz](https://kazhnuz.space). Leur sources sont disponibles dans ce [groupe git](https://git.kobold.cafe/fanstuff.garden)
|
||||||
|
|
||||||
Here are the current liste of website hosted by fanstuff.garden :
|
## Liste des sites
|
||||||
|
|
||||||
- [Sonic Garden](https://sonic.fanstuff.garden) - A Sonic-oriented shrine/fansite 🇬🇧.
|
Voici la liste des sites actuellement hébegés par fanstuff.garden :
|
||||||
- [Press Garden](https://press.fanstuff.garden) - A Sonic & SEGA news site 🇫🇷.
|
|
||||||
|
|
||||||
## Updates and history
|
- [Sonic Garden](https://sonic.fanstuff.garden) - Un fansite/shrine Sonic the Hedgehog 🇬🇧.
|
||||||
|
- [Press Garden](https://press.fanstuff.garden) - Un site de news SEGA et Sonic the Hedgehog 🇫🇷.
|
||||||
|
|
||||||
- (**2023-11-08**) Addition of Press Garden
|
## Mises à jour
|
||||||
- (**2023-07-20**) Initial version of the site
|
|
||||||
|
|
||||||
## What I would want to add
|
- (**2023-11-08**) Ajout de Press Garden
|
||||||
|
- (**2023-07-20**) Version initiale du site
|
||||||
|
|
||||||
- A kinda-different pokemon site
|
## Site que j'aimerais faire
|
||||||
- A retrogaming site
|
|
||||||
- A chao-raising site
|
- Un site retrogaming
|
||||||
|
- Un site Pokémon sur la 1G/2G
|
||||||
|
- Un site d'élevage de Chao
|
||||||
|
- Un site sur la gamegear et Tails Adventure
|
Loading…
Reference in a new issue