# 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!
#插件heme-next/hexo-next-title # Change title and favicon when window is hidden and visible. #改变标题和图标时,窗口是隐藏和可见的。 title_change: enable: true
# Enabling this feature on non-desktop devices may not be a good choice, but it depends on you. #在非桌面设备上启用此功能可能不是一个好选择,但这取决于您。 onmobile: true
# 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. #基本上,“random:true”表示要显示多个标题,“random:false”表示只显示一个标题。 # 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: - !!str 404 - φ(* ̄0 ̄) - Waiting for you.
# Options when window is visible. visible: favicon: /images/favicon-32x32-next.png title: - !!str 200 - (✿◡‿◡) - Welcome back!
# - simple bootstrap callout old alert style. Default.引导调用旧提示样式。默认 # - modern bootstrap callout new (v2-v3) alert style. 引导调用新(v2-v3)提示样式 # - flat flat callout style with background, like on Mozilla or StackOverflow. # 带背景的扁平callout样式,就像在Mozilla或StackOverflow上一样。 # - disabled disable all CSS styles import of note tag.禁用注释标记的所有CSS样式导入 note: style: flat icons: true