Gitea instance customization files
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jack F 86cb38a70d Move overrides into od theme 12 months ago
.husky Copy in original gitea files for modifying 1 year ago
css Move overrides into od theme 12 months ago
img Copy in original gitea files for modifying 1 year ago
templates Copy in original gitea files for modifying 1 year ago
.gitignore Copy in original gitea files for modifying 1 year ago
.lintstagedrc.cjs Copy in original gitea files for modifying 1 year ago
README.md Copy in original gitea files for modifying 1 year ago
package.json Add theme-od script to package.json 12 months ago

README.md

Opening Design Gitea Customization

Gitea instance customization files

Installation

The components of the repository are mapped onto the Opening Design Gitea instance using the customizing Gitea instructions:

  • the templates folder is mapped to $GITEA_CUSTOM/templates/custom/
  • the images contents is mapped into $GITEA_CUSTOM/public/img
  • the css/dist contents is mapped into $GITEA_CUSTOM/public/css/

Development

The source is hosted on Gitea and uses prettier, lint-staged and husky to keep things pretty. As such, when you first clone the repository, as well as installing the npm dependencies, you will also need to install husky.

# Install NPM dependencies
npm install
# Set up husky Git hooks stored in .husky
npx husky install