1
0
mirror of https://github.com/suk-ws/ph-Bookshelf.git synced 2024-12-05 01:16:53 +08:00
Commit Graph

7 Commits

Author SHA1 Message Date
1a00273578
添加 site.robots 参数支持了 robots.txt
- 默认为 Allow All
2023-01-25 13:48:03 +08:00
0c83a11a23
使项目 composer/psr-4 标准化,清理代码 2023-01-24 20:30:27 +08:00
e8fe17b673
使用 composer, markdown 解析器切换为 commonmark。添加脚注&任务表的 bread-card 样式。
- 使用 composer
  - 声明 php8, ext-xml, ext-mbstring
  - 添加了 league/commonmark>=2.3.8
- 删除了 /lib 文件夹 (以及 parsedown 依赖)
- 抽象化 md 解析代码同时 md 解析器换为 commonmark
  - 使用 commonmark 规范
    + gfm - disallowed html
    + attributes, footnote, description list
- 修改 readme
2023-01-24 19:08:15 +08:00
2ae6815eb1
更新 readme 2021-11-23 17:41:16 +08:00
6568161485
修复了一些链接的错误指向,添加 php 环境说明
- 修复了正文顶端的隐藏标题错误链接到站点根的问题(删除了链接)
- 修复了站点标题不能链接到站点根的问题
- 删除了 Collections 和 Chapter 的 href 标签
- 修复了 Book,Page,Segment 当激活状态的时候会错误链接到站点根的问题
  - Segment 错误是当其父 Page 激活时
  - 现在 Book 和 Page 在激活状态不会有 href 标签(即没有链接功能了)
- 在 README 中添加了需要 php-xml 插件的声明
2021-04-30 12:41:13 +08:00
5b2c31b649
添加了 README 和 UNLICENSE 2021-04-28 15:00:52 +08:00
4246f3daf9
初始化储存库 2021-02-23 16:50:31 +08:00