jekyllt / jasper2

Full-featured Jekyll port of Ghost's default theme Casper v2 👻
https://jekyllt.github.io/jasper2/
MIT License
763 stars 659 forks source link

About the Tag & Author Page #131

Open Seowung opened 1 year ago

Seowung commented 1 year ago

Hello, I followed the deployment process but it was difficult for a new guy like me. So I forked the repo and tried to change the configurations myself. The 'about' page was solved by making the page a project page, but the 'tag' and 'author' pages still have the 404 problems. Do you know how to fix it manually?

deepakmahakale commented 1 year ago

The following worked for me:

  1. I changed my main branch to master and pushed
  2. I changed Settings > Pages > Build and deployment > Branch > gh-pages (This branch should be auto created once you push the changes to master if not create an empty branch)
  3. Done