exploit3r / kirby-bootstrap-blocks
作为 Kirby 3 Blocks 的 Bootstrap 组件
1.0.0
2023-06-01 21:15 UTC
This package is auto-updated.
Last update: 2024-09-30 01:47:19 UTC
README
A Kirby 3 插件,实现将 Bootstrap 组件 作为 Block。
先决条件
- 目前仅支持 Bootstrap 3.4,这将在未来升级
- 假设 Bootstrap (CSS & JS) 已经加载
支持的组件
用法
蓝图
将 alert
块添加到您的字段集
fields: type: blocks label: Text fieldsets: - heading - text - list - image - gallery - video - code - markdown - alert
安装
下载
- 下载 仓库
- 将内容解压到
site/plugins/kirby-bootstrap-blocks
Git 子模块
将插件作为 Git 子模块添加
git submodule add https://github.com/eXpl0it3r/kirby-bootstrap-blocks.git site/plugins/kirby-bootstrap-blocks
Composer
目前不支持
开发
如果您想为插件做出贡献,您可以在插件目录中运行以下命令
npm dev
- 监视 src/* 文件并在检测到任何更改时构建npm build
- 一次性构建 src/* 文件
鸣谢
- 使用 自定义块类型 烹饪文章构建
- 向整个 Kirby 团队致以万分的感谢! ❤