🌌 A quick look into Fediverse networks -
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Kainoa Kanter 7cad908eca Add two instances
Electricrequiem for greek speakers

Bzpawdev for Bautzen (regional, germany)
5 months ago
scaffolds Initial commit 5 years ago
source Add two instances 5 months ago
themes/starter Update Navbar, About Us pages 6 months ago
.domains Change Feneas links to Codeberg; mirror site to Codeberg Pages 1 year ago
.editorconfig Initial commit 5 years ago
.gitignore Initial commit 5 years ago
.woodpecker.yml Fix htmlproofer CI job 6 months ago
CONTRIBUTING.md Change Feneas links to Codeberg; mirror site to Codeberg Pages 1 year ago
GUIDELINES.md Update guidelines 9 months ago
LICENSE Change license 5 years ago
README.md Change Feneas links to Codeberg; mirror site to Codeberg Pages 1 year ago
_config.yml Expand site description in Config 2 years ago
package-lock.json Update dependencies \O/ 7 months ago
package.json Update dependencies \O/ 7 months ago

README.md

FEDIVERSE GUIDE

website logo A quick look into Fediverse networks

https://fediverse.party

Goals

  1. Road Making: Provide links to information scattered around the internet. Make it easier for newcomers to get acquainted with the idea in general and with every federated network in particular.

  2. Team Building: Unite all federated social networks under 'Fediverse' name. Highlight the sense and spirit of a Fediverse community.

Contributing

Read Contributing

→ Check out our Wiki

Structure

Fediverse page

Data located in: /source/_data/fediverse.json file

Chronicles page

Data located in: /source/_posts folder

Knowledge page

Data located in: /source/_data/knowledge.json file

Each network page

Data located in: /source/_data/..network.json and /source/_data/world.json files

Portal page

Supposed to link to a page helping to choose a server on any network (just an idea, for now)

Theme File Structure

  • Develop styles in /themes/starter/assets/scss
  • Develop scripts in /themes/starter/assets/scripts

Setup

This site uses Hexo static generator. Follow these steps to spin up a local development environment:

  1. Run npm install in main project's folder
  2. Run gulp in /themes/starter folder
  3. In second terminal, run hexo server in main folder, to start the server and preview at localhost