1 Star 0 Fork 0

我走路带着风啊/BlogForGuo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
_config.yml 5.82 KB
一键复制 编辑 原始数据 按行查看 历史
我走路带着风啊 提交于 2023-07-17 01:46 +08:00 . [+] 更新
# Hexo Configuration
## Docs: https://hexo.io/docs/configuration.html
## Source: https://github.com/hexojs/hexo/
# Site
title: 蝈蝈的笔记博客
subtitle: 「雨总有一刻会停,但热爱不会」
author: 蝈蝈
timezone:
# Internationalization (i18n) Setting
language: # At present, only en、cn and tw are supported. You can customize the language,refer to `languages/en.yml`.
- zh-CN
langselect:
enable: false # If open, it will automatically generation lang-select button.This button can jump in articles in different languages, but the articles must have the same name.
options: # langselect button display options
cn: 简体中文
# URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: https://gspguoguo.top/ # Note: don't forget to modify the CNAME file to your url
root: /
# abbrlink config
abbrlink:
alg: crc16 #support crc16(default) and crc32
rep: hex
permalink: p/:abbrlink.html
permalink_defaults:
#support dec(default) and hex
# CDN Setting
## Docs: https://www.jsdelivr.com/?docs=gh
## If Github Pages deploy,you can ues jsdelivr settings
#
# jsdelivr:
# jsdelivr_url: https://cdn.jsdelivr.net/gh/
# github_username: V-Vincen
# Custom Setting Start
favicon: https://cdn.jsdelivr.net/gh/guixinchn/image/blog/favicon.png
logo: https://cdn.jsdelivr.net/gh/guixinchn/image/blog/logo.png
# Signature Setup
signature: true # show signature
signature-img: img/signature/my_sign.png
# Wave settings
wave: false
github_username: leopingk
## Archive
archive_type: 'monthly'
show_count: true
## Featured Tags
featured-tags: true # whether or not using Feature-Tags
featured-condition-size: 0 # A tag will be featured if the size of it is more than this condition value
## Friends
friends:
## Google Analytics
ga_track_id: UA-xxxxxx-xx # Format: UA-xxxxxx-xx
## Baidu Analytics
ba_track_id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
## Sitemap
sitemap:
path: sitemap.xml
## Baidusitemap
baidusitemap:
path: baidusitemap.xml
baidu_push: true
# Custom Setting End
# Directory
source_dir: source
public_dir: public
tag_dir: tags
archive_dir: archives
category_dir: categories
code_dir: downloads/code
i18n_dir: :lang
skip_render:
# Writing
new_post_name: :title.md # File name of new posts
default_layout: post
auto_spacing: true
titlecase: false # Transform title into titlecase
# New option
# https://hexo.io/docs/configuration.html#Writing
external_link:
enable: true # Open external links in new tab
field: site # Apply to the whole site
exclude: ''
filename_case: 0
render_drafts: false
# 开启之后source 下的img无法访问、不开创建的同名目录下的图片无法访问
post_asset_folder: true
relative_link: true
future: true
highlight:
enable: false
line_number: true
auto_detect: false
tab_replace: ''
wrap: true
hljs: false
prismjs:
enable: true
preprocess: true
line_number: true
tab_replace: ''
# Category & Tag
default_category: uncategorized
category_map:
tag_map:
home_posts_tag: true # show posts tags
# Date / Time format
## Hexo uses Moment.js to parse and display date
## You can customize the date format as defined in
## http://momentjs.com/docs/#/displaying/format/
##
date_format: YYYY-MM-DD
time_format: HH:mm:ss
# New option
# https://hexo.io/docs/configuration#Date-Time-format
updated_option: date
# Pagination
## Set per_page to 0 to disable pagination
##
per_page: 12
pagination_dir: archives
# hexo-generator-i18n config
## Docs: https://github.com/xcatliu/hexo-generator-index-i18n
index_generator:
per_page: 10
pagination_dir: page
path: ''
order_by: -date
archive_generator:
enabled: false
per_page: 10
yearly: true
monthly: true
daily: false
order_by: -date
# Markdown-it config
## Docs: https://github.com/celsomiranda/hexo-renderer-markdown-it/wiki
##
markdown:
render:
html: true
xhtmlOut: false
breaks: true
linkify: true
typographer: true
quotes: '“”‘’'
# Build Settings
anchorjs: true # if you want to customize anchor. check out line:26 of `anchorjs.ejs`
# article top
top: true
# WordCount Settings
## Dependencies: https://github.com/willin/hexo-wordcount
## Docs: https://www.npmjs.com/package/hexo-wordcount
##
wordcount: true
# Busuanzi Settings
## Dependencies: https://busuanzi.ibruce.info/
## Docs: https://ibruce.info/
busuanzi: true
# top scroll progress
scroll: true
# Tip
tip:
enable: true
# copyright: If you like this blog or find it useful for you, you are welcome to comment on it. You are also welcome to share this blog, so that more people can participate in it. If the images used in the blog infringe your copyright, please contact the author to delete them. Thank you !
# Social Share Post
## Docs:https://github.com/overtrue/share.js
##
socialshare: true
# Viewer config
## Docs:https://github.com/fengyuanchen/viewer
## Demo:https://fengyuanchen.github.io/viewer/
##
viewer: true
# ThemeColor config
themecolor:
enable: true
mode: light # themecolor mode light or dark, default light
# Mouseclick config
mouseclick:
enable: true
content:
- 升职
- 加薪
- 涨工资
color:
- '#66CCCC'
- '#6666CC'
- '#FF0033'
# Ribbon config
ribbonDynamic: true
# Line config
bglinecanvas: false # The special effects will take up a lot of cpu resorces, please open it carefully.
search:
path: search.xml
field: post
# 文章字数统计插件(可选的)
wordCount:
enable: true # 将这个值设置为 true 即可.
postWordCount: true
min2read: true
totalCount: true
# Theme config
## Themes: https://hexo.io/themes/
##
theme: hexo-theme-matery
# Gitter
## Docs:https://gitter.im/?utm_source=left-menu-logo
##
# Deployment
## Docs: https://hexo.io/docs/deployment.html
##
deploy:
type: git
repo:
root@150.158.45.46:/home/git/blog.git
branch:
main
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gsphelow/blog-for-guo.git
git@gitee.com:gsphelow/blog-for-guo.git
gsphelow
blog-for-guo
BlogForGuo
master

搜索帮助