Skip to content

Commit 2d7b850

Browse files
committed
chore: cleanup temporary scripts and add autocorrect config
1 parent eb75726 commit 2d7b850

File tree

6 files changed

+16
-467
lines changed

6 files changed

+16
-467
lines changed

.autocorrectignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# 忽略所有文件
2+
*
3+
4+
# 只允许 content 目录下的 smd 文件
5+
!content/**/*.smd
6+
7+
# 只允许 layouts 目录下的 shtml 文件
8+
!layouts/**/*.shtml

.autocorrectrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
file_types:
2+
smd: markdown
3+
shtml: html
4+
5+
rules:
6+
space_word: 1
7+
space_punctuation: 1
8+
fullwidth: 1

convert_figure_to_image_link.js

Lines changed: 0 additions & 50 deletions
This file was deleted.

convert_link_format.js

Lines changed: 0 additions & 107 deletions
This file was deleted.

convert_md_to_smd.js

Lines changed: 0 additions & 157 deletions
This file was deleted.

0 commit comments

Comments
 (0)