Hello there 👀!

This blog serves as a repository for reports, documentation, and updates related to the Fedora Project, including my ongoing contributions and activities within the community.

Forgejo UI Changes for Fedora Project

I’ll walk through the frontend contributions I made to the Forgejo UI as part of the Fedora Project.

May 7, 2025
forgejo-fedoraproject staging environment

Forgejo Commit Table UI Overhaul

Providing an overview of how the commit table UI overhaul was made (early design stage)

May 6, 2025

Interactive Forgejo Testing

Summary of how to setup an interactive Forgejo testing environment to see if your changes work!

April 25, 2025
forgejo-fedoraproject staging environment

New Fedora Theme in Forgejo

A new Fedora theme for the Forgejo deployment in Fedora Project

March 16, 2025 Â· Yashwanth Rathakrishnan

Forgejo Theming

Customizing the Logo The process of customizing the logo is pretty much simple and straightforward. The logos are stored inside assets/ directory. In order to change the logo, Replace the logo.svg with the custom logo (do the same for changing the favicon.svg as well). Run the command in root directory of forgejo/*: make generate-images This process will generate the assets for logo inside the assets/* directory. Keep in mind that changing the logo just by renaming it won’t work! ...

March 3, 2025