Starting a new site
- Follow instructions on GitHub to create a new repository. Do not initialize it with any files such as a README.
- Clone the repository.
- From your repository, pull in this template:
git remote add simple-pages git@github.com:pdg137/simple-pages.git git pull simple-pages master
- Verify that you can run the server locally, then do
git push
to update your pages on GitHub. - In your project settings on GitHub, find the section for Pages, and set it to “master branch”.
- Find that section again and follow the link to your new site.