Pablo Vazquez ef239744e3 UI: Add font matching other blender.org sites
Use Heebo variable font, the same as in blender.org and other sites.
2023-01-26 18:52:41 +01:00
2023-01-20 12:23:48 +01:00

Gitea Customization for Blender Developer Portal

Setup

  • Clone this repo in a custom folder at the root of your gitea install.
  • Edit app.ini to set the following
    • DEFAULT_THEME = bthree-dark
    • THEMES = bthree-dark
  • Run the gitea binary with the following arguments.
    • --custom-path pointing to the repo directory
    • --config pointing to the custom app.ini
Languages
CSS 41.7%
Shell 35.7%
Python 22.6%