Questions tagged [github]

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

98 questions
25
votes
2 answers

Is gzip compression available for GitHub pages?

I'm using GitHub pages to host my site. While checking Google PageSpeed Insights, it recommends that I enable gzip compression. Since I have a static site hosted on GitHub, I'm not sure that is possible. Is it possible to enable gzip compression on…
Gowtham
  • 408
  • 1
  • 5
  • 11
17
votes
3 answers

How do Github Pages fare for serving static files?

I have a site that is composed only of static files. I just discovered how easy it is to host websites directly off Github. Any idea how do they fare in terms of latency, reliability, capacity...? In general - for static content only at the moment -…
ripper234
  • 623
  • 6
  • 16
10
votes
2 answers

Automatically Trigger Git Pull For Website On Github Push

I have just finished re-designing my website development environment to have all my source code in Github and have managed to set up Git on the remote server so that simply running the git pull origin master command on the web server will update the…
Chris Rutherfurd
  • 10,241
  • 1
  • 14
  • 84
10
votes
2 answers

Do I set a DNS A Record for the new GitHub Pages to use their CDN?

GitHub updated their Pages service for custom domains yesterday and I'm not clear on one small detail. They recommend a CNAME record for www.example.com but do not recommend using A records for the apex domain. I want to make sure both example.com…
Tom Brossman
  • 2,291
  • 16
  • 20
9
votes
3 answers

What nameservers should I use for GitHub Pages when using a custom domain?

I am using a custom domain for a GitHub Pages site. They said to set CNAME or A record. But what nameservers should I use? What is the default, or should I leave it blank?
Hein Zaw Htet
  • 91
  • 1
  • 1
  • 2
9
votes
1 answer

How to embed GitHub "Discussions" thread within your website

I've newly added "Discussions" to my GitHub repo for a website I am hosting on GitHub. I've checked the YouTubes and the Googles and can't find anywhere about how to embed your discussions within your website. I had previously used Disqus, which can…
7
votes
2 answers

My web page does not collect any data. Should I disclose my hosting company (which may log requests) in my privacy policy?

I have a static blog hosted on GitHub. I do not collect any data about anyone. GitHub pretty straightforward states that they do collect some data in their GitHub Privacy Statement. So if a user go to my web page he is indeed tracked, but not by me…
Marian Paździoch
  • 210
  • 1
  • 2
  • 5
6
votes
2 answers

Will search engines crawl GitHub Gists embedded into my website?

I have been using Alex Gorbatchev's Syntax Highlighter to display code snippets on 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 manually add this piece…
bragboy
  • 163
  • 5
6
votes
2 answers

Suggestions for tracking a MediaWiki wiki with Git version control?

In my research I found that there seems to be no "single source of truth" for where to post MediaWiki questions. MediaWiki questions have been posted on these many Stack Exchange network subdomains: ProWebmasters, Security, Web Applications,…
5
votes
1 answer

Will Google penalize me for duplicate content on GitHub from my knowledge base?

I want to have a copy of each of our documentation articles in GitHub so that other users can improve, edit and add to the document. The accepted changes will be made live in our knowledge base forum. Does Google crawl GitHub files and content? Will…
walbuc
  • 503
  • 4
  • 15
5
votes
1 answer

Can GA be a security risk in a Public GitHub repo?

I have added my GA tracking code to a website which is hosted via a GitHub public repository and I am concerned that, using my account number, they could effectively "hack" my GA account. Is this unfounded nonsense or is there some truth behind my…
Sammaye
  • 197
  • 1
  • 6
5
votes
2 answers

"GitHub Pages currently does not support IPv6" when using my domain registered at Google domains

Your site's DNS settings are using a custom subdomain, jacksonscott.net, that's set up with an AAAA record. GitHub Pages currently does not support IPv6. For more information, see…
4
votes
1 answer

How to have domain point to github pages?

So I have a domain registered with 1&1 and I recently decided to create my website using GitHub pages. I added as GitHub told me to, but how can I make my domain point to my GitHub page?
idude
  • 141
  • 1
4
votes
1 answer

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 (Ruby, Python, ???) we might be able to use.
4
votes
3 answers

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 instructions here on setting up a custom domain: I…
ratage
  • 41
  • 1
  • 3
1
2 3 4 5 6 7