No description
Find a file
2026-07-27 12:15:06 +00:00
DOCS.md Add Forgejo Pages documentation example 2026-07-27 10:17:18 +00:00
index.html Add legal links to Pages example 2026-07-27 12:15:06 +00:00
README.md Use shared Pages hostname 2026-07-27 12:09:25 +00:00

Forgejo Pages Example

A standalone, minimal documentation-site example for Forgejo Pages.

Published site

https://nicojoerger.pages.nicojoerger.de/pages_example/

How it works

  1. The repository's pages branch contains the static site.
  2. The shared NicoJoerger/pages repository provides the Pages hostname.
  3. The Forgejo Pages server serves this repository at the /pages_example/ path.

DOCS.md is the Markdown source for the page content. index.html is the dependency-free rendered presentation so the example works without an additional site generator or third-party scripts.