[Docs] Add Note to Readme-Template about Variable Espansion (#10983)

* add note with Espansion VarNames

* add context of Name
tokarchuk/v1.17
6543 5 years ago committed by GitHub
parent d79ff1dd32
commit 17837986f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      docs/content/doc/advanced/customizing-gitea.en-us.md

@ -235,6 +235,9 @@ Locales may change between versions, so keeping track of your customized locales
To add a custom Readme, add a markdown formatted file (without an `.md` extension) to `custom/options/readme`
**NOTE:** readme templates support **variable expansion**.
currently there are `{Name}` (name of repository), `{Description}`, `{CloneURL.SSH}` and `{CloneURL.HTTPS}`
### Reactions
To change reaction emoji's you can set allowed reactions at app.ini

Loading…
Cancel
Save