Codeberg Documentation – tutorials, how-to's and other Codeberg-specific resources for users.
Find a file
2020-06-29 16:09:48 +09:00
assets/js Create documentation website 2020-06-27 19:31:59 +09:00
content Create documentation website 2020-06-27 19:31:59 +09:00
layouts Create documentation website 2020-06-27 19:31:59 +09:00
scripts Create documentation website 2020-06-27 19:31:59 +09:00
static Cleanup theme 2020-06-28 22:20:17 +09:00
themes/codeberg Remove Google Fonts dependency 2020-06-29 16:09:48 +09:00
config.yaml Cleanup theme 2020-06-28 22:20:17 +09:00
LICENSE Create documentation website 2020-06-27 19:31:59 +09:00
Makefile Create documentation website 2020-06-27 19:31:59 +09:00
README.md Create documentation website 2020-06-27 19:31:59 +09:00

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


Codeberg: Documentation

Hosting

TBD

Install

These pages use the Hugo static site generator. If you are planning to contribute you'll want to download and install Hugo on your local machine.

The installation of Hugo is out of the scope of this document, so please take the official install instructions to get Hugo up and running.

Development

To generate the website and serve it on localhost:1313 just execute this command and stop it with Ctrl+C:

make server

When you are done with your changes just create a pull request, after merging the pull request the website will be updated automatically.

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

Forked from go-gitea/docs

License

This project is under the Apache-2.0 License. See the LICENSE file for the full license text.

Copyright (c) 2016 The Gitea Authors <https://gitea.io>