Common Issues

Solutions to frequent problems.


"My entry doesn't appear in the index"

Check:

  1. Is draft: false? (not draft: true)
  2. Do the folder and .md file names match?
  3. Is the date in correct format (YYYY-MM-DD)?
  4. Did you wait 3-5 minutes for the build?

Fix:


"Entry appears but looks wrong"

Check:

  1. Is frontmatter formatted correctly?
  2. Are quotes in the right places?
  3. Is indentation consistent (2 spaces)?

Fix:


"Changes don't show up on live site"

Check:

  1. Did you commit and push?
  2. Did you wait 3-5 minutes?
  3. Did the build succeed?

Fix:


"I broke something"

Fix:

  1. Find the last working commit: git log
  2. Revert: git revert HEAD
  3. Push: git push
  4. Or ask for help!

Next Steps