Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
17 lines
433 B
YAML
17 lines
433 B
YAML
server:
|
|
assets-path: /app/assets
|
|
|
|
theme:
|
|
theme:
|
|
background-color: 240 21 15
|
|
contrast-multiplier: 1.2
|
|
primary-color: 217 92 83
|
|
positive-color: 115 54 76
|
|
negative-color: 347 70 65
|
|
custom-css-file: /assets/user.css
|
|
|
|
pages:
|
|
# It's not necessary to create a new file for each page and include it, you can simply
|
|
# put its contents here, though multiple pages are easier to manage when separated
|
|
- $include: home.yml
|