kirchecom / site-genesis
此包已被废弃且不再维护。未建议替代包。
kirche.com 网站包,版本 Genesis
3.1.0
2020-06-06 17:33 UTC
Requires
- jonnitto/prettyembedyoutube: ^7.1
- neos/neos: ^5.0
- sitegeist/kaleidoscope: ^5.1
- sitegeist/monocle: ^7.0
Suggests
- neos/seo: ^3.0
- dev-master
- 3.1.0
- 3.0.0
- 2.5.0
- 2.4.1
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.0.1
- 1.0.0
- dev-dependabot/npm_and_yarn/replicator-1.0.5
- dev-dependabot/npm_and_yarn/qs-6.5.3
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/terser-4.8.1
- dev-dependabot/npm_and_yarn/moment-2.29.4
- dev-dependabot/npm_and_yarn/minimist-1.2.6
- dev-dependabot/npm_and_yarn/ajv-6.12.6
- dev-dependabot/npm_and_yarn/pathval-1.1.1
- dev-dependabot/npm_and_yarn/node-sass-7.0.0
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/postcss-7.0.36
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/ssri-6.0.2
- dev-dependabot/npm_and_yarn/y18n-4.0.1
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/ini-1.3.7
- dev-feature/stained-glass-artists
This package is auto-updated.
Last update: 2024-03-16 02:10:03 UTC
README
这是一个用于开源内容应用平台 Neos 的网站包。如果您尚未运行 Neos 实例,您可能需要安装包括此网站包的 kirche.com Neos 发行版。
安装
这假设您要将此包安装到现有的 Neos 安装中。如果您想设置新实例,请按照 此处 的说明进行操作。您不需要单独安装此包。
请切换到您安装 Neos 的目录。如果您想 删除 (!) 现有的网站,执行
./flow site:prune "*" rm -rf Data/Temporary/*
这将安装网站包
composer require kirchecom/site-genesis
现在 要么 导入 kirche.com 示例网站
./flow site:import --package-key "KircheCom.SiteGenesis"
要么 从空网站开始
./flow site:import --filename ./Packages/Sites/KircheCom.SiteGenesis/Resources/Private/Content/Sites.plain.xml
安装后,只需使用 Neos 后端配置网站并设置内容。
开发和测试
我们乐意接受贡献和拉取请求。在开发过程中有一些 npm
脚本可以帮助。
npm run build npm run build:development npm run watch npm run watch:development
此包中的融合组件包括 Sitegeist.Monocle 的样式指南信息。样式指南可以通过您的 Neos 后端访问。
此外,TestCafé 自动测试确保正确渲染。要执行 TestCafé,只需运行
npm run test
如果您已导入网站包的示例内容,您也可以运行示例内容测试。只需执行
npm run test:demo
要运行样式指南测试和示例测试,可以使用 npm run test:all
。
许可证
此包根据 欧洲联盟公共许可 1.2 许可。