Skip to content

Commit

Permalink
配置调整
Browse files Browse the repository at this point in the history
1. 添加 obsidian
2. 增加 hexo-auto-category插件并修改文件目录
  • Loading branch information
xxzuo committed Jun 25, 2023
1 parent e051eec commit 33e5b21
Show file tree
Hide file tree
Showing 68 changed files with 335 additions and 212 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ db.json
*.log
node_modules/
public/
.deploy*/
.deploy*/
.obsidian/workspace*
9 changes: 9 additions & 0 deletions .obsidian/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"userIgnoreFilters": [
"node_modules/",
"scaffolds/",
"public/",
"themes/",
"hexo-theme-fluid-1.8.9/"
]
}
3 changes: 3 additions & 0 deletions .obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"accentColor": ""
}
29 changes: 29 additions & 0 deletions .obsidian/core-plugins-migration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": false
}
20 changes: 20 additions & 0 deletions .obsidian/core-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"canvas",
"outgoing-link",
"tag-pane",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"editor-status",
"bookmarks",
"outline",
"word-count",
"file-recovery"
]
22 changes: 22 additions & 0 deletions .obsidian/graph.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"collapse-filter": true,
"search": "",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 0.9999999999999996,
"close": true
}
1 change: 1 addition & 0 deletions .obsidian/hotkeys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
7 changes: 7 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ default_category: uncategorized
category_map:
tag_map:

# Generate categories from directory-tree
# Dependencies: https://github.com/xu-song/hexo-auto-category
# depth: the depth of directory-tree you want to generate, should > 0
auto_category:
enable: true
depth: 1

# Metadata elements
## https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta
meta_generator: true
Expand Down
19 changes: 19 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 @@ -14,6 +14,7 @@
"dependencies": {
"g": "^2.0.1",
"hexo": "^5.0.0",
"hexo-auto-category": "^0.2.1",
"hexo-cli": "^4.3.0",
"hexo-deployer-git": "^3.0.0",
"hexo-generator-archive": "^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions source/_posts/hello-world.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Hello World
hide: true
categories: []
---
Welcome to [Hexo](https://hexo.io/)! This is your very first post. Check [documentation](https://hexo.io/docs/) for more info. If you get any problems when using Hexo, you can find the answer in [troubleshooting](https://hexo.io/docs/troubleshooting.html) or you can ask me on [GitHub](https://github.com/hexojs/hexo/issues).

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: 数据库连接工具类
author: xxzuo
date: 2022-06-21 22:54:12
tags:
- java
- java
categories:
- utils
- java工具类
date: 2022-06-21 22:54:12
---

## mysql数据库连接类
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: 深入理解java虚拟机-ch1-修改class文件
author: xxzuo
date: 2022-12-10 21:33:46
tags:
- jvm
- jvm
categories:
- java虚拟机
- java虚拟机
date: 2022-12-10 21:33:46
---


Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: mysql-date_format()函数
author: xxzuo
categories:
- mysql
date: 2022-07-23 23:44:10
tags:
categories:
- mysql
---


Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: wsl安装mysql
author: xxzuo
date: 2022-06-25 00:40:42
tags:
- mysql
- mysql
categories:
- 配置相关
- mysql
hide: true
date: 2022-06-25 00:40:42
---


Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: shell获取进程pid
author: xxzuo
date: 2022-08-03 23:53:27
tags:
- shell
- shell
categories:
- linux
- shell脚本
date: 2022-08-03 23:53:27
---

### 查看进程pid
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: shell输出重定向
author: xxzuo
date: 2022-06-21 22:54:27
tags:
- shell
- linux
- shell
- linux
categories:
- 脚本编程
- shell脚本
date: 2022-06-21 22:54:27
---

## Shell输出重定向
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: ssh远程登陆时一些命令无法使用
author: xxzuo
categories:
- shell脚本
date: 2022-07-22 21:53:26
tags:
categories:
- linux
---


Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: List<Integer>添加一个String
author: xxzuo
categories:
- 其他
date: 2022-08-30 00:02:07
tags:
categories:
- java
---


Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
title: python按行切割文件
date: 2022-06-20 23:03:47
tags:
- python
- python
categories:
- 其他
date: 2022-06-20 23:03:47
---

# 利用python 按行分割文件
Expand Down
8 changes: 4 additions & 4 deletions source/_posts/tkinter.md → source/_posts/其他/tkinter.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: tkinter
author: xxzuo
date: 2022-08-03 23:54:08
tags:
- tkinter
- python-gui
- tkinter
- python-gui
categories:
- python
- 其他
date: 2022-08-03 23:54:08
---


Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: datanode
author: xxzuo
date: 2022-07-31 14:59:16
tags:
- hdfs
- hdfs
categories:
- 大数据
- 大数据
date: 2022-07-31 14:59:16
---


Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: es on hive
date: 2022-06-16 21:50:59
tags:
- hive
- ElasticSearch
categories:
- 大数据
- hive
- ElasticSearch
categories:
- 大数据
date: 2022-06-16 21:50:59
---


Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: flink无法用stop-cluster.sh停止
author: xxzuo
date: 2022-07-16 22:21:31
tags:
- flink
- flink
categories:
- 配置相关
- 大数据
date: 2022-07-16 22:21:31
---


Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: flink读kafka数据写入hive
author: xxzuo
date: 2022-08-04 00:17:58
tags:
- flink
- kafka
- hive
- flink
- kafka
- hive
categories:
- 大数据
- 大数据
date: 2022-08-04 00:17:58
---


Expand Down
Loading

0 comments on commit 33e5b21

Please sign in to comment.