ionutiorgulescu/spress-html-beautifier

美化你的HTML

v1.0.1 2020-05-18 09:33 UTC

This package is auto-updated.

Last update: 2024-09-18 18:48:06 UTC


README

Spress 2 ready

美化你的Spress HTML输出

灵感来源于 spress-html-compress

如何安装它?

前往你的Spress站点,并在你的 composer.json 中添加以下内容,然后运行 composer update

"require": {
    "ionutiorgulescu/spress-html-beautifier": "1.0.*"
}

如何使用它?

将以下内容添加到你的 config.yml 中,以排除某些文件从压缩/压缩处理过程

html_beautifier_excluded: ['.htaccess', 'CNAME', 'robots.txt', 'crossdomain.xml', 'sitemap.xml', 'rss.xml']

然后运行构建命令

spress site:build