Skip to content

Commit

Permalink
tweak, stage update
Browse files Browse the repository at this point in the history
  • Loading branch information
northword committed Jul 20, 2023
1 parent ea96021 commit 199f33e
Show file tree
Hide file tree
Showing 112 changed files with 8,456 additions and 12,123 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules/
src/.vuepress/.cache/
src/.vuepress/.temp/
src/.vuepress/dist/
**/.obsidian
109 changes: 56 additions & 53 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,55 +1,58 @@
{
"default": true,
"MD003": {
"style": "atx"
},
"MD004": {
"style": "dash"
},
"MD013": false,
"MD024": {
"allow_different_nesting": true
},
"MD033": {
"allowed_elements": [
"br",
"template",
"script",
"style",
"ArtPlayer",
"AudioPlayer",
"AutoCatalog",
"Badge",
"BiliBili",
"Catalog",
"CodePen",
"DemoProject",
"FontIcon",
"ProjectLink",
"PDF",
"Replit",
"Share",
"SiteInfo",
"StackBlitz",
"XiGua",
"VideoPlayer",
"YouTube",
"AppearanceSwitch",
"HopeIcon",
"FlowChartPlayground",
"IconDisplay",
"KatexPlayground",
"NetlifyBadge",
"PrintButton",
"ThemeColorPicker",
"ToggleFullScreenButton",
"ToggleRTLButton"
]
},
"MD035": {
"style": "---"
},
"MD040": false,
"MD046": false,
"MD049": false
"default": true,
"MD003": {
"style": "atx"
},
"MD004": {
"style": "dash"
},
"MD013": false,
"MD024": {
"allow_different_nesting": true
},
"MD025": {
"front_matter_title": ""
},
"MD033": {
"allowed_elements": [
"br",
"template",
"script",
"style",
"ArtPlayer",
"AudioPlayer",
"AutoCatalog",
"Badge",
"BiliBili",
"Catalog",
"CodePen",
"DemoProject",
"FontIcon",
"ProjectLink",
"PDF",
"Replit",
"Share",
"SiteInfo",
"StackBlitz",
"XiGua",
"VideoPlayer",
"YouTube",
"AppearanceSwitch",
"HopeIcon",
"FlowChartPlayground",
"IconDisplay",
"KatexPlayground",
"NetlifyBadge",
"PrintButton",
"ThemeColorPicker",
"ToggleFullScreenButton",
"ToggleRTLButton"
]
},
"MD035": {
"style": "---"
},
"MD040": false,
"MD046": false,
"MD049": false
}
34 changes: 17 additions & 17 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"source.fixAll.markdownlint": true
},
"explorer.sortOrder": "mixed",
"explorer.excludeGitIgnore": false,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
// custom begin
"node_modules": true,
// "**/.*": true,
".github": true,
"**/.vuepress": true,
".vscode": true,
".markdownlint.json": true,
"package-lock.json": true
}
"explorer.excludeGitIgnore": false
// "files.exclude": {
// "**/.git": true,
// "**/.svn": true,
// "**/.hg": true,
// "**/CVS": true,
// "**/.DS_Store": true,
// "**/Thumbs.db": true,
// // custom begin
// "node_modules": true,
// // "**/.*": true,
// ".github": true,
// "**/.vuepress": true,
// ".vscode": true,
// ".markdownlint.json": true,
// "package-lock.json": true
// }
}
Loading

1 comment on commit 199f33e

@vercel
Copy link

@vercel vercel bot commented on 199f33e Jul 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zotero-guide-zh – ./

zotero-guide-zh-northword.vercel.app
zotero-guide-zh.vercel.app
zotero-guide-zh-git-main-northword.vercel.app

Please sign in to comment.