How we start to get our site up and running on Github.
Select a template. You may fork this repo, or get it FREE here:
Create repository for the template: "YOUR-ORGANIZATION.github.io":
- Download the installer & Devkit for Ruby and setup Jeckyll
- Tweak how you want the site URLs to look follow guidance here
- Commit the template to Github
git add --all
git commit -m "Initial commit"
git push "origin" master:master
Point your browser to:
https://YOUR-ORGANIZATION.github.io
You are done..
Set up your custom domain follow this documentation:
You can use the same domain for your project pages, turn Jekyll off if necessary:
Here are the URLs to point to our site:
Here are the URLs as samples that pointing to our forked projects:
See more details about Github & Jeckyll here:
- Concept
- Setup GitHub Pages branchs
- Github Repository of Jeckyll
- Site of Jeckyll Author, Tom Preston-Werner, GitHub's co-founder
Next |
---|