1
0
Fork
You've already forked fediparty
0
forked from fediverse/fediparty
🌌 A quick look into Fediverse networks -
  • EJS 60.9%
  • SCSS 29%
  • JavaScript 10.1%
2022年02月08日 00:00:14 +03:00
scaffolds Initial commit 2018年03月12日 22:31:14 +03:00
source Remove broken links 2022年02月08日 00:00:14 +03:00
themes/starter Update Apps, Tools 2022年02月04日 16:56:39 +03:00
.domains Change Feneas links to Codeberg; mirror site to Codeberg Pages 2022年01月31日 18:22:56 +03:00
.editorconfig Initial commit 2018年03月12日 22:31:14 +03:00
.gitignore Initial commit 2018年03月12日 22:31:14 +03:00
.woodpecker.yml Test htmlproofer, again 2022年02月07日 22:29:30 +03:00
_config.yml Expand site description in Config 2021年09月06日 23:21:07 +03:00
CONTRIBUTING.md Change Feneas links to Codeberg; mirror site to Codeberg Pages 2022年01月31日 18:22:56 +03:00
GUIDELINES.md Change Feneas links to Codeberg; mirror site to Codeberg Pages 2022年01月31日 18:22:56 +03:00
LICENSE Change license 2018年03月21日 03:35:47 +03:00
package-lock.json Bump dependencies 2021年04月21日 16:33:28 +03:00
package.json Change Feneas links to Codeberg; mirror site to Codeberg Pages 2022年01月31日 18:22:56 +03:00
README.md Change Feneas links to Codeberg; mirror site to Codeberg Pages 2022年01月31日 18:22:56 +03:00

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