使用Abridge.css(类光线html html CSS框架)的快速,轻巧和现代的Zola主题。完美的灯塔,黄色布托尔和天文台得分。这是Zola主题基准页面。
所有贡献者和赞助商都可以维护该项目。如果您想赞助此项目,并将您的头像或公司徽标显示在下面,请单击此处。 ?


查看Abridge演示
查看abridge.css演示[abridge.css框架]
abridge.css演示只是将缩写主题用作subpoule:config.toml,sass/abridge.scss
config.toml (完整的搜索支持)中设置search_library = "offline" 。/焦点, arrow移动, enter选择, escape关闭。Enter Key或click搜索按钮图标。可以在这里提供完整的文档
此主题需要版本0.19.1或更晚的Zola
git clone https://github.com/jieiku/abridge.git
cd abridge
zola serve
# open http://127.0.0.1:1111/ in the browser 快速启动显示了如何直接运行主题。接下来,我们将使用Abridge作为新站点的主题。
yes " " | zola init mysite
cd mysite将主题添加为git subsodule:
git init # if your project is a git repository already, ignore this command
git submodule add https://github.com/jieiku/abridge.git themes/abridge
git submodule update --init --recursive
git submodule update --remote --merge或克隆主题到您的主题目录:
git clone https://github.com/jieiku/abridge.git themes/abridge将一些文件从主题目录复制到项目的根目录:
rsync themes/abridge/.gitignore .gitignore
rsync themes/abridge/config.toml config.toml
rsync themes/abridge/content/_index.md content/
rsync -r themes/abridge/COPY-TO-ROOT-SASS/ * sass/
rsync themes/abridge/netlify.toml netlify.toml
rsync themes/abridge/package_abridge.js package_abridge.js
rsync themes/abridge/package.json package.jsonconfig.toml base配置,带有所有配置值。content/_index.md设置分页所需。COPY-TO-ROOT-SASS/abridge.scss覆盖以自定义浏览变量。netlify.toml设置以使用netlfiy部署您的存储库。package_abridge.js节点脚本到:PWA中的更新缓存文件列表,Minify JS,Bundle JSpackage.json促进package_abridge.js的使用删除项目的root config.toml中的主题行:
sed -i ' s/^#theme = "abridge"/theme = "abridge"/ ' config.toml将内容从主题目录复制到您的项目或发表新帖子:
rsync -r themes/abridge/content .只需在项目的根路径中运行zola serve :
zola serve Zola将启动Dev Web服务器,默认情况下可在http://127.0.0.1:1111访问。
保存的更改将在浏览器中进行重新加载。 (按ctrl+f5 ,或在开发set set set pwa=false在config.toml中)
有关进一步的自定义,请务必检查文档。
你喜欢这个主题吗?对您有用吗?请留下一颗Github星星,如果您愿意捐款,可以通过Github赞助商向我捐款。
我们希望您的帮助!特别是解决问题的修复,或改进现有功能。
目的是使Abridge轻巧,快速,即使JavaScript被禁用或阻塞,也可以正常工作。
搜索唯一可能被认为是依赖JavaScript的功能。
Abridge根据MIT许可证的条款分发。