From 02a31fddc3b646b5e1aa4f5527523791ecfe5877 Mon Sep 17 00:00:00 2001 From: rebar Date: Sun, 8 Nov 2020 15:35:08 +0800 Subject: [PATCH] feat: add rebar markdown theme --- .gitmodules | 3 +++ README.md | 1 + themes.js | 1 + themes/rebar | 1 + 4 files changed, 6 insertions(+) create mode 160000 themes/rebar diff --git a/.gitmodules b/.gitmodules index 3e430b6..0808085 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index 1c213a0..c6fc9eb 100644 --- a/README.md +++ b/README.md @@ -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) ### 代码高亮 diff --git a/themes.js b/themes.js index 87af7e4..3fc8c94 100644 --- a/themes.js +++ b/themes.js @@ -4,4 +4,5 @@ export default { smartblue: 'smart-blue.css', cyanosis: 'cyanosis.scss', 'channing-cyan': 'channing-cyan.scss', + rebar: 'rebar-markdown.css' }; diff --git a/themes/rebar b/themes/rebar new file mode 160000 index 0000000..5d11a1a --- /dev/null +++ b/themes/rebar @@ -0,0 +1 @@ +Subproject commit 5d11a1ab41e2ce84db3ef157826ba5a3a06393be