We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe20341 commit aca79c1Copy full SHA for aca79c1
tools/init
@@ -96,10 +96,10 @@ init_files() {
96
_sedi "s/^img_cdn:.*/img_cdn:/;s/^avatar:.*/avatar:/" _config.yml
97
fi
98
99
- # remove the other fies
+ # remove the other files
100
rm -rf _posts/*
101
102
- # build assest
+ # build assets
103
npm i && npm run build
104
105
# track the js output
0 commit comments