Skip to content

Commit

Permalink
Regular save
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaorangood committed Mar 26, 2022
1 parent ba4a5f3 commit 7db21a3
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 23 deletions.
25 changes: 6 additions & 19 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,22 +105,9 @@ deploy:
type: git
repo: git@github.com:xiaorangood/xiaorangood.github.io.git
branch: master

jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: true
raw: true
content: true
slug: true
updated: true
comments: false
link: false
permalink: false
excerpt: true
categories: true
tags: true

search:
path: search.xml
field: post
format: html
limit: 10000
17 changes: 17 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"hexo-generator-category": "^1.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-json-content": "^4.2.3",
"hexo-generator-searchdb": "^1.4.0",
"hexo-generator-tag": "^1.0.0",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^5.0.0",
Expand Down
6 changes: 3 additions & 3 deletions source/_data/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,9 @@ codeblock:
back2top:
enable: true
# Back to top in sidebar.
sidebar: false
sidebar: true
# Scroll percent label in b2t button.
scrollpercent: false
scrollpercent: true

# Reading progress bar
reading_progress:
Expand Down Expand Up @@ -739,7 +739,7 @@ algolia_search:
# Local Search
# Dependencies: https://github.com/theme-next/hexo-generator-searchdb
local_search:
enable: false
enable: true
# If auto, trigger search by changing input.
# If manual, trigger search by pressing enter key or search button.
trigger: auto
Expand Down
2 changes: 2 additions & 0 deletions source/_posts/在Windows下利用Hexo搭建个人博客.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ tags:

勾选“Enable experimental support for pseudo consoles”选项是为了在 git bash 中启动 Hexo 服务后,可以通过 Ctrl + c 停止 Hexo 服务器的运行。

<!--more-->

### 安装node.js
Hexo是基于Node.js的,因此在安装Hexo前,需要安装该软件。

Expand Down
1 change: 1 addition & 0 deletions source/_posts/如何利用GitHub作为图床.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ https://github.com/xiaorangood/myImage.git
git@github.com:xiaorangood/myImage.git
```

<!--more-->
## 生成 token
点击“头像”->"setting" -> "Developer settings" -> "Personal access tokens" -> "Generate New token"。

Expand Down
2 changes: 1 addition & 1 deletion source/_posts/数据结构系列笔记-概述.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tags: 数据结构
1. 查找技术
2. 排序技术


<!--more-->
## 4 数据结构的研究内容
### 4.1 计算机解决问题的基本步骤
1. 具体问题抽象为数据模型,其实质为
Expand Down

0 comments on commit 7db21a3

Please sign in to comment.