Commit Graph
68 Commits
Author SHA1 Message Date
ULIVZ b18280cb0f v1.0.0-alpha.20 2018-11-09 13:27:40 +08:00
ULIVZ 6071c56c7f v1.0.0-alpha.19 2018-11-06 13:38:47 +08:00
ULIVZ d9a8ced5d0 feat($theme-default): display els of page bottom after content mounted 2018-11-06 03:42:09 +08:00
ULIVZ 26411e9c4b chore: rename 'AsyncMarkdownContentLoaded' to 'AsyncMarkdownContentMounted' 2018-11-06 02:53:11 +08:00
ULIVZ ad2821cf50 style($theme-default): tweak blockquote 2018-11-04 04:16:08 +08:00
ULIVZ a6752e59fd v1.0.0-alpha.18 2018-10-30 03:52:50 +08:00
ULIVZ 6a0c421842 v1.0.0-alpha.17 2018-10-27 20:47:28 +08:00
ULIVZ ced6aac431 v1.0.0-alpha.16 2018-10-24 01:37:11 +08:00
ULIVZ 5c8d112d6a v1.0.0-alpha.15 2018-10-24 01:02:31 +08:00
ULIVZ a31f481d68 v1.0.0-alpha.14 2018-10-23 23:20:02 +08:00
ULIVZ cfd01130af refactor($core): remove 'custom' prop from 'Content' component 2018-10-22 01:38:26 +08:00
ULIVZ 09e3f440c3 v1.0.0-alpha.13 2018-10-18 04:07:21 +08:00
ULIVZ 1f345d1795 fix($default-theme): remove custom layout legacy. (close: #935) 2018-10-18 03:57:37 +08:00
ULIVZ 05843bd996 v1.0.0-alpha.12 2018-10-17 14:28:07 +08:00
FreshBoy TripleDeluxeandULIVZ b084114127 fix: algolia resolution error in theme-default (#940) 2018-10-17 01:02:04 -05:00
ULIVZ 67c5b619a8 v1.0.0-alpha.11 2018-10-16 02:08:38 +08:00
ULIVZ 5c268b754c v1.0.0-alpha.10 2018-10-14 23:58:45 +08:00
ULIVZ 6d408ffca8 v1.0.0-alpha.9 2018-10-10 14:02:56 +08:00
ULIVZ 04588cc9b9 feat($core): register 'themePath/global-components' dir as global components
it also close #916
2018-10-09 23:54:08 +08:00
Eko EryantoandULIVZ bd735fbd56 chore: use pointer for sidebar button (#915) 2018-10-09 10:48:20 -05:00
ULIVZ 252621268c v1.0.0-alpha.8 2018-10-08 01:02:48 +08:00
ULIVZ f098013ed6 v1.0.0-alpha.7 2018-10-08 00:45:54 +08:00
ULIVZ 0a142ef5af v1.0.0-alpha.6 2018-10-08 00:10:08 +08:00
ULIVZ 35e98cd9ab v1.0.0-alpha.5 2018-10-07 22:48:23 +08:00
ULIVZ beaa2b5a9a v1.0.0-alpha.4 2018-10-06 02:48:03 +08:00
ULIVZ d987ea51c5 feat($default-theme): vue-styled deleted & inserted code 2018-10-06 02:33:12 +08:00
ULIVZ e231744504 refactor($default-theme): simplify & reorganize 2018-10-06 00:54:10 +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 5329b74c68 v1.0.0-alpha.3 2018-10-04 06:23:27 +08:00
ULIVZ b476ba4772 docs: plugins documentation placeholder 2018-10-02 16:51:29 +08: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 35add97ac1 v1.0.0-alpha.2 2018-09-29 03:10:41 +08:00
ULIVZ 2b2e30836a feat($core): make palette globally enabled and improve doc 2018-09-29 03:07:24 +08:00
ULIVZ 19e73d7ea0 refactor($core): use upath 2018-09-29 02:00:29 +08:00
ULIVZ bae7a04937 chore: update npmignore 2018-09-27 13:33:31 +08:00
ULIVZ ace3aec3db v1.0.0-alpha.1 2018-09-27 13:25:19 +08:00
ULIVZ 7970c37db0 chore: update package.json 2018-09-27 10:50:02 +08:00
ULIVZ 70b6d06bd0 v1.0.0-alpha.0 2018-09-27 01:48:03 +08:00
ULIVZ 53cfc78b8d Merge branch 'master' into next 2018-09-27 01:25:08 +08:00
ULIVZ 1b234b3e75 fix: build failed - wrong import 2018-09-24 02:04:43 +08:00
ULIVZ 01fa9af06e chore($theme-default): using search plugin 2018-09-24 01:20:54 +08:00
ULIVZ b0e3209310 feat: plugin-search 2018-09-24 01:17:32 +08:00
ULIVZ 3125fc7b05 chore: move config.styl to core 2018-09-23 15:16:34 +08:00
ULIVZ 1dc7cc61fe test: refine 2018-09-23 14:38:49 +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
ULIVZ f81f3732f6 feat: refine theme API
1. Support scope package and shortcut like plugin.
2. Support relative path for 'layout' and 'notFound' option.
2018-09-02 22:55:44 +08:00