-
Notifications
You must be signed in to change notification settings - Fork 412
/
retype.yml
60 lines (51 loc) · 1.21 KB
/
retype.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
serve:
watch:
mode: disk # no more surprises with retype not copying download link files!
input: .
output: .retype
url: https://ddnexus.github.io/pagy
branding:
title: Pagy
label: 9.2.2
colors:
label:
text: "#FFFFFF"
background: "#99004D"
meta:
title: " | Pagy"
links:
- text: GitHub
link: https://github.com/ddnexus/pagy
icon: mark-github
target: blank
- text: Issues
link: https://github.com/ddnexus/pagy/issues
icon: issue-opened-24
target: blank
- text: Q&A
link: https://github.com/ddnexus/pagy/discussions/categories/q-a
icon: comment-discussion-24
target: blank
- text: Discussions
link: https://github.com/ddnexus/pagy/discussions
icon: comment-discussion-24
target: blank
- text: Archived Support
link: https://gitter.im/ruby-pagy/Lobby
icon: cross-reference-24
target: blank
exclude:
- README.md
- /coverage/**
- /e2e/**
include:
- /gem/**/*
- "!/gem/**/README.md"
- /README.md
edit:
repo: https://github.com/ddnexus/pagy
branch: master
search:
mode: full
footer:
copyright: "© 2017-2023 [Domizio Demichelis](https://github.com/ddnexus) - [MIT License](https://opensource.org/licenses/MIT)"