jackyzha0 / quartz

🌱 a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites
https://quartz.jzhao.xyz
MIT License
6.82k stars 2.47k forks source link

docs is missing details about github tokens (classic) #1220

Open Thermospore opened 3 months ago

Thermospore commented 3 months ago

following through the documentation setting up quartz the first time, and I got stuck on npx quartz sync --no-pull on this page

consider adding a note that you can't use your normal github password, but you need a personal access token, SPECIFICALLY a Tokens (classic) image

also consider adding a note suggesting you first install git and set up your email and name

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"