🌌 A quick look into Fediverse networks -
Go to file
Holger Huo 67b3a1fc31 Add Island Mastodon instance (https;//mast.dragon-fly.club).
Island is an instance for those users who want to find a place that belongs to themselves only. The instance is currently tiny with mostly Chinese-speaking users. But the instance welcomes people from around the world to interact with the fediverse.
2021-08-07 02:04:59 +00:00
scaffolds Initial commit 2018-03-12 22:31:14 +03:00
source Add Island Mastodon instance (https;//mast.dragon-fly.club). 2021-08-07 02:04:59 +00:00
themes/starter Minor accessibility improvements 2021-08-04 20:37:40 +03:00
.editorconfig Initial commit 2018-03-12 22:31:14 +03:00
.gitignore Initial commit 2018-03-12 22:31:14 +03:00
.gitlab-ci.yml Bump dependencies 2021-04-21 16:33:28 +03:00
_config.yml Fix config for minification plugin 2021-04-24 01:05:24 +03:00
CONTRIBUTING.md Update Misc and Tools, add new software category 2021-04-13 00:20:32 +03:00
GUIDELINES.md Add WriteFreely numbers, fix broken links, typos 2020-01-05 02:12:34 +03:00
letsencrypt_authenticator.sh Fix challenge path, remove redundant folder 2018-11-11 22:11:32 +03:00
letsencrypt_cleanup.sh [ci skip] Add cert auto renewal 2018-10-17 23:27:04 +03:00
letsencrypt_generate.sh Remove cleanup 2019-01-16 13:48:47 +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 Bump dependencies 2021-04-21 16:33:28 +03:00
README.md Update README, CONTRIBUTING links 2020-08-04 01:30:53 +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

Translating

Maintaining several website translations will require extra work. Please, read discussion. Adding another language requires additions to _config file and /themes/starter/languages folder.

Mandatory for translating:

  • create lang folder (/source/*lang*)
  • common strings (/themes/starter/languages/en)
  • /source/_data folder: fediverse.json, world.json

Translating Chronicles and Knowledge page content doesn't make sense (?). They will be mostly a collection of external English articles. If you're willing to become a permanent news contributor in another language and to search for Fediverse news in that language, let's discuss it in the issue.