FAQ

Why does my custom domain show a 404?

Confirm that CNAME contains the exact domain and that GitHub Pages finished its build. DNS can take time to propagate.

Can I use another theme?

Yes. Update the theme value in _config.yml with a GitHub Pages supported theme.

Where should I put docs?

Keep docs in docs/ and link to them from the homepage. Each markdown file becomes a page.

Can I add more pages?

Yes. Add a new markdown file with front matter, then link it in the navbar or homepage.