From c374b0559ab0e1f4737d9c9e2e0b1036af144ace Mon Sep 17 00:00:00 2001 From: Eyre_S Date: Sat, 25 Mar 2023 19:57:40 +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. --- book.xml | 20 ++++++++++++++++++++ web-server.md | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/book.xml b/book.xml index 6a37291..b33ac0e 100644 --- a/book.xml +++ b/book.xml @@ -12,8 +12,28 @@ ph-Bookshelf Wiki + the ph-Bookshelf Web 服务器配置 + + 高级选项 + robots.txt + + + + + + diff --git a/web-server.md b/web-server.md index 8e04c65..f875ebe 100644 --- a/web-server.md +++ b/web-server.md @@ -1,6 +1,6 @@ --- configurations: -- highlightjs.languages: "apache" + highlightjs.languages: "apache" --- # Web Server