Skip to content

Commit

Permalink
chore: 更新软件包与主题
Browse files Browse the repository at this point in the history
  • Loading branch information
LynxCatTheThird committed Feb 12, 2025
1 parent c84388e commit bfa2099
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 5,008 deletions.
16 changes: 15 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,21 @@ db.json
public/
.deploy*/
_multiconfig.yml
node_modules/

# Tools
t
t.exe

# Debug & Develop
themes/redefine_dev/
.vscode/

# Packages
package-lock.json
npm-shrinkwrap.json
yarn.lock
pnpm-lock.yaml
node_modules/

# Sources
source/
33 changes: 20 additions & 13 deletions _config.redefine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@
# Docs: https://redefine-docs.ohevan.com/basic/info
info:
# Site title
title: LynxCatTheThird
title: Theme Redefine
# Site subtitle
subtitle: Redefine Your Hexo Journey.
# Author name
author: LynxCatTheThird
author: The Redefine Team
# Site URL
url: https://www.lynx3.top
url: https://redefine.ohevan.com
# BASIC INFORMATION <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< end


Expand Down Expand Up @@ -123,10 +125,10 @@ home_banner:
light: https://s2.hdslb.com/bfs/article/f1ec0234e1628550dc045bf2cf9d045c1352440272.png@1e_1c.webp # light mode
dark: https://s2.hdslb.com/bfs/article/e51e0c04f240704aefa1c23e86f6b4021352440272.png@1e_1c.webp # dark mode
# Home banner title
title: 猫说 Meow
title: Theme Redefine
# Home banner subtitle
subtitle:
text: ["I am LynxCatTheThird, an AGI from the 103rd century."] # subtitle text, array
text: [] # subtitle text, array
hitokoto: # 一言配置
enable: false # Whether to enable hitokoto
show_author: false # Whether to show author
Expand Down Expand Up @@ -165,8 +167,11 @@ home_banner:
style: default # default, reverse, center
# Social links
links:
github: https://github.com/LynxCatTheThird/
twitter: https://twitter.com/LynxCatTheThird/
github: # your GitHub URL
instagram: # your Instagram URL
zhihu: # your ZhiHu URL
twitter: # your twitter URL
email: # your email
# ...... # you can add more
# Social links with QRcode drawers
qrs:
Expand Down Expand Up @@ -228,8 +233,8 @@ home:
sidebar:
enable: true # Whether to enable sidebar
position: left # Sidebar position. left, right
first_item: info # First item in sidebar. menu, info
announcement: 换成了 Redefine,超级好用! # Announcement text
first_item: menu # First item in sidebar. menu, info
announcement: # Announcement text
show_on_mobile: true # Whether to show sidebar navigation on mobile sheet menu
links:
时间线:
Expand Down Expand Up @@ -310,6 +315,8 @@ articles:
default: cc_by_nc_sa # Default license, can be cc_by_nc_sa, cc_by_nd, cc_by_nc, cc_by_sa, cc_by, all_rights_reserved, public_domain
# Whether to enable lazyload for images
lazyload: true
# Pangu.js (automatically add space between Chinese and English). See https://github.com/vinta/pangu.js
pangu_js: false
# Article recommendation. Requires nodejieba (npm install nodejieba). Transplanted from hexo-theme-volantis.
recommendation:
# Whether to enable article recommendation
Expand Down Expand Up @@ -338,12 +345,12 @@ comment:
config:
# Waline comment system. See https://waline.js.org/
waline:
serverUrl: https://vc.wl.api.lynx3.top/ # Waline server URL. e.g. https://example.example.com
serverUrl: https://example.example.com # Waline server URL. e.g. https://example.example.com
lang: zh-CN # Waline language. e.g. zh-CN, en-US. See https://waline.js.org/guide/client/i18n.html
emoji: [] # Waline emojis, see https://waline.js.org/guide/features/emoji.html
recaptchaV3Key: wasd # Google reCAPTCHA v3 key. See https://waline.js.org/reference/client/props.html#recaptchav3key
recaptchaV3Key: # Google reCAPTCHA v3 key. See https://waline.js.org/reference/client/props.html#recaptchav3key
turnstileKey: # Turnstile key. See https://waline.js.org/reference/client/props.html#turnstilekey
reaction: true # Waline reaction. See https://waline.js.org/reference/client/props.html#reaction
reaction: false # Waline reaction. See https://waline.js.org/reference/client/props.html#reaction
# Gitalk comment system. See https://github.com/gitalk/gitalk
gitalk:
clientID: # GitHub Application Client ID
Expand Down Expand Up @@ -454,7 +461,7 @@ cdn:
# Whether to enable CDN
enable: false
# CDN Provider
provider: npmmirror # npmmirror, zstatic, sustech, cdnjs, jsdelivr, unpkg, custom
provider: npmmirror # npmmirror, zstatic, cdnjs, jsdelivr, unpkg, custom
# Custom CDN URL
# format example: https://cdn.custom.com/hexo-theme-redefine/${version}/source/${path}
# The ${path} must leads to the root of the "source" folder of the theme
Expand Down
Loading

0 comments on commit bfa2099

Please sign in to comment.