librarianphp / librarian
Librarian CMS
5.1.0
2023-06-29 16:08 UTC
Requires
- php: >=8.1
- ext-curl: *
- ext-json: *
- ext-xml: *
- librarianphp/command-build: ^1.2
- librarianphp/command-cache: ^1.1
- librarianphp/command-create: ^1.1
- librarianphp/command-help: ^1.1
- librarianphp/command-web: ^1.2
- librarianphp/librarian-core: ^4.3
- suin/php-rss-writer: ^1.6
Requires (Dev)
- laravel/pint: ^1.10
- minicli/pest-plugin-curly: ^0.2
- pestphp/pest: ^2.8
- dev-main
- 5.1.0
- 5.0.0
- 4.1.0
- 4.0.0
- 4.0.0-rc
- v3.0.x-dev
- 3.0.1
- 3.0
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0
- 1.0
- 0.2.0
- 0.1.2
- 0.1
- dev-dependabot/npm_and_yarn/postcss-8.4.31
- dev-feature/logs
- dev-fix-minicli-update
- dev-favicon
- dev-code-quality-tools
- dev-updating-tailwind
- dev-updating-minicli
- dev-small-updates
- dev-static-build
- dev-move-commands
- dev-newconfig
- dev-embed-docker
This package is auto-updated.
Last update: 2024-09-07 22:44:01 UTC
README

Librarian
静态网站构建器和Markdown文档索引器,受Hugo启发但用PHP编写。
关于
Librarian是一个静态网站构建器和Markdown文档索引器,受Hugo启发但用PHP编写。它使用与DEV.to相同的格式,具有前缀和液体标签以实现自定义功能。前缀是流体的,没有固定规范,这意味着您可以包含任何自定义字段,并从模板中检索它们。
--- title: This Is My About Page published: true created_at: 2023-04-01 description: Hey there! I'm Librarian, a small file-based CMS and static site generator created in PHP, on top of Minicli. cover_image: https://picsum.photos/780/300?r=8 --- Hey there! I'm Librarian, a small file-based CMS and static site generator created in PHP, on top of Minicli. I don't use a database, I don't have a control panel, or users. Everything is pulled from static content in my content dir. ...
Librarian不使用数据库、会话或用户。管理通过命令行进行。对于多个作者,必须在前面指定作者信息作为元数据。
目前支持的液体标签
文档
官方文档可在https://librarianphp.dev找到。您可以通过GitHub为Librarian的文档做出贡献。
使用Librarian的项目
- OnLinux Systems - 一篇关于Linux的博客,包括教程和硬件评测。
- sponsoropensource.dev - 一份GitHub Sponsors可以通过GitHub Sponsors资助的代表性不足的开源创作者列表。
- Librarian Documentation - 使用Librarian构建的官方Librarian文档。
- 你的项目!发送PR :)
贡献
请参阅贡献指南。