1
0
mirror of https://github.com/suk-ws/ph-Bookshelf.git synced 2025-01-19 15:25:03 +08:00
ph-Bookshelf/constant.php
Eyre_S f79060f32f
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 <h1> title not set, it will generated a <h1> 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.
2023-03-25 20:11:10 +08:00

8 lines
129 B
PHP

<?php
const APP_NAME = "ph-Bookshelf";
const VERSION = "0.5.0-alpha2";
const CHANNEL = "suk-ws";
const BRANCH = "config-v2.0";