首次提交
7
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: npm
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 20
|
7
.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
db.json
|
||||
*.log
|
||||
node_modules/
|
||||
public/
|
||||
.deploy*/
|
123
_config.yml
Normal file
@ -0,0 +1,123 @@
|
||||
# Hexo Configuration
|
||||
## Docs: https://hexo.io/docs/configuration.html
|
||||
## Source: https://github.com/hexojs/hexo/
|
||||
|
||||
# Site
|
||||
title: 逝水无痕の博客
|
||||
subtitle: ''
|
||||
description: ''
|
||||
keywords: 学习笔记
|
||||
author: 逝水无痕
|
||||
language: zh
|
||||
timezone: ''
|
||||
|
||||
# URL
|
||||
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
|
||||
url: https://hexo.zyjblogs.cn
|
||||
# permalink: :year/:month/:day/:title/
|
||||
permalink: posts/:abbrlink/
|
||||
permalink_defaults:
|
||||
pretty_urls:
|
||||
trailing_index: true # Set to false to remove trailing 'index.html' from permalinks
|
||||
trailing_html: true # Set to false to remove trailing '.html' from permalinks
|
||||
|
||||
# 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
|
||||
titlecase: false # Transform title into titlecase
|
||||
external_link:
|
||||
enable: true # Open external links in new tab
|
||||
field: site # Apply to the whole site
|
||||
exclude: ''
|
||||
filename_case: 0
|
||||
render_drafts: false
|
||||
post_asset_folder: true
|
||||
marked:
|
||||
prependRoot: true
|
||||
postAsset: true
|
||||
# # 开启Pixiv 日榜
|
||||
# card_pixiv: true
|
||||
# card_calendar: true
|
||||
relative_link: false
|
||||
future: true
|
||||
highlight:
|
||||
enable: true
|
||||
line_number: true
|
||||
auto_detect: false
|
||||
tab_replace: ''
|
||||
wrap: true
|
||||
hljs: false
|
||||
prismjs:
|
||||
enable: false
|
||||
preprocess: true
|
||||
line_number: true
|
||||
tab_replace: ''
|
||||
|
||||
# Home page setting
|
||||
# path: Root path for your blogs index page. (default = '')
|
||||
# per_page: Posts displayed per page. (0 = disable pagination)
|
||||
# order_by: Posts order. (Order by date descending by default)
|
||||
index_generator:
|
||||
path: ''
|
||||
per_page: 10
|
||||
order_by: -date
|
||||
|
||||
# Category & Tag
|
||||
default_category: uncategorized
|
||||
category_map:
|
||||
tag_map:
|
||||
|
||||
# Metadata elements
|
||||
## https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta
|
||||
meta_generator: true
|
||||
|
||||
# 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
|
||||
## updated_option supports 'mtime', 'date', 'empty'
|
||||
updated_option: 'mtime'
|
||||
|
||||
# Pagination
|
||||
## Set per_page to 0 to disable pagination
|
||||
per_page: 10
|
||||
pagination_dir: page
|
||||
|
||||
# Include / Exclude file(s)
|
||||
## include:/exclude: options only apply to the 'source/' folder
|
||||
include:
|
||||
exclude:
|
||||
ignore:
|
||||
|
||||
# Extensions
|
||||
## Plugins: https://hexo.io/plugins/
|
||||
## Themes: https://hexo.io/themes/
|
||||
# theme: landscape
|
||||
theme: butterfly
|
||||
|
||||
# Deployment
|
||||
## Docs: https://hexo.io/docs/one-command-deployment
|
||||
deploy:
|
||||
type: git
|
||||
repo: https://gitee.com/zyjblog/hexo.zyjblogs.cn.git
|
||||
branch: branch
|
||||
|
||||
bangumi:
|
||||
enable: true
|
||||
vmid: 17719291
|
||||
title: '追番列表'
|
||||
quote: '生命不息,追番不止!'
|
||||
show: 1
|
||||
# loading: 'loading.gif'
|
1872
package-lock.json
generated
Normal file
33
package.json
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "hexo-site",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "hexo generate",
|
||||
"clean": "hexo clean",
|
||||
"deploy": "hexo deploy",
|
||||
"server": "hexo server"
|
||||
},
|
||||
"hexo": {
|
||||
"version": "5.4.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"hexo": "^5.0.0",
|
||||
"hexo-abbrlink": "^2.2.1",
|
||||
"hexo-bilibili-bangumi": "^1.6.0",
|
||||
"hexo-deployer-git": "^3.0.0",
|
||||
"hexo-generator-archive": "^1.0.0",
|
||||
"hexo-generator-calendar": "git://github.com/howiefh/hexo-generator-calendar.git",
|
||||
"hexo-generator-category": "^1.0.0",
|
||||
"hexo-generator-index": "^2.0.0",
|
||||
"hexo-generator-tag": "^1.0.0",
|
||||
"hexo-helper-qrcode": "^1.0.2",
|
||||
"hexo-renderer-ejs": "^1.0.0",
|
||||
"hexo-renderer-marked": "^4.0.0",
|
||||
"hexo-renderer-pug": "^2.0.0",
|
||||
"hexo-renderer-stylus": "^2.0.1",
|
||||
"hexo-server": "^2.0.0",
|
||||
"hexo-theme-landscape": "^0.0.3",
|
||||
"install": "^0.13.0"
|
||||
}
|
||||
}
|
4
scaffolds/draft.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: {{ title }}
|
||||
tags:
|
||||
---
|
4
scaffolds/page.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: {{ title }}
|
||||
date: {{ date }}
|
||||
---
|
5
scaffolds/post.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: {{ title }}
|
||||
date: {{ date }}
|
||||
tags:
|
||||
---
|
1
source/_data/bangumis.json
Normal file
6
source/_posts/hello-world.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: 第一次使用hexo
|
||||
date: 2021-08-06
|
||||
abbrlink: helloword
|
||||
---
|
||||
# 第一次使用仅为测试
|
2038
source/_posts/微服务框架.md
Normal file
BIN
source/_posts/微服务框架/images/1605019839175.png
Normal file
After Width: | Height: | Size: 256 KiB |
BIN
source/_posts/微服务框架/images/1605103387256.png
Normal file
After Width: | Height: | Size: 111 KiB |
BIN
source/_posts/微服务框架/images/1605103421256.png
Normal file
After Width: | Height: | Size: 112 KiB |
BIN
source/_posts/微服务框架/images/1605103436874.png
Normal file
After Width: | Height: | Size: 64 KiB |
BIN
source/_posts/微服务框架/images/1605104987931.png
Normal file
After Width: | Height: | Size: 104 KiB |
BIN
source/_posts/微服务框架/images/1605106759891.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
source/_posts/微服务框架/images/1605106760380.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
source/_posts/微服务框架/images/20190325232054468.png
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
source/_posts/微服务框架/images/image-20201111095513133.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
source/_posts/微服务框架/images/image-20201111095518705.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
source/_posts/微服务框架/images/image-20201111110217411.png
Normal file
After Width: | Height: | Size: 133 KiB |
BIN
source/_posts/微服务框架/images/image-20201111132523595.png
Normal file
After Width: | Height: | Size: 61 KiB |
BIN
source/_posts/微服务框架/images/image-20201111134022333.png
Normal file
After Width: | Height: | Size: 190 KiB |
BIN
source/_posts/微服务框架/images/image-20201111155409030.png
Normal file
After Width: | Height: | Size: 7.8 KiB |
BIN
source/_posts/微服务框架/images/image-20201111162630381.png
Normal file
After Width: | Height: | Size: 217 KiB |
BIN
source/_posts/微服务框架/images/image-20201111164239591.png
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
source/_posts/微服务框架/images/image-20201111181650929.png
Normal file
After Width: | Height: | Size: 84 KiB |
BIN
source/_posts/微服务框架/images/image-20201112110708902.png
Normal file
After Width: | Height: | Size: 142 KiB |
BIN
source/_posts/微服务框架/images/image-20201112113609523.png
Normal file
After Width: | Height: | Size: 6.9 KiB |
BIN
source/_posts/微服务框架/images/image-20201112132217601.png
Normal file
After Width: | Height: | Size: 9.2 KiB |
BIN
source/_posts/微服务框架/images/image-20201112135410803.png
Normal file
After Width: | Height: | Size: 8.2 KiB |
BIN
source/_posts/微服务框架/images/image-20201112135429409.png
Normal file
After Width: | Height: | Size: 6.1 KiB |
BIN
source/_posts/微服务框架/images/image-20201112140037987.png
Normal file
After Width: | Height: | Size: 157 KiB |
BIN
source/_posts/微服务框架/images/image-20201112140312697.png
Normal file
After Width: | Height: | Size: 98 KiB |
BIN
source/_posts/微服务框架/images/image-20201112141523371.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
source/_posts/微服务框架/images/image-20201112145449105.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
source/_posts/微服务框架/images/image-20201112151632111.png
Normal file
After Width: | Height: | Size: 7.2 KiB |
BIN
source/_posts/微服务框架/images/image-20201112155652269.png
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
source/_posts/微服务框架/images/image-20201112155707148.png
Normal file
After Width: | Height: | Size: 9.3 KiB |
BIN
source/_posts/微服务框架/images/image-20201112160258956.png
Normal file
After Width: | Height: | Size: 179 KiB |
BIN
source/_posts/微服务框架/images/image-20201112165325023.png
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
source/_posts/微服务框架/images/image-20201112165641574.png
Normal file
After Width: | Height: | Size: 82 KiB |
BIN
source/_posts/微服务框架/images/image-20201112173342142.png
Normal file
After Width: | Height: | Size: 7.2 KiB |
BIN
source/_posts/微服务框架/images/image-20201112180552221.png
Normal file
After Width: | Height: | Size: 173 KiB |
BIN
source/_posts/微服务框架/images/image-20201113093057704.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
source/_posts/微服务框架/images/image-20201113094055276.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
source/_posts/微服务框架/images/image-20201113102316294.png
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
source/_posts/微服务框架/images/image-20201113103152115.png
Normal file
After Width: | Height: | Size: 116 KiB |
BIN
source/_posts/微服务框架/images/image-20201113104134210.png
Normal file
After Width: | Height: | Size: 107 KiB |
BIN
source/_posts/微服务框架/images/image-20201113113814310.png
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
source/_posts/微服务框架/images/image-20201113114050201.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
source/_posts/微服务框架/images/image-20201113114131931.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
source/_posts/微服务框架/images/image-20201113120733998.png
Normal file
After Width: | Height: | Size: 127 KiB |
BIN
source/_posts/微服务框架/images/image-20201113121001855.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
source/_posts/微服务框架/images/image-20201113121035781.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
source/_posts/微服务框架/images/image-20201113131325996.png
Normal file
After Width: | Height: | Size: 70 KiB |
BIN
source/_posts/微服务框架/images/image-20201113133658258.png
Normal file
After Width: | Height: | Size: 92 KiB |
BIN
source/_posts/微服务框架/images/image-20201113133713872.png
Normal file
After Width: | Height: | Size: 75 KiB |
BIN
source/_posts/微服务框架/images/image-20201113133745985.png
Normal file
After Width: | Height: | Size: 8.2 KiB |
BIN
source/_posts/微服务框架/images/image-20201113153443738.png
Normal file
After Width: | Height: | Size: 94 KiB |
BIN
source/_posts/微服务框架/images/image-20201113160658535.png
Normal file
After Width: | Height: | Size: 87 KiB |
BIN
source/_posts/微服务框架/images/image-20201113160724897.png
Normal file
After Width: | Height: | Size: 73 KiB |
BIN
source/_posts/微服务框架/images/image-20201113164636525.png
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
source/_posts/微服务框架/images/image-20201113164930192.png
Normal file
After Width: | Height: | Size: 98 KiB |
BIN
source/_posts/微服务框架/images/image-20201113165759501.png
Normal file
After Width: | Height: | Size: 427 KiB |
6
source/bangumis/index.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: bangumis
|
||||
date: 2021-08-07 17:49:20
|
||||
type: "bangumis"
|
||||
abbrlink: bangumis
|
||||
---
|
BIN
source/bangumis/loading.gif
Normal file
After Width: | Height: | Size: 29 KiB |
0
themes/.gitkeep
Normal file
1
themes/butterfly
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 101cb45b90a4b8ad6222201db3580869bf252eac
|