Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xurenda committed Nov 21, 2023
1 parent 84530f4 commit 98cfdd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ GitHub 地址:https://github.com/xurenda/my-notes
1. clone 本仓库到本地:`git clone https://github.com/xurenda/my-notes.git`
2. 下载 Obsidian:[https://obsidian.md/download](https://obsidian.md/download)
3. 使用 Obsidian 打开本仓库
   ![使用 Obsidian 打开本仓库](./assets/1.png)
   ![使用 Obsidian 打开本仓库](./content/assets/1.png)
4. 为了更好的体验,可以启用仓库内置的 Obsidian 插件(非必须)
   ![启用仓库内置的 Obsidian 插件](./assets/2.png)
   ![启用仓库内置的 Obsidian 插件](./content/assets/2.png)

### 在线网站

[xurenda.github.io](xurenda.github.io)
[xurenda.github.io](https://xurenda.github.io)
4 changes: 2 additions & 2 deletions quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config: QuartzConfig = {
analytics: {
provider: "plausible",
},
baseUrl: "xurenda.github.io/my-notes-site",
baseUrl: "xurenda.github.io",
ignorePatterns: [".obsidian", ".git", ".gitignore", "README.md", "**/drawing"],
defaultDateType: "created",
theme: {
Expand Down Expand Up @@ -65,7 +65,7 @@ const config: QuartzConfig = {
Plugin.TagPage(),
Plugin.ContentIndex({
enableSiteMap: true,
enableRSS: true,
enableRSS: false,
}),
Plugin.Assets(),
Plugin.Static(),
Expand Down

0 comments on commit 98cfdd6

Please sign in to comment.