Codeberg Documentation – tutorials, how-tos and other Codeberg-specific resources.
Find a file
2020-08-25 11:44:05 +02:00
assets Added a Contribution Invitation 2020-08-22 21:02:04 +02:00
content Add Frequently Asked Questions 2020-08-23 22:49:54 +09:00
fonts Blending together codeberg-docs-prototype and original Codeberg/Documentation 2020-08-13 12:31:45 +02:00
.eleventy.js Blending together codeberg-docs-prototype and original Codeberg/Documentation 2020-08-13 12:31:45 +02:00
.gitignore deploy.sh 2020-08-24 21:27:11 +02:00
CONTRIBUTORS.md Blending together codeberg-docs-prototype and original Codeberg/Documentation 2020-08-13 12:31:45 +02:00
deploy.sh deploy.sh 2020-08-24 21:27:11 +02:00
LICENSE.md Added links to commit history and notice in LICENSE.md 2020-08-22 21:01:46 +02:00
package-lock.json Blending together codeberg-docs-prototype and original Codeberg/Documentation 2020-08-13 12:31:45 +02:00
package.json Clearing target directory on build 2020-08-25 11:44:05 +02:00
README.md Blending together codeberg-docs-prototype and original Codeberg/Documentation 2020-08-13 12:31:45 +02:00

Codeberg Documentation

This repository contains the documentation for Codeberg, with some code to build it into a static website.

Please have a look into it and consider to help writing the Documentation. This is still very much work-in-progress, the more useful material we collect, the better we can later present it! All contributions are very welcome!

Usage

This website uses Eleventy as its static site generator. It's supplied as a dev-dependency in package.json.

Thus, install the dependencies by running

npm install

and then run

npm run serve

to have a look at the website or

npm run build

to build the website to _site.

License and Contributors

This website (excluding bundled fonts) is licensed under CC BY-SA 4.0. See the LICENSE file for details.

The contributors are listed in CONTRIBUTORS.md.