gandli / quartz

Home Page:https://blog.chenxuexin.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. 将本地更新推送的储存库

    npx quartz sync
  2. 本地构建

    npx quartz build --serve
  3. 获取最新的 Quartz 更新

    npx quartz update
  4. 格式化 md 文件,提交 commit message 并 git push npx @lint-md/cli content/**/* --fix && git add . && npx czg ai && git push

  5. sparse-checkoutbootstrap.sh 使用稀疏模式检出 content templates quartz

    chmod +x ./bootstrap.sh
    ./bootstrap.sh content

    改变注意,不使用稀疏模式

    git sparse-checkout disable
    git pull
  6. 新的提交方式

    npx quartz update &&  npm run format && git add . && npx czg ai && git push

About

https://blog.chenxuexin.com/

License:MIT License


Languages

Language:HTML 41.6%Language:TypeScript 30.7%Language:Jupyter Notebook 21.9%Language:SCSS 3.3%Language:JavaScript 2.2%Language:Python 0.4%Language:Shell 0.0%Language:Dockerfile 0.0%