-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
retype.yml
222 lines (172 loc) · 9.59 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
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
# -----------------------------------------------------------------------------
# Retype Pro
# -----------------------------------------------------------------------------
poweredByRetype: true # Set to false to remove "Powered by Retype"
# A Retype Pro license is required
# See: https://retype.com/pro
# -----------------------------------------------------------------------------
breadcrumb:
enabled: true # Enabled by default on Pro projects
home: Home # Custom label for the first item
home: ":icon-home:" # or, use an icon
separator: "|" # Custom item separator
# -----------------------------------------------------------------------------
outbound:
enabled: true # Enabled by default on Pro projects
custom: 'rel="noopener noreferrer"' # custom attribute added to links
icon: link-external # A custom icon name, :emoji:, <svg>, or
# a path to a file
iconAlign: left # Icon alignment, to the left or right
target: blank # Custom target
# Use "blank" to open link in a new window
exclude: # Links or patterns to exclude
- example.com # Exclude all links containing example.com
- example.com/docs/* # Wildcards are valid
include: # Links or patterns to include
- example.com # Only include links containing example.com
- example.com/docs/* # Wildcards are valid
# -----------------------------------------------------------------------------
# Retype
# -----------------------------------------------------------------------------
input: . # Local path from this retype.yml file to the
# root of your project content files
# See also: output
# -----------------------------------------------------------------------------
output: .retype # Custom path to the output directory
# See also: input
# -----------------------------------------------------------------------------
url: https://github.com/devvyyxyz/Minecraft-resources # The base URL of your website
# -----------------------------------------------------------------------------
branding:
title: Minecraft Resources
logo: Assets/Mixed.png
logoDark: Assets/Mixed.png
logoAlign: left
label:
# To remove the label, remove this config
colors:
label: # Label colors
text: "#ffffff" # Custom color for the label text
background: "#ff0000" # Custom color for the label background
# -----------------------------------------------------------------------------
links: # Custom links to add to the top bar
# See also: footer.links
- text: Source
link: https://github.com/devvyyxyz/Minecraft-resources
icon: Assets/GitHub.png
- text: Modrinth page
link: https://modrinth.com/organization/devvyyxyz-game-studios
icon: Assets/Modrinth.png
- text: Source
link: https://www.curseforge.com/members/devvyyxyz/projects
icon: Assets/CurseForge.png
# a path to a file
iconAlign: left # Icon alignment, to the left or right
target: blank # Custom target
# Use "blank" to open link in a new window
# -----------------------------------------------------------------------------
footer:
copyright: "© All rights reserved." # A custom copyright statement
links: # A list of links to include in the footer
# See also: links
- text: License
link: LICENSE.md
icon: log
- text: Code of conduct
link: CODE_OF_CONDUCT.md
icon: code-of-conduct
- text: Icons pack
link: https://www.curseforge.com/minecraft/texture-packs/icons
icon: Assets/icons.png
# -----------------------------------------------------------------------------
cache:
busting: query # Cache busting strategy
# Options: none | path | query (default)
# -----------------------------------------------------------------------------
cname: false # The CNAME file value
# or, false to not create a CNAME file
# -----------------------------------------------------------------------------
edit:
repo: "https://github.com/devvyyxyz/Minecraft-resources" # The URL to source files for this project
base: "" # Optional base path to a directory within repo
branch: "" # Point to a custom branch within the repo
label: "Edit this page" # A custom label for the generated link
# -----------------------------------------------------------------------------
editor: # Configure the page live editor functionality
# that is only available during `retype start`
enabled: true # false to disable and hide the live editor
# -----------------------------------------------------------------------------
exclude: # Files or folders to exclude from the build
# See also: include
- "*_temp/" # Wildcards are valid
- "/src/temp.md" # Exclude a specific file
# -----------------------------------------------------------------------------
favicon: Assets/DirtSide.png # Path to a custom favicon, or
# just put a favicon.ico in your project root
# -----------------------------------------------------------------------------
generator:
recase: all # `none` to not recase any file or folder names
# By default, all generated file and folder names
# are generated in all lowercase
# -----------------------------------------------------------------------------
include: # Files or folders to include in the build
# See also: exclude
- "*.js"
- "CONTRIBUTING.md"
- "CODE_OF_CONDUCT*.md"
# -----------------------------------------------------------------------------
integrations:
googleAnalytics:
id: "" # Your Google Analytics measurement id
googleTagManager:
id: "" # Your Google Tag Manager measurement id
gravatar:
enabled: true # false to disable using Gravatar images
default: mp # What Gravatar profile image to use
plausible: # Plausible.io integration
domain: domain1.com,domain2.com # Your plausible domain(s)
host: plausible.example.com # Custom Plausible host name
# -----------------------------------------------------------------------------
markdown: # Markdown configuration options
lineBreaks: soft # Switch between `soft` and `hard` line breaks
# -----------------------------------------------------------------------------
meta:
title: " | Minecraft Resources" # Appended to the <title> element on all pages
# -----------------------------------------------------------------------------
search: # Custom configuration of the website search
hotkeys:
- "/" # Keyboard key to set focus in the search field
# Default is "k"
maxResults: 25 # Max number of search results to render
minChars: 2 # Min characters required to trigger a search
mode: full # The search index creation mode
# Options include: full | partial | basic
noResultsFoundMsg: "No results" # Message when no results are found
placeholder: Search for something... # Placeholder text used in the input field
# -----------------------------------------------------------------------------
serve:
host: 127.0.0.1 # Serve the website from this host location
host: 127.0.0.1:5005 # Custom port also supported
port: 5005 # Custom port configured separately from host
watch:
mode: memory # Where to host files from during retype watch
# Options include: memory (default) | disk
polling: true # How Retype will listen for file changes
# Options: false (default) | true | number
validation: optimal # How thorough Retype is looking for file changes
# Options: fast | full | optimal (default)
# -----------------------------------------------------------------------------
start:
open: false # Do not automatically open web browser on start
# -----------------------------------------------------------------------------
snippets: # Custom code snippets configuration
# See: https://retype.com/components/code-snippet
lineNumbers: # Language shortcodes to enable line numbering on
- js
- none # `none` to disable line-numbering on snippets
# -----------------------------------------------------------------------------
templating:
enabled: true # Enable or disable the Retype content templating
liquid: false # Is Liquid syntax {% ... %} enabled?
# If true, Retype is incompatible with the
# GitBook style of component configuration