-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
65 lines (55 loc) · 1010 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Copyright 2024 Léo de Souza
# SPDX-License-Identifier: Apache-2.0
title: "Blitz: Fischer Chess Clock"
author: Léo de Souza
theme: minima
github_username: ldeso
header_pages:
- LICENSES/Apache-2.0.md
- CHANGELOG.md
- PRIVACY_POLICY.md
defaults:
- scope:
path: LICENSES/Apache-2.0.md
values:
permalink: /license/
title: License
- scope:
path: CHANGELOG.md
values:
permalink: /changelog/
title: Changelog
- scope:
path: PRIVACY_POLICY.md
values:
permalink: /privacy-policy/
title: Privacy Policy
exclude:
- build.gradle.kts
- CNAME
- gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- metadata
- settings.gradle.kts
- src
include:
- 1.png
- 2.png
- Apache-2.0.md
- en-US
- ic_launcher.webp
- images
- LICENSES
- main
- metadata
- mipmap-xxxhdpi
- phoneScreenshots
- res
- src
optional_front_matter:
remove_originals: true
readme_index:
remove_originals: true