From ebe5c90963ce262999e3735c14867ca9ac95837c Mon Sep 17 00:00:00 2001 From: Eyre_S Date: Sat, 25 Mar 2023 20:07:41 +0800 Subject: [PATCH] add support for md front matter & open page unlisted - support page config define in front matter - support `title`, which can set HTML title. - if `title` is not set, then HTML title will try find page title defined in book.xml - if `title` is set but

title not set, it will generated a

title using the value of `title` - support `configurations` which can set page level configs here. - now can open page that has .md file but not defined in book.xml (must in a book defined) - old.title.gen is not supported yet. --- bookshelf.xml | 2 +- morny | 2 +- ph-bookshelf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bookshelf.xml b/bookshelf.xml index 4fadf31..6a724ee 100644 --- a/bookshelf.xml +++ b/bookshelf.xml @@ -49,7 +49,7 @@ book.sukazyo.cc:: Rebuild In Progress - + __test_collection]]> RegEX 着色 ReST Parser diff --git a/morny b/morny index c98e4de..8026a49 160000 --- a/morny +++ b/morny @@ -1 +1 @@ -Subproject commit c98e4def0f6884d09589833f3e06afab2a64ad6d +Subproject commit 8026a49ed642d07c877fa0e984deaf2cf34881b7 diff --git a/ph-bookshelf b/ph-bookshelf index 2736cb4..c374b05 160000 --- a/ph-bookshelf +++ b/ph-bookshelf @@ -1 +1 @@ -Subproject commit 2736cb437ec6c1eaa4a67a4cc5a194f02e98f027 +Subproject commit c374b0559ab0e1f4737d9c9e2e0b1036af144ace