-
Notifications
You must be signed in to change notification settings - Fork 216
Expand file tree
/
Copy pathretype.yml
More file actions
177 lines (152 loc) · 3.81 KB
/
retype.yml
File metadata and controls
177 lines (152 loc) · 3.81 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
poweredByRetype: true
outbound:
exclude:
- retype.com
- github.com
- stripe.com
custom: 'rel="noopener noreferrer"'
breadcrumb:
home: ":icon-home:"
toc:
label: On this page
depth: 2-4
nav:
mode: stack # Pro key required
icons:
mode: pages # Pro key required
theme:
base:
# Catppuccin Theme: Latte
# base-color: "#8839ef"
# base-bg: "#eff1f5"
# primary: "#1e66f5" # Blue
# success: "#40a02b" # Green
# danger: "#d20f39" # Red
# warning: "#df8e1d" # Yellow
# royal: "#7287fd" # Lavender
base-link-weight: 500
nav-item-text-active-weight: 700
image-rounded: 0.75rem
header-links-dropdown-offset: -1rem
dark:
# Catppuccin Theme: Frappé
# base-color: "#ca9ee6"
# base-bg: "#303446"
# primary: "#8caaee" # Blue
# success: "#a6d189" # Green
# danger: "#e78284" # Red
# warning: "#e5c890" # Yellow
# royal: "#babbf1" # Lavender
# New Hub link feature, but not used on retype.com
# hub:
# link: https://example.com/
# alt: Go to example.com
# target: _blank
# Start in "Pro Mode" trial
start:
pro: true
# -------------------
# Retype
# -------------------
input: ./
output: .retype
url: retype.com
branding:
label: v4.5
# baseColor: "#3D855E" # Try NEW base color theme setting
blog:
pageSize: 6
rss:
title: Retype News by RSS
description: Latest updates, announcements, and articles from Retype
copyright: © Retype 2026. All rights reserved.
meta:
title: " - Write On! with Retype"
siteName: Retype
generator:
paths: root
edit:
repo: github.com/retypeapp/retype
actions:
items:
- text: Copy page
action: copy-page-markdown
icon: copy
- text: Copy link
action: copy-page-link
icon: link
- type: separator
- text: View as Markdown
action: view-page-markdown
icon: markdown
- text: Print page
action: print-page
icon: brand-printer
- type: separator
- text: Open in ChatGPT
icon: brand-openai
action: open-in-chatgpt
target: blank
- text: Open in Claude
icon: brand-claude
action: open-in-claude
target: blank
- type: separator
- text: Edit on GitHub
icon: mark-github
action: edit-on-github
target: blank
links:
- text: What's New
icon: pulse
title: Latest updates, announcements, and articles
items:
- text: Blog & News
link: /blog/index.md
icon: broadcast
title: Visit the Retype Blog
description: News and updates from Retype
- text: Changelog
link: /changelog.md
icon: log
title: All the new features and fixes
description: Full history of every release
- text: Feature Log
link: /feature-log.md
icon: sparkles-fill
title: Top new features in each release
description: Highlights of the best new features
- text: Pro Pricing
link: /pro/pro.md
icon: verified
title: View Retype Pro plans and pricing options
- text: Support
link: https://github.com/retypeapp/retype/issues
icon: comment-discussion
title: Latest updates, announcements, and articles
target: blank
- text: Social
link: https://twitter.com/retypeapp/
icon: mention
title: Follow Retype on Twitter for updates
target: blank
data:
version: "4.5.3"
# abbreviations:
# HTML: Hyper Text Markup Language
# CSS: Cascading Style Sheet
templating:
loopLimit: 2000
footer:
# Let's demonstrate the power of Retype templating
# by using an include for the footer
copyright: "{{ include \"snippets/footer\" }}"
links:
- text: About
link: about.md
icon: question
title: Learn more about Retype
- text: License
link: license.md
icon: shield-check
title: View the software license agreement