I'm trying to set up github-pages for fast.ai using the fastpages template cited in Appendix A of "Deep Learning for Coders with fastai & PyTorch". I keep getting a 404 when the URL of the repo.
There's a simpler version of the blog template without Jupyter notebook pages support. I have no problem bringing it to life.
I've made the Gemfile.lock and _config.yml files similar, differing only in the GitHub repo details, but no joy.
Has anyone has success getting the fastpages template to display?
1 Answer 1
I missed a step.
I re-read the instructions carefully and realized that there was a pull request created.
I had to create public and private keys to update on commits.
I committed the pull request and waited a minute. Once I did that the page came up.