Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
[submodule "themes/channing-cyan"]
path = themes/channing-cyan
url = https://github.com/ChanningHan/juejin-markdown-theme-channing-cyan.git
[submodule "themes/rebar"]
path = themes/rebar
url = https://github.com/Rebar0131/rebar-markdown-theme
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ highlight: juejin
- [smartblue](https://github.com/cumt-robin/juejin-markdown-theme-smart-blue)
- [cyanosis](https://github.com/linxsbox/juejin-markdown-theme-cyanosis)
- [channing-cyan](https://github.com/ChanningHan/juejin-markdown-theme-channing-cyan)
- [rebar](https://github.com/Rebar0131/rebar-markdown-theme)

### 代码高亮

Expand Down
1 change: 1 addition & 0 deletions themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ export default {
smartblue: 'smart-blue.css',
cyanosis: 'cyanosis.scss',
'channing-cyan': 'channing-cyan.scss',
rebar: 'rebar-markdown.css'
Copy link
Member

Choose a reason for hiding this comment

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

可以删除下没用到的样式,比如 .octicon-link, .border

};
1 change: 1 addition & 0 deletions themes/rebar
Submodule rebar added at 5d11a1