Github is a site for hosting repositories used by git, the distributed version control system. Open source repositories are free and there are various pricing levels for private repositories. https://github.com

learn more… | top users | synonyms

1
vote
1answer
94 views

Hosting Dynamic Content on GitHub?

Is it possible to host dynamic content through GitHub:Pages? More specifically, we are using GitHub Enterprise, so we have a little more control, but I'm not aware of what dynamic content languages ...
1
vote
0answers
29 views

Github download is deprecated [duplicate]

Possible Duplicate: How to find web hosting that meets my requirements? I'm using Github for a Open Source project, we have also used their file system so that users can download our binary ...
1
vote
1answer
164 views

How can I clone other's jekyll theme from other's github?

I am a jekyll beginner. How can I clone other's jekyll theme from other's github? For example, https://github.com/yihui/cn.git.
0
votes
0answers
101 views

Github & Jekyll Can I have multiple Blogs?

I have just installed Jekyll for a blog on my github account. Is it possible to have multiple blogs running on one github account? Currently the blog is accessed via username.github.com .
2
votes
1answer
244 views

Will Search Engines crawl my Github gists?

I have been using Alex Gorbatchev's Syntax Highlighter in my blog for the past couple of years. It serves the purpose, but it is a pain to add the code while blogging (I need to use a HTML Encoder and ...
0
votes
1answer
505 views

Github pages and custom domain issues

I have used jekyllbootstrap to setup my blog at primux.in about 2 weeks ago. The blog has been hosted at github pages at primalpop.github.com. Following the advice from here I have created a CNAME ...
2
votes
2answers
831 views

Pointing a subdomain to Github Pages

I set up an Octopress blog on Github Pages at myusername.github.com. I now want blog.myusername.me (which currently has a Wordpress blog set up) to point to this Octopress blog. So I followed the ...