🌌 A quick look into Fediverse networks -
Go to file
Alexander Batischev 6c9725133c
Add script for updating source/_data/numbers.json
The JSON it produces is slightly different from what we had before:

1. indentation is a bit different;
2. it uses non-breaking space as thousands separator. I discussed this
   with @lostinlight and persuaded her that NBSP is less confusing than
   commas, because different cultures use different separators;
3. `lastUpdate` uses a format like "27 Jun 2023" rather than "27/06/23".
   Again, I discussed this with @lostinlight and she agreed that the new
   format is less confusing.

Fixes #152.
2023-06-27 00:29:23 +03:00
scaffolds Initial commit 2018-03-12 22:31:14 +03:00
source Add script for updating source/_data/numbers.json 2023-06-27 00:29:23 +03:00
themes/starter More fixes for extention typo 2023-06-25 12:26:32 +02: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 Deploy to correct server 2023-02-28 00:21:02 +03:00
ADDING-SERVER.md Minor edits 2022-12-19 00:23:35 +03:00
CONTRIBUTING.md Fix CONTRIBUTING.md 2023-06-25 12:21:47 +02:00
GUIDELINES.md Update Guidelines.md 2022-12-18 23:20:38 +03:00
LICENSE Change license 2018-03-21 03:35:47 +03:00
README.md Change Feneas links to Codeberg; mirror site to Codeberg Pages 2022-01-31 18:22:56 +03:00
_config.yml Expand site description in Config 2021-09-06 23:21:07 +03:00
package-lock.json Update dependencies \O/ 2022-11-04 22:49:58 +03:00
package.json Update dependencies \O/ 2022-11-04 22:49:58 +03:00
update-numbers.py Add script for updating source/_data/numbers.json 2023-06-27 00:29:23 +03:00

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