This repo is courtesy of The HYIP Project. Find all of them on The Project Map. |
---|
We start our documentation by a tutorial how we start to get our site up and running on Github.
Open Github account here:
https://github.com/join
Create a new organization here:
https://github.com/organizations/new
Install Github from Windows, get it here:
https://windows.github.com/
Select a template, or use ours, get it FREE here:
http://www.templatemo.com/preview/templatemo_395_urbanic
Create repository for the template: "YOUR-ORGANIZATION.github.io":
https://help.github.com/articles/getting-started-with-github-for-windows/
Download the installer & Devkit for Ruby and setup Jeckyill
http://jekyll-windows.juthilo.com/1-ruby-and-devkit/
Tweak how you want the site URLs to look follow guidance here:
http://jekyllrb.com/docs/structure/
Commit the template to Github
http://martinbuberl.com/blog/setup-jekyll-on-windows-and-host-it-on-github-pages/
git add --all
git commit -m "Initial commit"
git push "origin" master:master
Point your browser to:
https://YOUR-ORGANIZATION.github.io
Set up your custom domain follow this documentation:
https://help.github.com/articles/user-organization-and-project-pages/
https://help.github.com/articles/setting-up-a-custom-domain-with-github-pages/
You can use the same domain for your project pages, turn Jekyll off if necessary:
https://help.github.com/articles/using-jekyll-with-pages#troubleshooting
https://stackoverflow.com/questions/9082499/custom-domain-for-github-project-pages
You are done..
Here are the URLs to point to our site:
http://hyipworld.github.io/
http://www.hyip.world/
http://hyip.world/
Here are the URLs as samples that pointing to our forked projects:
http://hyip.world/GoJS
http://hyip.world/js-sequence-diagrams
http://hyip.world/railroad-diagrams/generator.html
See more details about Github & Jeckyll here:
Github Repository of Jeckyll: https://github.com/mojombo/tpw
Setup GitHub Pages branchs: https://gist.github.com/chrisjacob/833223
Concept: http://tom.preston-werner.com/2008/11/17/blogging-like-a-hacker.html
Site of Jeckyll Author, Tom Preston-Werner, GitHub's co-founder.: http://tom.preston-werner.com
Next |
---|