Gitea instance customization files
Go to file
Ryan Schultz 5b8b15905f tweak download button. 2022-09-13 15:17:13 -05:00
.husky Copy in original gitea files for modifying 2022-07-01 17:01:26 +12:00
css tweak download button. 2022-09-13 15:17:13 -05:00
img Copy in original gitea files for modifying 2022-07-01 17:01:26 +12:00
templates Copy in original gitea files for modifying 2022-07-01 17:01:26 +12:00
.gitignore Copy in original gitea files for modifying 2022-07-01 17:01:26 +12:00
.lintstagedrc.cjs Copy in original gitea files for modifying 2022-07-01 17:01:26 +12:00
README.md Copy in original gitea files for modifying 2022-07-01 17:01:26 +12:00
package.json Copy in original gitea files for modifying 2022-07-01 17:01:26 +12:00

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