Faster, More Awesome GitHub Pages
github.com
Faster, More Awesome GitHub Pages
1–10 of 65 posts
Re: Faster, More Awesome GitHub Pages
#2Re: Faster, More Awesome GitHub Pages
#3What CDN? CloudFlare?
c:\>ping dangrossman.github.io
Pinging github.map.fastly.net [199.27.72.133]
Fastly (http://www.fastly.com/).Re: Faster, More Awesome GitHub Pages
#4What CDN? CloudFlare?
dig +short NS github.io
ns2.p16.dynect.net.
ns4.p16.dynect.net.
ns1.p16.dynect.net.
ns3.p16.dynect.net.Re: Faster, More Awesome GitHub Pages
#5What CDN? CloudFlare?
c:\>ping dangrossman.github.io Pinging github.map.fastly.net [199.27.72.133] Fastly ( http://www.fastly.com/ ).
Re: Faster, More Awesome GitHub Pages
#6Re: Faster, More Awesome GitHub Pages
#7What CDN? CloudFlare?
c:\>ping dangrossman.github.io Pinging github.map.fastly.net [199.27.72.133] Fastly ( http://www.fastly.com/ ).
ping dangrossman.github.io
round-trip min/avg/max/stddev = 16.173/16.275/16.463/0.074 ms
(From Paris, France)In comparison, Cloudfront is something like 2ms away.
Re: Faster, More Awesome GitHub Pages
#8Last time I tried it wasn't possible.
Re: Faster, More Awesome GitHub Pages
#9Re: Faster, More Awesome GitHub Pages
#10Is there any way to point my github page (jdan.github.io) to a domain (let's say www.example.com) without losing all my projects' github pages (i.e. jdan.github.io/cleaver)? Last time I tried it wasn't possible.
For example, sheetjs.github.io is configured to handle oss.sheetjs.com: https://github.com/SheetJS/SheetJS.github.io/blob/master/CNA...
The gh-pages branch for js-xls (https://github.com/SheetJS/js-xls/tree/gh-pages), accessible at http://sheetjs.github.io/js-xls, now redirects to http://oss.sheetjs.com/js-xls (and does the right thing so long as the main site repo doesn't have a conflicting directory)
As an example of a conflict, consider http://oss.sheetjs.com/test_files/ . The test_files repo (https://github.com/SheetJS/test_files/tree/gh-pages) is masked by the test_files subdirectory of the main repo (https://github.com/SheetJS/SheetJS.github.io/tree/master/tes...)