This commit is contained in:
DefectingCat
2020-02-12 14:48:18 +08:00
parent d3c21bc60c
commit bd0d6b929e
17 changed files with 27 additions and 26 deletions

View File

@ -4,11 +4,11 @@
# Site
title: Defectink
subtitle: ''
subtitle: 'Get over you︿'
description: ''
keywords:
author: Defectink
language: cn
language: en
timezone: ''
# URL

1
source/about/about.md Normal file
View File

@ -0,0 +1 @@
!@#$%^&*

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

BIN
source/images/img/about.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 291 KiB

After

Width:  |  Height:  |  Size: 291 KiB

View File

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

BIN
source/images/img/index.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 684 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
source/images/img/post.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

BIN
source/images/img/tags.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 KiB

View File

@ -11,16 +11,16 @@
# 全局
# 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: ' ~ ' # 浏览器标签页中的标题分隔符,效果: 文章名 ~ 站点名
force_https: true # 强制所有链接升级为 HTTPS适用于图片等资源出现 HTTP 混入报错)
force_https: false # 强制所有链接升级为 HTTPS适用于图片等资源出现 HTTP 混入报错)
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; ...}
fun_features: # 一些好玩的功能
@ -34,7 +34,7 @@ fun_features: # 一些好玩的功能
element: h1,h2,h3,h4,h5,h6
placement: right # icon放置的位置 left | right
visible: false # 默认悬浮显示可选always一会显示 | touch移动端触摸显示
icon: " " # 可选:§ | # | ❡ 等,留空则为默认效果
icon: "" # 可选:§ | # | ❡ 等,留空则为默认效果
mouse_click: # 鼠标点击动效
enable: false
style: values # 目前设置两个值values价值观词汇 | love爱心
@ -122,7 +122,7 @@ scroll_top_arrow: # 向顶部滚动的箭头
# Index Page
#---------------------------
index:
banner_img: /img/default.png # 首页 Banner 头图,以下相同
banner_img: /images/img/index.png # 首页 Banner 头图,以下相同
banner_img_height: 100 # 头图高度屏幕百分比available: 0 - 100
slogan: # 首页副标题的独立设置
enable: true # 为 false 则不显示任何内容
@ -141,8 +141,8 @@ index:
# Post Page
#---------------------------
post:
banner_img: /img/default.png
banner_img_height: 70 # available: 0 - 100
banner_img: /images/img/post.jpg
banner_img_height: 75 # available: 0 - 100
meta: # 文章标题下方的信息
date: # 文章日期
enable: true
@ -160,7 +160,7 @@ post:
enable: true
copyright: # 版权声明
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: # 文章底部自定义内容
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可自行插入赞赏码、公众号二维码等内容
@ -170,8 +170,8 @@ post:
image_zoom: # 文章图片可点击放大
enable: true
math: # 数学公式,开启之前需要更换 Markdown 渲染器,否则复杂公式会有兼容问题,具体请见 https://fluid-dev.github.io/hexo-fluid-docs/guide/#数学公式
enable: false
specific: false # 开启后,只有在文章 Front-matter 里指定 `math: true` 才会在文章页启动公式转换,以便在页面不包含公式时提高加载速度
enable: true
specific: true # 开启后,只有在文章 Front-matter 里指定 `math: true` 才会在文章页启动公式转换,以便在页面不包含公式时提高加载速度
engine: mathjax # 公式引擎 available: mathjax | katex
#---------------------------
@ -255,8 +255,8 @@ livere:
# Archive Page
#---------------------------
archive:
banner_img: /img/default.png
banner_img_height: 80 # available: 0 - 100
banner_img: /images/img/Sensei_sakura.png
banner_img_height: 100 # available: 0 - 100
#---------------------------
@ -264,7 +264,7 @@ archive:
# Categories Page
#---------------------------
category:
banner_img: /img/default.png
banner_img: /images/img/category.png
banner_img_height: 80 # available: 0 - 100
@ -273,7 +273,7 @@ category:
# Tags Page
#---------------------------
tag:
banner_img: /img/default.png
banner_img: /images/img/tags.png
banner_img_height: 80 # available: 0 - 100
tagcloud: # 标签云
min_font: 15
@ -288,12 +288,12 @@ tag:
# About Page
#---------------------------
about: # 以下仅为页面顶部的基本信息,更多内容请在 ./pages/about.md 中编辑,支持 markdown 和 HTML
md_path: ./pages/about.md # 关于页文档的相对路径,可以按相对文档设置主题之外的路径,从而避免更新冲突
banner_img: /img/default.png
banner_img_height: 80 # available: 0 - 100
avatar: /img/avatar.png # 头像
name: myname
introduce: info / info / info # 支持 HTML
md_path: ../../source/about/about.md # 关于页文档的相对路径,可以按相对文档设置主题之外的路径,从而避免更新冲突
banner_img: /images/img/about.jpg
banner_img_height: 100 # available: 0 - 100
avatar: /images/img/avatar.png # 头像
name: Defectink
introduce: '!@#$%^&*' # 支持 HTML
icons: # 更多图标可从 https://fontawesome.com/v5.10.0/icons?d=gallery 查找,并以 "图标名: url" 的格式添加在下方
"fab fa-github": https://github.com/DefectingCat
"fab fa-twitter": https://twitter.com/Defect___
@ -305,7 +305,7 @@ about: # 以下仅为页面顶部的基本信息,更多内容请在 ./pages/a
# 404 Page
#---------------------------
page404:
banner_img: /img/default.png
banner_img: /images/img/default.png
banner_img_height: 80 # available: 0 - 100
subtitle: 'Page not found'
@ -315,8 +315,8 @@ page404:
# Links Page
#---------------------------
links:
banner_img: /img/default.png
banner_img_height: 80 # available: 0 - 100
banner_img: /images/img/friend.jpg
banner_img_height: 100 # available: 0 - 100
items:
Fluid Docs: [https://fluid-dev.github.io/hexo-fluid-docs/, 主题使用指南]
Fluid Repo: [https://github.com/fluid-dev/hexo-theme-fluid, 主题 GitHub 仓库]