fix2
This commit is contained in:
parent
eb668c0e8e
commit
0fc7043c4b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue