Skip to content

Commit 2a4d897

Browse files
committed
patch files
1 parent 12c1de9 commit 2a4d897

File tree

1,719 files changed

+131468
-199
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,719 files changed

+131468
-199
lines changed

.github/workflows/deployment.yml

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: pages
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
deploy:
10+
name: Deploy to GitHub Pages
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v3
14+
- uses: actions/setup-node@v3
15+
with:
16+
node-version: 18
17+
cache: npm
18+
19+
- name: Install dependencies
20+
run: npm ci
21+
22+
- name: Build website
23+
run: npm run build && mkdir -p build/.github/workflows && cp .github/workflows/gitee.yml build/.github/workflows && ls ./build/.github/workflows
24+
25+
- name: Deploy to GitHub Pages
26+
uses: peaceiris/actions-gh-pages@v3
27+
with:
28+
github_token: ${{ secrets.GHP_ACCESS_TOKEN }}
29+
exclude_assets: ''
30+
publish_dir: ./build

.github/workflows/gitee.yml

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: gitee
2+
3+
on:
4+
- push
5+
- delete
6+
7+
jobs:
8+
sync:
9+
runs-on: ubuntu-latest
10+
name: Git Repo Sync
11+
steps:
12+
- uses: actions/checkout@v3
13+
with:
14+
fetch-depth: 0
15+
16+
- uses: wangchucheng/[email protected]
17+
with:
18+
target-url: https://gitee.com/readthe/cskefu-docs.git
19+
target-username: ${{ secrets.USERNAME }}
20+
target-token: ${{ secrets.ACCESS_TOKEN }}
21+
22+
- uses: wangchucheng/[email protected]
23+
with:
24+
target-url: https://gitee.com/cskefu/docs.git
25+
target-username: ${{ secrets.USERNAME }}
26+
target-token: ${{ secrets.ACCESS_TOKEN }}
27+
28+
- uses: yanglbme/gitee-pages-action@main
29+
with:
30+
gitee-username: ${{ secrets.USERNAME }}
31+
gitee-password: ${{ secrets.GITEE_USER_PASSWORD }}
32+
gitee-repo: readthe/cskefu-docs
33+
branch: gh-pages
34+

.github/workflows/test-deploy.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Test deployment
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
8+
jobs:
9+
test-deploy:
10+
name: Test deployment
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v2
14+
- uses: actions/setup-node@v3
15+
with:
16+
node-version: 18
17+
cache: npm
18+
19+
- name: Install dependencies
20+
run: npm ci
21+
- name: Test build website
22+
run: npm run build

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,8 @@ dist
102102

103103
# TernJS port file
104104
.tern-port
105+
106+
# remove cache files
107+
.docusaurus
108+
build/
109+
.obsidian/workspace.json

.obsidian/app.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"alwaysUpdateLinks": true,
3+
"newFileLocation": "current",
4+
"newLinkFormat": "relative",
5+
"useMarkdownLinks": true,
6+
"showUnsupportedFiles": true,
7+
"attachmentFolderPath": "static/img/products",
8+
"userIgnoreFilters": [
9+
"tmp",
10+
".git",
11+
".fid",
12+
"temp",
13+
"_build",
14+
"dist",
15+
"node_moduels",
16+
"min.js"
17+
],
18+
"promptDelete": false,
19+
"livePreview": false,
20+
"showLineNumber": true,
21+
"autoPairBrackets": true,
22+
"autoPairMarkdown": false
23+
}

.obsidian/appearance.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"accentColor": "",
3+
"theme": "system"
4+
}

.obsidian/canvas.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"snapToObjects": true,
3+
"snapToGrid": true,
4+
"newFileLocation": "folder",
5+
"newFileFolderPath": "canvas"
6+
}

.obsidian/community-plugins.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
"calendar",
3+
"dataview",
4+
"cm-editor-syntax-highlight-obsidian",
5+
"obsidian-editor-shortcuts",
6+
"templater-obsidian",
7+
"obsidian-enhancing-mindmap"
8+
]

.obsidian/core-plugins-migration.json

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"file-explorer": true,
3+
"global-search": true,
4+
"switcher": true,
5+
"graph": false,
6+
"backlink": true,
7+
"outgoing-link": true,
8+
"tag-pane": true,
9+
"page-preview": true,
10+
"daily-notes": false,
11+
"templates": false,
12+
"note-composer": false,
13+
"command-palette": true,
14+
"slash-command": false,
15+
"editor-status": true,
16+
"starred": true,
17+
"markdown-importer": false,
18+
"zk-prefixer": false,
19+
"random-note": false,
20+
"outline": true,
21+
"word-count": true,
22+
"slides": true,
23+
"audio-recorder": false,
24+
"workspaces": true,
25+
"file-recovery": true,
26+
"publish": false,
27+
"sync": false,
28+
"canvas": true,
29+
"bookmarks": true,
30+
"properties": false
31+
}

.obsidian/core-plugins.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[
2+
"file-explorer",
3+
"global-search",
4+
"switcher",
5+
"backlink",
6+
"canvas",
7+
"outgoing-link",
8+
"tag-pane",
9+
"page-preview",
10+
"command-palette",
11+
"editor-status",
12+
"bookmarks",
13+
"outline",
14+
"word-count",
15+
"slides",
16+
"workspaces",
17+
"file-recovery"
18+
]

.obsidian/graph.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"collapse-filter": true,
3+
"search": "README",
4+
"showTags": true,
5+
"showAttachments": false,
6+
"hideUnresolved": false,
7+
"showOrphans": false,
8+
"collapse-color-groups": true,
9+
"colorGroups": [],
10+
"collapse-display": true,
11+
"showArrow": true,
12+
"textFadeMultiplier": 0,
13+
"nodeSizeMultiplier": 1,
14+
"lineSizeMultiplier": 1,
15+
"collapse-forces": true,
16+
"centerStrength": 0.518713248970312,
17+
"repelStrength": 10,
18+
"linkStrength": 1,
19+
"linkDistance": 250,
20+
"scale": 1.372039082753741,
21+
"close": true
22+
}

.obsidian/hotkeys.json

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"app:open-vault": [
3+
{
4+
"modifiers": [
5+
"Mod",
6+
"Shift"
7+
],
8+
"key": "N"
9+
}
10+
],
11+
"app:toggle-left-sidebar": [
12+
{
13+
"modifiers": [
14+
"Alt"
15+
],
16+
"key": "ArrowLeft"
17+
}
18+
],
19+
"app:toggle-right-sidebar": [
20+
{
21+
"modifiers": [
22+
"Alt"
23+
],
24+
"key": "ArrowRight"
25+
}
26+
],
27+
"editor:toggle-source": [
28+
{
29+
"modifiers": [
30+
"Alt"
31+
],
32+
"key": "P"
33+
}
34+
],
35+
"obsidian-enhancing-mindmap:Toggle to markdown or mindmap": [
36+
{
37+
"modifiers": [
38+
"Alt"
39+
],
40+
"key": "M"
41+
}
42+
]
43+
}

.obsidian/plugins/calendar/data.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"shouldConfirmBeforeCreate": true,
3+
"weekStart": "locale",
4+
"wordsPerDot": 250,
5+
"showWeeklyNote": false,
6+
"weeklyNoteFormat": "",
7+
"weeklyNoteTemplate": "",
8+
"weeklyNoteFolder": "",
9+
"localeOverride": "system-default"
10+
}

0 commit comments

Comments
 (0)