From a08285833e126b98a9a7ba19a03907831a3414f9 Mon Sep 17 00:00:00 2001 From: 7Wate Date: Fri, 26 Aug 2022 16:53:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=EF=BC=9AObsidian=20=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- .obsidian/appearance.json | 2 +- .obsidian/workspace | 26 +++++++++++++------------- docusaurus.config.js | 2 ++ 4 files changed, 18 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 3fc9d900..9d26ed70 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,5 @@ yarn-error.log* # other /dist /.vscode -/.trash \ No newline at end of file +/.trash +.obsidian/workspace diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json index 9b80e976..b8d7bc05 100644 --- a/.obsidian/appearance.json +++ b/.obsidian/appearance.json @@ -6,5 +6,5 @@ "translucency": false, "textFontFamily": "霞鹜文楷等宽,微软雅黑", "monospaceFontFamily": "霞鹜文楷等宽,微软雅黑", - "baseFontSizeAction": false + "baseFontSizeAction": true } \ No newline at end of file diff --git a/.obsidian/workspace b/.obsidian/workspace index 502f0f0f..3ce9412c 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -4,12 +4,12 @@ "type": "split", "children": [ { - "id": "742c808ba884e60f", + "id": "9fa99411757b9349", "type": "leaf", "state": { "type": "markdown", "state": { - "file": "wiki/algo/概述/算法.md", + "file": "未命名.md", "mode": "source", "backlinks": false, "source": false @@ -63,7 +63,7 @@ } ], "direction": "horizontal", - "width": 210 + "width": 295 }, "right": { "id": "3d677101148143c0", @@ -98,7 +98,7 @@ "state": { "type": "outline", "state": { - "file": "wiki/algo/概述/算法.md" + "file": "未命名.md" } } }, @@ -127,15 +127,15 @@ }, "active": "ed729260027c7607", "lastOpenFiles": [ - "wiki/algo/概述/数据结构.md", - "wiki/algo/概述/算法.md", - "templates/文档 - 完全模板.md", - "templates/文档 - 快速模板.md", - "wiki/algo/常见算法.md", - "templates/日志 - 季度模板.md", - "blog/写十万字的博客是一种什么感觉.md", - "blog/未命名.md", + "blog/写博客的正确姿势 - 测试版.md", + "blog/写博客的正确姿势 - 先行版.md", + "templates/博客 - 完全模板.md", + "journal/2022/W34/2022-08-25.md", "templates/博客 - 快速模板.md", - "templates/日志 - 周记模板.md" + "blog/写十万字的博客是一种什么感觉.md", + "wiki/algo/概述/算法.md", + "wiki/algo/概述/数据结构.md", + "README.md", + "templates/文档 - 完全模板.md" ] } \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index bdba2054..bfd39c7a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -47,6 +47,8 @@ const config = { showReadingTime: true, editUrl: "https://git.7wate.com/zhouzhongping/wiki/src/branch/master", feedOptions: { + title: "7Wate`s Blog", + description: "7Wate 的个人生活和工作记录", type: 'all', copyright: `Copyright © ${new Date().getFullYear()} 7Wate, Inc.`, },