Introduction
A free and ethical photo sharing platform, powered by ActivityPub federation.
Pixelfed is freely licensed under the AGPL license.
Communication
The ways you can communicate on the project are below. Before interacting, please read through the Code Of Conduct.
- Project on Mastodon: @[email protected]
- E-mail: [email protected]
Pixelfed Sponsors
We would like to extend our thanks to the following sponsors for funding Pixelfed development. If you are interested in becoming a sponsor, please visit the Pixelfed Patreon Page
- NLnet Foundation and NGI0 Discovery, part of the Next Generation Internet initiative.
Development
This documentation is built using Hugo and uses the Paradox theme.
- Install Hugo, following the instructions for your environment
- Clone the repository
git clone [email protected]:pixelfed/docs.git
- Initiate the git submodules
cd docs git submodule init git submodule update
- Run
hugo serve
to start a live development server on localhost:1313