❤
@ -4,11 +4,11 @@
|
|||||||
|
|
||||||
# Site
|
# Site
|
||||||
title: Defectink
|
title: Defectink
|
||||||
subtitle: ''
|
subtitle: 'Get over you>︿<'
|
||||||
description: ''
|
description: ''
|
||||||
keywords:
|
keywords:
|
||||||
author: Defectink
|
author: Defectink
|
||||||
language: cn
|
language: en
|
||||||
timezone: ''
|
timezone: ''
|
||||||
|
|
||||||
# URL
|
# URL
|
||||||
|
1
source/about/about.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
!@#$%^&*
|
BIN
source/images/img/Sensei_sakura.png
Normal file
After Width: | Height: | Size: 139 KiB |
BIN
source/images/img/about.jpg
Normal file
After Width: | Height: | Size: 121 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 291 KiB After Width: | Height: | Size: 291 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
BIN
source/images/img/category.png
Normal file
After Width: | Height: | Size: 126 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
BIN
source/images/img/friend.jpg
Normal file
After Width: | Height: | Size: 106 KiB |
BIN
source/images/img/index.png
Normal file
After Width: | Height: | Size: 684 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
BIN
source/images/img/post.jpg
Normal file
After Width: | Height: | Size: 82 KiB |
BIN
source/images/img/tags.png
Normal file
After Width: | Height: | Size: 334 KiB |
@ -11,16 +11,16 @@
|
|||||||
# 全局
|
# 全局
|
||||||
# Site
|
# Site
|
||||||
#---------------------------
|
#---------------------------
|
||||||
favicon: /img/favicon.png # 网站标签页的 icon
|
favicon: /images/img/favicon.png # 网站标签页的 icon
|
||||||
|
|
||||||
apple_touch_icon: /img/apple-touch-icon.png # 用于苹果设备的 icon
|
apple_touch_icon: /images/img/apple-touch-icon.png # 用于苹果设备的 icon
|
||||||
|
|
||||||
title_join_string: ' ~ ' # 浏览器标签页中的标题分隔符,效果: 文章名 ~ 站点名
|
title_join_string: ' ~ ' # 浏览器标签页中的标题分隔符,效果: 文章名 ~ 站点名
|
||||||
|
|
||||||
force_https: true # 强制所有链接升级为 HTTPS(适用于图片等资源出现 HTTP 混入报错)
|
force_https: false # 强制所有链接升级为 HTTPS(适用于图片等资源出现 HTTP 混入报错)
|
||||||
|
|
||||||
highlight: # 代码高亮
|
highlight: # 代码高亮
|
||||||
enable: false
|
enable: true
|
||||||
theme: tranquil-heart # available: github-v2 | tomorrow | tomorrow-night | tomorrow-night-eighties,更多主题可从 https://jmblog.github.io/color-themes-for-google-code-prettify/ 获取,保存为 `*.min.css` 到 `source/lib/prettify/`,在其中 .prettyprint{ background: ***; ...} 的background 值后加上 !important,例如:.prettyprint{background:#fafbfc!important; ...}
|
theme: tranquil-heart # available: github-v2 | tomorrow | tomorrow-night | tomorrow-night-eighties,更多主题可从 https://jmblog.github.io/color-themes-for-google-code-prettify/ 获取,保存为 `*.min.css` 到 `source/lib/prettify/`,在其中 .prettyprint{ background: ***; ...} 的background 值后加上 !important,例如:.prettyprint{background:#fafbfc!important; ...}
|
||||||
|
|
||||||
fun_features: # 一些好玩的功能
|
fun_features: # 一些好玩的功能
|
||||||
@ -34,7 +34,7 @@ fun_features: # 一些好玩的功能
|
|||||||
element: h1,h2,h3,h4,h5,h6
|
element: h1,h2,h3,h4,h5,h6
|
||||||
placement: right # icon放置的位置: left | right
|
placement: right # icon放置的位置: left | right
|
||||||
visible: false # 默认悬浮显示,可选:always(一会显示) | touch(移动端触摸显示)
|
visible: false # 默认悬浮显示,可选:always(一会显示) | touch(移动端触摸显示)
|
||||||
icon: " " # 可选:§ | # | ❡ 等,留空则为默认效果
|
icon: "❤" # 可选:§ | # | ❡ 等,留空则为默认效果
|
||||||
mouse_click: # 鼠标点击动效
|
mouse_click: # 鼠标点击动效
|
||||||
enable: false
|
enable: false
|
||||||
style: values # 目前设置两个值:values(价值观词汇) | love(爱心)
|
style: values # 目前设置两个值:values(价值观词汇) | love(爱心)
|
||||||
@ -122,7 +122,7 @@ scroll_top_arrow: # 向顶部滚动的箭头
|
|||||||
# Index Page
|
# Index Page
|
||||||
#---------------------------
|
#---------------------------
|
||||||
index:
|
index:
|
||||||
banner_img: /img/default.png # 首页 Banner 头图,以下相同
|
banner_img: /images/img/index.png # 首页 Banner 头图,以下相同
|
||||||
banner_img_height: 100 # 头图高度,屏幕百分比,available: 0 - 100
|
banner_img_height: 100 # 头图高度,屏幕百分比,available: 0 - 100
|
||||||
slogan: # 首页副标题的独立设置
|
slogan: # 首页副标题的独立设置
|
||||||
enable: true # 为 false 则不显示任何内容
|
enable: true # 为 false 则不显示任何内容
|
||||||
@ -141,8 +141,8 @@ index:
|
|||||||
# Post Page
|
# Post Page
|
||||||
#---------------------------
|
#---------------------------
|
||||||
post:
|
post:
|
||||||
banner_img: /img/default.png
|
banner_img: /images/img/post.jpg
|
||||||
banner_img_height: 70 # available: 0 - 100
|
banner_img_height: 75 # available: 0 - 100
|
||||||
meta: # 文章标题下方的信息
|
meta: # 文章标题下方的信息
|
||||||
date: # 文章日期
|
date: # 文章日期
|
||||||
enable: true
|
enable: true
|
||||||
@ -160,7 +160,7 @@ post:
|
|||||||
enable: true
|
enable: true
|
||||||
copyright: # 版权声明
|
copyright: # 版权声明
|
||||||
enable: true
|
enable: true
|
||||||
content: '<a href="https://zh.wikipedia.org/wiki/Wikipedia:CC_BY-SA_3.0%E5%8D%8F%E8%AE%AE%E6%96%87%E6%9C%AC" rel="nofollow noopener">CC BY-SA 3.0协议</a> 。'
|
content: '<a href="https://zh.wikipedia.org/wiki/Wikipedia:CC_BY-SA_3.0%E5%8D%8F%E8%AE%AE%E6%96%87%E6%9C%AC" rel="nofollow noopener">CC BY-SA 3.0❤</a> '
|
||||||
custom: # 文章底部自定义内容
|
custom: # 文章底部自定义内容
|
||||||
enable: false
|
enable: false
|
||||||
content: '<img src="https://octodex.github.com/images/jetpacktocat.png" class="rounded mx-auto d-block mt-5" style="width:150px; height:150px;">' # 自定义区域,支持 HTML,可自行插入赞赏码、公众号二维码等内容
|
content: '<img src="https://octodex.github.com/images/jetpacktocat.png" class="rounded mx-auto d-block mt-5" style="width:150px; height:150px;">' # 自定义区域,支持 HTML,可自行插入赞赏码、公众号二维码等内容
|
||||||
@ -170,8 +170,8 @@ post:
|
|||||||
image_zoom: # 文章图片可点击放大
|
image_zoom: # 文章图片可点击放大
|
||||||
enable: true
|
enable: true
|
||||||
math: # 数学公式,开启之前需要更换 Markdown 渲染器,否则复杂公式会有兼容问题,具体请见 https://fluid-dev.github.io/hexo-fluid-docs/guide/#数学公式
|
math: # 数学公式,开启之前需要更换 Markdown 渲染器,否则复杂公式会有兼容问题,具体请见 https://fluid-dev.github.io/hexo-fluid-docs/guide/#数学公式
|
||||||
enable: false
|
enable: true
|
||||||
specific: false # 开启后,只有在文章 Front-matter 里指定 `math: true` 才会在文章页启动公式转换,以便在页面不包含公式时提高加载速度
|
specific: true # 开启后,只有在文章 Front-matter 里指定 `math: true` 才会在文章页启动公式转换,以便在页面不包含公式时提高加载速度
|
||||||
engine: mathjax # 公式引擎 available: mathjax | katex
|
engine: mathjax # 公式引擎 available: mathjax | katex
|
||||||
|
|
||||||
#---------------------------
|
#---------------------------
|
||||||
@ -255,8 +255,8 @@ livere:
|
|||||||
# Archive Page
|
# Archive Page
|
||||||
#---------------------------
|
#---------------------------
|
||||||
archive:
|
archive:
|
||||||
banner_img: /img/default.png
|
banner_img: /images/img/Sensei_sakura.png
|
||||||
banner_img_height: 80 # available: 0 - 100
|
banner_img_height: 100 # available: 0 - 100
|
||||||
|
|
||||||
|
|
||||||
#---------------------------
|
#---------------------------
|
||||||
@ -264,7 +264,7 @@ archive:
|
|||||||
# Categories Page
|
# Categories Page
|
||||||
#---------------------------
|
#---------------------------
|
||||||
category:
|
category:
|
||||||
banner_img: /img/default.png
|
banner_img: /images/img/category.png
|
||||||
banner_img_height: 80 # available: 0 - 100
|
banner_img_height: 80 # available: 0 - 100
|
||||||
|
|
||||||
|
|
||||||
@ -273,7 +273,7 @@ category:
|
|||||||
# Tags Page
|
# Tags Page
|
||||||
#---------------------------
|
#---------------------------
|
||||||
tag:
|
tag:
|
||||||
banner_img: /img/default.png
|
banner_img: /images/img/tags.png
|
||||||
banner_img_height: 80 # available: 0 - 100
|
banner_img_height: 80 # available: 0 - 100
|
||||||
tagcloud: # 标签云
|
tagcloud: # 标签云
|
||||||
min_font: 15
|
min_font: 15
|
||||||
@ -288,12 +288,12 @@ tag:
|
|||||||
# About Page
|
# About Page
|
||||||
#---------------------------
|
#---------------------------
|
||||||
about: # 以下仅为页面顶部的基本信息,更多内容请在 ./pages/about.md 中编辑,支持 markdown 和 HTML
|
about: # 以下仅为页面顶部的基本信息,更多内容请在 ./pages/about.md 中编辑,支持 markdown 和 HTML
|
||||||
md_path: ./pages/about.md # 关于页文档的相对路径,可以按相对文档设置主题之外的路径,从而避免更新冲突
|
md_path: ../../source/about/about.md # 关于页文档的相对路径,可以按相对文档设置主题之外的路径,从而避免更新冲突
|
||||||
banner_img: /img/default.png
|
banner_img: /images/img/about.jpg
|
||||||
banner_img_height: 80 # available: 0 - 100
|
banner_img_height: 100 # available: 0 - 100
|
||||||
avatar: /img/avatar.png # 头像
|
avatar: /images/img/avatar.png # 头像
|
||||||
name: myname
|
name: Defectink
|
||||||
introduce: info / info / info # 支持 HTML
|
introduce: '!@#$%^&*' # 支持 HTML
|
||||||
icons: # 更多图标可从 https://fontawesome.com/v5.10.0/icons?d=gallery 查找,并以 "图标名: url" 的格式添加在下方
|
icons: # 更多图标可从 https://fontawesome.com/v5.10.0/icons?d=gallery 查找,并以 "图标名: url" 的格式添加在下方
|
||||||
"fab fa-github": https://github.com/DefectingCat
|
"fab fa-github": https://github.com/DefectingCat
|
||||||
"fab fa-twitter": https://twitter.com/Defect___
|
"fab fa-twitter": https://twitter.com/Defect___
|
||||||
@ -305,7 +305,7 @@ about: # 以下仅为页面顶部的基本信息,更多内容请在 ./pages/a
|
|||||||
# 404 Page
|
# 404 Page
|
||||||
#---------------------------
|
#---------------------------
|
||||||
page404:
|
page404:
|
||||||
banner_img: /img/default.png
|
banner_img: /images/img/default.png
|
||||||
banner_img_height: 80 # available: 0 - 100
|
banner_img_height: 80 # available: 0 - 100
|
||||||
subtitle: 'Page not found'
|
subtitle: 'Page not found'
|
||||||
|
|
||||||
@ -315,8 +315,8 @@ page404:
|
|||||||
# Links Page
|
# Links Page
|
||||||
#---------------------------
|
#---------------------------
|
||||||
links:
|
links:
|
||||||
banner_img: /img/default.png
|
banner_img: /images/img/friend.jpg
|
||||||
banner_img_height: 80 # available: 0 - 100
|
banner_img_height: 100 # available: 0 - 100
|
||||||
items:
|
items:
|
||||||
Fluid Docs: [https://fluid-dev.github.io/hexo-fluid-docs/, 主题使用指南]
|
Fluid Docs: [https://fluid-dev.github.io/hexo-fluid-docs/, 主题使用指南]
|
||||||
Fluid Repo: [https://github.com/fluid-dev/hexo-theme-fluid, 主题 GitHub 仓库]
|
Fluid Repo: [https://github.com/fluid-dev/hexo-theme-fluid, 主题 GitHub 仓库]
|
||||||
|