🌌 A quick look into Fediverse networks -
Go to file
lostinlight b14986c5e8 Increase posts per page number 2018-06-21 02:45:28 +03:00
scaffolds Initial commit 2018-03-12 22:31:14 +03:00
source Update post 2018-06-21 02:43:47 +03:00
themes/starter Exclude sticky posts from pagination 2018-06-20 22:53:47 +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 Delete rebuild line 2018-04-04 04:42:11 +03:00
CONTRIBUTING.md Exclude sticky posts from pagination 2018-06-20 22:53:47 +03:00
LICENSE Change license 2018-03-21 03:35:47 +03:00
README.md Update README, add CONTRIBUTING 2018-06-04 03:51:51 +03:00
_config.yml Increase posts per page number 2018-06-21 02:45:28 +03:00
package-lock.json Update dependencies 2018-06-05 05:00:51 +03:00
package.json Update dependencies 2018-06-05 05:00:51 +03:00

README.md

FEDIVERSE GUIDE

website logo A quick look into Fediverse networks

Important

  • Logo icon on Pleroma page is unofficial, with @lain's permission used until the official logo is chosen
  • "World" text on postActiv page is by @Maiyannah Bishop, main postActiv developer

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

Structure

Fediverse page

Data located in: /source/_data/fediversei18n.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/world18n.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

  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: fediversei18n.json, worldi18n.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.