Skip to content

Releases: whereareiam/forgejo-github-theme

0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Sep 18:38
bf44cc2

Release 0.2.0

GitHub-style user profiles and subpages, Actions workflow listings and run summaries, and refined authentication screens for Forgejo. This release also adds mirror visibility badges, a mobile navigation drawer, and a footer aligned with GitHub. Profile search and package controls now use consistent sizing and stable rendering on desktop and mobile.

Compatibility

This release targets Forgejo 16.

It was tested against Forgejo 16.0.3, including the bundled template overrides.

Changelog

Features

Changes

  • Layout: Align footer with GitHub spacing and responsive layout by @whereareiam in #50
  • Auth: Align registration with sign-in and two-factor styling by @whereareiam in #48
  • Actions: Match workflow navigation and run listings by @whereareiam in #42

Fixes

  • Auth: Match GitHub two-factor screens and fix signed-out navigation by @whereareiam in #46
  • Navigation: Match GitHub's mobile menu with a side drawer by @whereareiam in #47

Installation

  • Base: theme-github-base.tar.gz — standard light, dark, auto, and soft-dark themes.
  • Accessibility: theme-github-accessibility.tar.gz — colorblind and high-contrast themes.
  • Extras: theme-github-extras.tar.gz — Pink, Gitea-compatible, and Catppuccin palettes.
  • Fonts: theme-github-fonts.tar.gz — Mona Sans and its license.
  • Templates: theme-github-templates.tar.gz — Forgejo template overrides with their required JavaScript and page-specific CSS.

Install theme CSS into <forgejo-data>/public/assets/css, extract fonts into <forgejo-data>/public, and extract the template archive into <forgejo-data>. When upgrading, replace the matching CSS, templates, and bundled assets, then restart Forgejo. See the installation guide.

Template overrides are intended for the tested Forgejo version. Forgejo's native permissions and visibility rules remain in effect. Profile Overview uses the native README; contribution history remains on the Activity tab.

0.1.0

Choose a tag to compare

@github-actions github-actions released this 05 Sep 20:41
9bdc23c

Release 0.1.0

GitHub-style repository browsing, commit diffs and file trees, Issues, and Pull requests for Forgejo. This release adds shared navigation and controls, improves desktop/mobile layouts, and fixes latest-commit author visibility, inline details, and repository search styling.

Compatibility

This release targets Forgejo 16.

It was tested against Forgejo 16.0.3, including the bundled template overrides.

Changelog

Features

Changes

Fixes

Installation

  • Base: theme-github-base.tar.gz — standard light, dark, auto, and soft-dark themes.
  • Accessibility: theme-github-accessibility.tar.gz — colorblind and high-contrast themes.
  • Extras: theme-github-extras.tar.gz — Pink, Gitea-compatible, and Catppuccin palettes.
  • Fonts: theme-github-fonts.tar.gz — Mona Sans and its license.
  • Templates: theme-github-templates.tar.gz — Forgejo template overrides with required JavaScript and page-specific CSS.

Install theme CSS into <forgejo-data>/public/assets/css, extract fonts into <forgejo-data>/public, and extract the template archive into <forgejo-data>. The template archive includes public/assets/js and public/assets/css; replace matching older assets and restart Forgejo. See the installation guide.

Template overrides are intended for the tested Forgejo version.

0.0.1

Choose a tag to compare

@whereareiam whereareiam released this 02 Sep 20:12
a588247

Release 0.0.1

First release of the Forgejo-focused GitHub theme fork. This release ports the GitHub-style interface to Forgejo-native templates and markup, with compatibility fixes, navigation refinements, and CI improvements.

Compatibility

This release targets Forgejo 16.

It was tested against Forgejo 16.0.3, including the bundled template overrides.

Changelog

Features

  • Forgejo: Port GitHub theme directly to Forgejo 15.0.5 by @whereareiam in #1
  • Forgejo: Port GitHub repository UI directly to Forgejo 15 by @whereareiam in #2

Changes

Fixes

  • Forgejo: Fix Forgejo 16.0.3 compatibility: last-commit loader route and plural translation keys by @Glitxhhh in #3
  • Home: Align contribution summary with heatmap legend by @whereareiam in #6

Dependencies

  • CI: Upgrade CI and release builds to Bun 1.4.0 by @whereareiam in #7