-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.yml
31 lines (26 loc) · 1011 Bytes
/
default.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
# Change title and favicon when window is hidden and visible.
title_change:
enable: false
# Enabling this feature on non-desktop devices may not be a good choice, but it depends on you.
onmobile: false
# Enable random title or not.
# Basically `random: true` means you have several titles to display and `random: false` means you have only one title to display.
# When `random: true`, YOU MUST FOLLOW the format which has been commented in two title options below.
# When `random: false`, please fill in the same line of the title option, like `title: one title`.
random: false
# Restore the original title after the specified time in milliseconds.
timeout: 2019
# Options when window is hidden.
hidden:
favicon: /images/favicon-32x32-next.png
title:
#- 404
#- φ(* ̄0 ̄)
#- Waiting for you.
# Options when window is visible.
visible:
favicon: /images/favicon-32x32-next.png
title:
#- 200
#- (✿◡‿◡)
#- Welcome back!