add past articles
This commit is contained in:
@ -11,13 +11,13 @@
|
||||
# Docs: https://redefine-docs.ohevan.com/basic/info
|
||||
info:
|
||||
# Site title
|
||||
title: Theme Redefine
|
||||
title: Atdunbg's Blog
|
||||
# Site subtitle
|
||||
subtitle: Redefine Your Hexo Journey.
|
||||
# Author name
|
||||
author: The Redefine Team
|
||||
author: atdunbg
|
||||
# Site URL
|
||||
url: https://redefine.ohevan.com
|
||||
url: https://atdunbg.xyz
|
||||
# BASIC INFORMATION <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< end
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@ defaults:
|
||||
# Site logo
|
||||
logo:
|
||||
# Site avatar
|
||||
avatar: /images/redefine-avatar.svg
|
||||
avatar: /images/redefine-avatar.png
|
||||
# IMAGE CONFIGURATION <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< end
|
||||
|
||||
|
||||
@ -41,7 +41,7 @@ colors:
|
||||
# Secondary color (TBD)
|
||||
secondary:
|
||||
# Default theme mode initial value (will be overwritten by prefer-color-scheme)
|
||||
default_mode: light # light, dark
|
||||
default_mode: dark # light, dark
|
||||
# COLORS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< end
|
||||
|
||||
|
||||
@ -75,7 +75,7 @@ global:
|
||||
scale: false # scale effect
|
||||
# Scroll progress
|
||||
scroll_progress:
|
||||
bar: false # progress bar
|
||||
bar: true # progress bar
|
||||
percentage: true # percentage
|
||||
# Website counter
|
||||
website_counter:
|
||||
@ -88,7 +88,7 @@ global:
|
||||
single_page: true
|
||||
# Whether to enable Preloader.
|
||||
preloader:
|
||||
enable: false
|
||||
enable: true
|
||||
custom_message: # Custom message. If empty, the site title will be displayed
|
||||
# Side tools settings
|
||||
side_tools:
|
||||
@ -131,16 +131,18 @@ home_banner:
|
||||
style: fixed # static or fixed
|
||||
# Home banner image
|
||||
image:
|
||||
light: /images/wallhaven-wqery6-light.webp # light mode
|
||||
dark: /images/wallhaven-wqery6-dark.webp # dark mode
|
||||
light: https://hexoimage.pages.dev/file/089291f3f0192bb92a1ce.jpg
|
||||
dark: https://hexoimage.pages.dev/file/089291f3f0192bb92a1ce.jpg
|
||||
# light: /images/wallhaven-wqery6-light.webp # light mode
|
||||
# dark: /images/wallhaven-wqery6-dark.webp # dark mode
|
||||
# Home banner title
|
||||
title: Theme Redefine
|
||||
title: Atdunbg's Blog
|
||||
# Home banner subtitle
|
||||
subtitle:
|
||||
text: [] # subtitle text, array
|
||||
text: ["..."] # subtitle text, array
|
||||
hitokoto: # 一言配置
|
||||
enable: false # Whether to enable hitokoto
|
||||
show_author: false # Whether to show author
|
||||
enable: true # Whether to enable hitokoto
|
||||
show_author: true # Whether to show author
|
||||
api: https://v1.hitokoto.cn # API URL, can add types, see https://developer.hitokoto.cn/sentence/#%E5%8F%A5%E5%AD%90%E7%B1%BB%E5%9E%8B-%E5%8F%82%E6%95%B0
|
||||
typing_speed: 100 # Typing speed (ms)
|
||||
backing_speed: 80 # Backing speed (ms)
|
||||
@ -171,16 +173,16 @@ home_banner:
|
||||
# Home banner social links
|
||||
social_links:
|
||||
# Whether to enable
|
||||
enable: false
|
||||
enable: true
|
||||
# Social links style
|
||||
style: default # default, reverse, center
|
||||
# Social links
|
||||
links:
|
||||
github: # your GitHub URL
|
||||
instagram: # your Instagram URL
|
||||
zhihu: # your ZhiHu URL
|
||||
twitter: # your twitter URL
|
||||
email: # your email
|
||||
github: https://github.com/atdunbg # your GitHub URL
|
||||
# instagram: # your Instagram URL
|
||||
# zhihu: # your ZhiHu URL
|
||||
# twitter: # your twitter URL
|
||||
email: atdunbg@qq.com # your email
|
||||
# ...... # you can add more
|
||||
# Social links with QRcode drawers
|
||||
qrs:
|
||||
@ -208,9 +210,12 @@ navbar:
|
||||
Home:
|
||||
path: /
|
||||
icon: fa-regular fa-house # can be empty
|
||||
# Archives:
|
||||
# path: /archives
|
||||
# icon: fa-regular fa-archive # can be empty
|
||||
Google:
|
||||
path: https://www.google.com/
|
||||
icon: fa-brands fa-google
|
||||
Archives:
|
||||
path: /archives
|
||||
icon: fa-regular fa-archive # can be empty
|
||||
# Status:
|
||||
# path: https://status.ohevan.com/
|
||||
# icon: fa-regular fa-chart-bar
|
||||
@ -231,7 +236,7 @@ navbar:
|
||||
# Navbar search (local search). Requires hexo-generator-searchdb (npm i hexo-generator-searchdb). See https://github.com/theme-next/hexo-generator-searchdb
|
||||
search:
|
||||
# Whether to enable
|
||||
enable: false
|
||||
enable: true
|
||||
# Preload search data when the page loads
|
||||
preload: true
|
||||
# NAVIGATION BAR <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< end
|
||||
@ -243,20 +248,20 @@ home:
|
||||
# Sidebar settings
|
||||
sidebar:
|
||||
enable: true # Whether to enable sidebar
|
||||
position: left # Sidebar position. left, right
|
||||
first_item: menu # First item in sidebar. menu, info
|
||||
position: right # Sidebar position. left, right
|
||||
first_item: info # First item in sidebar. menu, info
|
||||
announcement: # Announcement text
|
||||
show_on_mobile: true # Whether to show sidebar navigation on mobile sheet menu
|
||||
links:
|
||||
# Archives:
|
||||
# path: /archives
|
||||
# icon: fa-regular fa-archive # can be empty
|
||||
# Tags:
|
||||
# path: /tags
|
||||
# icon: fa-regular fa-tags # can be empty
|
||||
# Categories:
|
||||
# path: /categories
|
||||
# icon: fa-regular fa-folder # can be empty
|
||||
Tags:
|
||||
path: /tags
|
||||
icon: fa-regular fa-tags # can be empty
|
||||
Categories:
|
||||
path: /categories
|
||||
icon: fa-regular fa-folder # can be empty
|
||||
# ...... # you can add more
|
||||
# Article date format
|
||||
article_date_format: auto # auto, relative, YYYY-MM-DD, YYYY-MM-DD HH:mm:ss etc.
|
||||
@ -301,7 +306,7 @@ articles:
|
||||
# Author label
|
||||
author_label:
|
||||
enable: true # Whether to enable
|
||||
auto: false # Whether to automatically add author label, e.g. Lv1, Lv2, Lv3...
|
||||
auto: true # Whether to automatically add author label, e.g. Lv1, Lv2, Lv3...
|
||||
list: []
|
||||
# Code block settings
|
||||
code_block:
|
||||
@ -357,7 +362,7 @@ comment:
|
||||
config:
|
||||
# Waline comment system. See https://waline.js.org/
|
||||
waline:
|
||||
serverUrl: https://example.example.com # Waline server URL. e.g. https://example.example.com
|
||||
serverUrl: https://hexo-waline.atdunbg.xyz # 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: # Google reCAPTCHA v3 key. See https://waline.js.org/reference/client/props.html#recaptchav3key
|
||||
@ -399,7 +404,7 @@ footer:
|
||||
# Icon in footer, write fontawesome icon code here
|
||||
icon: '<i class="fa-solid fa-heart fa-beat" style="--fa-animation-duration: 0.5s; color: #f54545"></i>'
|
||||
# The start time of the website, format: YYYY/MM/DD HH:mm:ss
|
||||
start: 2022/8/17 11:45:14
|
||||
start: 2022/1/1 12:00:00
|
||||
# Site statistics
|
||||
statistics: true # show site statistics or not (total articles, total words)
|
||||
# Footer message
|
||||
@ -486,3 +491,6 @@ developer:
|
||||
# Whether to enable developer mode (only for developers who want to modify the theme source code, not for ordinary users)
|
||||
enable: false
|
||||
# DEVELOPER MODE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< end
|
||||
|
||||
# Resource compress
|
||||
# all_minifier: true
|
||||
Reference in New Issue
Block a user