2023-01-20 19:16:29 +01:00
2023-01-20 19:14:39 +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%