add play-arknight-endfield-in-archlinux.md, some config changed
All checks were successful
Hexo Build and Deploy / Build Hexo and Deploy to GitHub (push) Successful in 6m59s
All checks were successful
Hexo Build and Deploy / Build Hexo and Deploy to GitHub (push) Successful in 6m59s
This commit is contained in:
@ -313,14 +313,14 @@ articles:
|
||||
author_label:
|
||||
enable: true # Whether to enable
|
||||
auto: true # Whether to automatically add author label, e.g. Lv1, Lv2, Lv3...
|
||||
list: []
|
||||
list: [Lv1, Lv2, Lv3]
|
||||
# Code block settings
|
||||
code_block:
|
||||
copy: true # Whether to enable code block copy button
|
||||
style: mac # mac | simple
|
||||
style: simple # mac | simple
|
||||
highlight_theme: # Color scheme for highlightjs code highlighting. For preview, see https://highlightjs.org/examples
|
||||
light: github # light mode theme, support: github, atom-one-light, default
|
||||
dark: vs2015 # dark mode theme, support: github-dark, monokai-sublime, vs2015, night-owl, atom-one-dark, nord, tokyo-night-dark, a11y-dark, agate
|
||||
dark: github-dark # dark mode theme, support: github-dark, monokai-sublime, vs2015, night-owl, atom-one-dark, nord, tokyo-night-dark, a11y-dark, agate
|
||||
font: # Custom font
|
||||
enable: false # Whether to enable
|
||||
family: # Font family
|
||||
@ -486,7 +486,7 @@ page_templates:
|
||||
# Docs: https://redefine-docs.ohevan.com/cdn
|
||||
cdn:
|
||||
# Whether to enable CDN
|
||||
enable: false
|
||||
enable: true
|
||||
# CDN Provider
|
||||
provider: npmmirror # npmmirror, zstatic, cdnjs, jsdelivr, unpkg, custom
|
||||
# Custom CDN URL
|
||||
|
||||
Reference in New Issue
Block a user