Commit Graph
21 Commits
Author SHA1 Message Date
KidandULIVZ 668d68f963 refactor(theme-default): Import Prism theme in stylesheets instead of "Layout.vue" to allow custom styles to override them. (#1707)
* remove prism theme in default layout

* add prism theme to code.styl
2019-07-20 14:48:19 +08:00
ULIVZ 9d20d5fd8c feat: enhance the styles of blockquote 2019-06-10 17:31:16 +08:00
ULIVZ 74d3a5cef0 refactor($theme-default): clean all .content class names 2019-06-02 17:13:30 +08:00
ULIVZ 85ff63065b feat($theme-default): using '.theme-default-content' to replace '.content' in <Content /> outlet. 2019-06-02 15:52:24 +08:00
ULIVZ dabf506022 fix($core): Index.styl is not injected at the end of the style bundle (close: #1523)
BTW, A theme cannot require the theme's styles at the layout but need use `Index.styl`  instead.
2019-04-07 00:45:06 +08:00
ShigmaandULIVZ c85f62d4a6 fix($theme-default): support slot and v-pre container (close: #1387) (#1389) 2019-03-03 14:51:39 +08:00
ULIVZandGitHub 01dd45bc59 feat($theme-default): refine sidebar groups (#1257)
Close: #814 
Close: #783
Close: #287
2019-02-04 00:47:13 +08:00
ULIVZ 25db1ba4ae feat: standalone nprogress plugin
- Install it: yarn add @vuepress/plugin-nprogress@next
2018-12-23 22:43:52 +08:00
ULIVZ d338468252 fix($theme-default): hard to read in a dark-themed browser (close: #1025) 2018-11-26 00:40:38 +08:00
ULIVZ ad2821cf50 style($theme-default): tweak blockquote 2018-11-04 04:16:08 +08:00
ULIVZ 1f345d1795 fix($default-theme): remove custom layout legacy. (close: #935) 2018-10-18 03:57:37 +08:00
ULIVZ d987ea51c5 feat($default-theme): vue-styled deleted & inserted code 2018-10-06 02:33:12 +08:00
ULIVZ 3671b7fb88 docs: refine docs for next version 2018-10-05 22:31:53 +08:00
ULIVZ 9468bf4ac4 style: tweak the style of vue-container 2018-10-05 21:04:13 +08:00
Jørgen VatleandULIVZ cc056bad2e feat($default-theme): add PHP language text tag to code block. (#892) 2018-10-05 05:29:50 -05:00
ULIVZ ae3bfb8a3e style: enhance the style of vue container 2018-09-30 01:04:52 +08:00
ULIVZ 3c430f892e feat($markdown): support 'vue' container 2018-09-29 23:58:31 +08:00
ULIVZ 2b2e30836a feat($core): make palette globally enabled and improve doc 2018-09-29 03:07:24 +08:00
ULIVZ 1b234b3e75 fix: build failed - wrong import 2018-09-24 02:04:43 +08:00
ULIVZ 3125fc7b05 chore: move config.styl to core 2018-09-23 15:16:34 +08:00
ULIVZ 7f7fe18d40 feat: support clean and multiple custom layout. / theme default layouts dir
1. Refine ExtendPageDataOption, simplify the implmentation
2. Introduce LayoutDistributor as the unique route layout entry
3. Inject layout components to LayoutDistributor
4. Register layout components located at themedir/layouts
5. Reorganize the default theme's structure
2018-09-05 01:02:19 +08:00