This commit is contained in:
weyu 2025-04-25 23:25:35 +08:00
parent eb668c0e8e
commit 0fc7043c4b
1 changed files with 5 additions and 1 deletions

View File

@ -3,10 +3,14 @@ source libs/common.sh
before_build(){
install_hugo_v119
#install_postcss
install_postcss
log_info "npm install 安装依赖软件"
npm install
npm fund
cd docs/utils/webpack && npm install && cd -
# 添加网站访问统计
echo '<script defer src="https://umami.cncfstack.com/script.js" data-website-id="9b8051a7-fd5d-4cec-b8fe-3e9ec82cfad1"></script>' >> ./themes/geekboot/layouts/partials/favicons.html