Beyond coding. We forge. https://forgejo.org
Find a file
Loïc Dachary be70dd7208
delete Gitea specific files that need rewriting for Forgejo
Although it would be possible to modify these files, it would create
conflicts when rebasing. Instead, this commit removes them entirely
and another commit can start from scratch, borrowing content from the
original files.

The drawback of this approach is that some content updates from Gitea
that also need updating in Forgejo will have to be copy/pasted
instead of being merged.

(cherry picked from commit eb85782115)
(cherry picked from commit 34401f2004)
(cherry picked from commit ef43b1c691)
(cherry picked from commit d17fe25e2f)
(cherry picked from commit 3f65dea3e7)
(cherry picked from commit 3cacb64a1b)
(cherry picked from commit b531b014b7)
(cherry picked from commit adf6e7a840)
(cherry picked from commit 68c19d977d)
(cherry picked from commit 31aa8647ec)
2023-05-02 10:56:26 +02:00
.github/workflows delete Gitea specific files that need rewriting for Forgejo 2023-05-02 10:56:26 +02:00
.woodpecker [CI] implementation: Woodpecker based CI 2023-05-02 10:14:28 +02:00
assets
build
cmd
contrib
custom/conf
docker
docs
models
modules
options
public
releases [CI] implementation: Woodpecker based CI 2023-05-02 10:14:28 +02:00
routers
services
snap
templates
tests [CI] [v1.20] tests/pgsql.ini.tmpl: do not use minio 2023-05-02 10:14:30 +02:00
web_src
.air.toml
.changelog.yml
.dockerignore
.drone.yml
.editorconfig
.eslintrc.yaml
.gitattributes
.gitignore [CI] implementation: Woodpecker based CI 2023-05-02 10:14:28 +02:00
.gitpod.yml
.golangci.yml
.ignore
.markdownlint.yaml
.npmrc
.spectral.yaml
.stylelintrc.yaml
BSDmakefile
build.go
CHANGELOG.md
CODE_OF_CONDUCT.md
DCO
Dockerfile [CI] implementation: forgejo container images 2023-05-02 10:14:30 +02:00
Dockerfile.rootless [CI] implementation: forgejo container images 2023-05-02 10:14:30 +02:00
go.mod
go.sum
LICENSE
main.go
MAINTAINERS
Makefile [CI] implementation: Woodpecker based CI 2023-05-02 10:14:28 +02:00
package-lock.json
package.json
playwright.config.js
vitest.config.js
webpack.config.js

Gitea: Docs

Join the chat at https://img.shields.io/discord/322538954119184384.svg

Hosting

These pages are hosted using netlifycms and get automatically updated on every push to the master branch.

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

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>