← Back

first


Create file: src/data/post/.md Fill front matter:


hello,world!


cd F:\qyeBlog\astrowind npm run dev #运行 npm run build #重构

push: git add . git commit -m “Add post:

” git push

update: git add -A; git commit -m “Update post”; git push