Commit Graph
13 Commits
Author SHA1 Message Date
Shigma 6ec3483fdc snippet 2019-04-08 09:02:50 +08:00
Shigma ff97f412a2 Merge branch 'master' into plugin-prism 2019-04-08 08:50:14 +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
Shigma 535411511e code preview 2019-03-31 11:56:28 +08:00
ULIVZandGitHub d16d3d574e feat: refine theme api (#1319) 2019-02-26 23:53:38 +08:00
ULIVZ 8f43be567f refactor: update code style 2019-02-04 02:02:44 +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 b3c2f68003 chore: remove outdated code 2018-11-30 01:22:34 +08:00
ULIVZ 8dd418efd0 fix($theme-default): Extending Layout.vue causes the Sidebar to disappear (close: #1045) 2018-11-29 23:36:07 +08:00
ULIVZ 1f345d1795 fix($default-theme): remove custom layout legacy. (close: #935) 2018-10-18 03:57:37 +08:00
ULIVZ e231744504 refactor($default-theme): simplify & reorganize 2018-10-06 00:54:10 +08:00
ULIVZ cf088f556e refactor($core): simplify page components registration 2018-09-06 23:11:29 +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