Compare commits
4 commits
5da4363a91
...
9b40c112ae
Author | SHA1 | Date | |
---|---|---|---|
|
9b40c112ae | ||
|
8cad920605 | ||
|
864e0c4cb1 | ||
|
ef41d2aa0c |
10 changed files with 118 additions and 41 deletions
|
@ -9,7 +9,7 @@ layout: layouts/parent.njk
|
||||||
|
|
||||||
<aside id="more-info">
|
<aside id="more-info">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<h2 class="visually-hidden">Table of Content</h2>
|
<h2>Table of Content</h2>
|
||||||
{{ content | toc | safe }}
|
{{ content | toc | safe }}
|
||||||
</div>
|
</div>
|
||||||
<div id="links">
|
<div id="links">
|
||||||
|
|
|
@ -1,34 +1,2 @@
|
||||||
- Generalist communities
|
- Network
|
||||||
- [Tails Channel](https://tailschannel.com/)
|
- [Press Garden](https://press.fanstuff.garden)
|
||||||
- [Sonic Stadium](https://www.sonicstadium.org/)
|
|
||||||
- [Soah City](https://soahcity.com/)
|
|
||||||
- [Sonic News Network](https://sonic.fandom.com/wiki/Sonic_News_Network)
|
|
||||||
- [Sonic City](https://sonic-city.net/)
|
|
||||||
|
|
||||||
- Specific subjects
|
|
||||||
- [Chao Island](https://chao-island.com/)
|
|
||||||
- [Fans United for SatAM](https://www.sonicsatam.com/)
|
|
||||||
- [Secrets of Sonic Team](http://sost.emulationzone.org/)
|
|
||||||
- [Sonic Stuff Research Group](https://sonicresearch.org/community/index.php)
|
|
||||||
|
|
||||||
- Fangames & Hacks
|
|
||||||
- [Sonic Retro](https://sonicretro.org/)
|
|
||||||
- [SFGHQ](https://www.sonicfangameshq.com/)
|
|
||||||
- [SAGExpo](https://sagexpo.org/)
|
|
||||||
- [Sonic Hacking Contest](https://shc.zone/)
|
|
||||||
- [SRB2 Community](https://www.srb2.org/)
|
|
||||||
|
|
||||||
- Subreddits
|
|
||||||
- [/r/SonicTheHedgehog](https://reddit.com/r/SonicTheHedgehog/)
|
|
||||||
- [/r/MoonPissing](https://reddit.com/r/MoonPissing/)
|
|
||||||
|
|
||||||
- SEGA websites
|
|
||||||
- [SMS Power](https://www.smspower.org/)
|
|
||||||
- [SEGABits](http://segabits.com/)
|
|
||||||
- [SEGA Retro](https://www.segaretro.org/)
|
|
||||||
- [SEGA-16](http://www.sega-16.com/)
|
|
||||||
|
|
||||||
- French community
|
|
||||||
- [Planète-Sonic](https://planete-sonic.com/)
|
|
||||||
- [Sonic Online](https://soniconline.fr/)
|
|
||||||
- [SEGA-Mag](https://www.sega-mag.com/)
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: layouts/home.njk
|
layout: layouts/base.njk
|
||||||
permalink: 404.html
|
permalink: 404.html
|
||||||
eleventyExcludeFromCollections: true
|
eleventyExcludeFromCollections: true
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: layouts/home.njk
|
layout: layouts/base.njk
|
||||||
eleventyNavigation:
|
eleventyNavigation:
|
||||||
key: About
|
key: About
|
||||||
parent: Home
|
parent: Home
|
||||||
|
|
46
content/annuaire/en.md
Normal file
46
content/annuaire/en.md
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
---
|
||||||
|
layout: layouts/base.njk
|
||||||
|
eleventyNavigation:
|
||||||
|
parent: Sonic websites
|
||||||
|
key: Sonicsphere en
|
||||||
|
order: 0
|
||||||
|
---
|
||||||
|
|
||||||
|
# Sonicsphere en
|
||||||
|
|
||||||
|
Some interesting english websites and communities.
|
||||||
|
|
||||||
|
## Generalist communities
|
||||||
|
|
||||||
|
- [Tails Channel](https://tailschannel.com/)
|
||||||
|
- [Sonic Stadium](https://www.sonicstadium.org/)
|
||||||
|
- [Soah City](https://soahcity.com/)
|
||||||
|
- [Sonic News Network](https://sonic.fandom.com/wiki/Sonic_News_Network)
|
||||||
|
- [Sonic City](https://sonic-city.net/)
|
||||||
|
|
||||||
|
## Specific subjects
|
||||||
|
|
||||||
|
- [Chao Island](https://chao-island.com/)
|
||||||
|
- [Fans United for SatAM](https://www.sonicsatam.com/)
|
||||||
|
- [Secrets of Sonic Team](http://sost.emulationzone.org/)
|
||||||
|
- [Sonic Stuff Research Group](https://sonicresearch.org/community/index.php)
|
||||||
|
|
||||||
|
## Fangames & Hacks
|
||||||
|
|
||||||
|
- [Sonic Retro](https://sonicretro.org/)
|
||||||
|
- [SFGHQ](https://www.sonicfangameshq.com/)
|
||||||
|
- [SAGExpo](https://sagexpo.org/)
|
||||||
|
- [Sonic Hacking Contest](https://shc.zone/)
|
||||||
|
- [SRB2 Community](https://www.srb2.org/)
|
||||||
|
|
||||||
|
## Subreddits
|
||||||
|
|
||||||
|
- [/r/SonicTheHedgehog](https://reddit.com/r/SonicTheHedgehog/)
|
||||||
|
- [/r/MoonPissing](https://reddit.com/r/MoonPissing/)
|
||||||
|
|
||||||
|
## SEGA websites
|
||||||
|
|
||||||
|
- [SMS Power](https://www.smspower.org/)
|
||||||
|
- [SEGABits](http://segabits.com/)
|
||||||
|
- [SEGA Retro](https://www.segaretro.org/)
|
||||||
|
- [SEGA-16](http://www.sega-16.com/)
|
34
content/annuaire/fr.md
Normal file
34
content/annuaire/fr.md
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
---
|
||||||
|
layout: layouts/base.njk
|
||||||
|
eleventyNavigation:
|
||||||
|
parent: Sonic websites
|
||||||
|
key: Sonicsphere fr
|
||||||
|
order: 0
|
||||||
|
---
|
||||||
|
|
||||||
|
# Sonicsphere fr
|
||||||
|
|
||||||
|
Quelques communautés et websites Sonic intéressant en langue française. Le but de cette page est notamment de permettre à la communauté francophone d'être plus connecté, et potentiellement à terme de dépasser les différentes division qui peut y exister.
|
||||||
|
|
||||||
|
## Communautés
|
||||||
|
|
||||||
|
- [Planète-Sonic](https://planete-sonic.com) - La plus grande est la plus ancienne communauté francophone Sonic. Elle privilégie souvent la qualité de l'information, évitant les rumeurs quand elle peut.
|
||||||
|
- [La radio Planète-Sonic](https://radio.planete-sonic.com/) - Une radio 24/24 Sonic, diffusant des musiques de la série
|
||||||
|
- [Le Discord Hérisson Bleu](https://discord.gg/gkUNzTK) - Discord de l'association Hérisson Bleu, dont Planète-Sonic fait partie. Attention, certaines parties de ce Discord sont lié au site Le Grand Jeu, et destinée à un public averti.
|
||||||
|
- [Le Discord Chaos Dimension](https://discord.gg/ytpsAGt) - Un Discord de RolePlay Sonic, animé par la communauté Planète-Sonic
|
||||||
|
- [Sonic Community FR](https://twitter.com/Sonic_Community) - Une communauté plus orienté multi-media
|
||||||
|
- [Discord SC-FR](https://t.co/SfZclHXv5B) - Le Discord de Sonic Community FR. Ce Discord possède des règles plutôt stricte, exigeant notamment (à ma connaissance) d'être actif pour pouvoir rester dessus.
|
||||||
|
- [Youtube SC-FR](https://www.youtube.com/watch?v=yLh0NWnCf-Y) - Chaine youtube de SCFR
|
||||||
|
- [Sonic Online](https://www.soniconline.fr/) - Autre communauté francophone Sonic.
|
||||||
|
|
||||||
|
## Youtubeurs Sonic
|
||||||
|
|
||||||
|
- [Veyle](https://www.youtube.com/@Veyle_)
|
||||||
|
|
||||||
|
## Traduction
|
||||||
|
|
||||||
|
- [ChaosTrad](https://twitter.com/ChaosTrad) - Équipe de traduction de projets Sonic
|
||||||
|
|
||||||
|
## Communautés SEGA
|
||||||
|
|
||||||
|
- [SEGA Mag](https://www.sega-mag.com/)
|
22
content/annuaire/index.md
Normal file
22
content/annuaire/index.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
---
|
||||||
|
layout: layouts/base.njk
|
||||||
|
eleventyNavigation:
|
||||||
|
key: Sonic websites
|
||||||
|
order: 7
|
||||||
|
---
|
||||||
|
|
||||||
|
# Sonic websites
|
||||||
|
|
||||||
|
The Sonic fanbase is full of cool website and community. I aim here to list them and make them
|
||||||
|
|
||||||
|
## How I have chosen
|
||||||
|
|
||||||
|
- The site/community must contribute or provide a space for the Sonic Community.
|
||||||
|
- Non-active website are welcome here too ! Because they might have informations and interesting stuff to discover
|
||||||
|
- I try to not go into communities drama and stuff, except if it's not just a drama but something that put people at risk
|
||||||
|
- I must know the site : it's a bit obvious, but I may have missed a lot of cool website !
|
||||||
|
|
||||||
|
## Pages in this category
|
||||||
|
|
||||||
|
- [Sonicsphere fr](/annuaire/fr/)
|
||||||
|
- [Sonicsphere en](/annuaire/en/)
|
|
@ -15,11 +15,11 @@ I hope you'll have fun here !
|
||||||
|
|
||||||
## Sonic news
|
## Sonic news
|
||||||
|
|
||||||
<iframe src="http://press.fanstuff.garden/iframe-sonic.php" height="180px" width="100%"></iframe>
|
<iframe src="https://press.fanstuff.garden/iframe-sonic.php" height="180px" width="100%"></iframe>
|
||||||
|
|
||||||
## SEGA news
|
## SEGA news
|
||||||
|
|
||||||
<iframe src="http://press.fanstuff.garden/iframe-sega.php" height="180px" width="100%"></iframe>
|
<iframe src="https://press.fanstuff.garden/iframe-sega.php" height="180px" width="100%"></iframe>
|
||||||
|
|
||||||
## Sister projects
|
## Sister projects
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: layouts/home.njk
|
layout: layouts/base.njk
|
||||||
eleventyNavigation:
|
eleventyNavigation:
|
||||||
key: Updates
|
key: Updates
|
||||||
parent: Home
|
parent: Home
|
||||||
|
|
|
@ -217,8 +217,15 @@ ul.nav,
|
||||||
margin:0;
|
margin:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#more-info h2 {
|
||||||
|
padding: 3px;
|
||||||
|
margin: 0;
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
#sidebar ul li li a,
|
#sidebar ul li li a,
|
||||||
#links ul li li a {
|
#links ul li li a,
|
||||||
|
#more-info ol li a {
|
||||||
padding-left:18px;
|
padding-left:18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue