Hot answers tagged github
2
Since it based on rendering plain files from a git repository, I don't think you can use dynamic information. The goals of Github Pages is to show a static site easily from an open source project.
You can still contact them and I think you have a dedicated support if you use Github Enterprise.
2
From what I can see, gist.github.com uses javascript to embed gists such as:
<script src="https://gist.github.com/1234.js"> </script>
And although Google parses some javascript but I doubt 3rd party widgets would get parsed (see update below)
but this exact issue was discussed by Simon Bingham here. He suggests you use the "SEO Friendly ...
2
If the DNS has started to propagate, you may be facing caching on your computer or ISP's DNS server. I'd wait for a bit, or try either:
temporarily using a different DNS provider, e.g. OpenDNS or Google Public DNS (you may need to restart your browser or OS)
checking from a computer using a different ISP/DNS server
Good luck.
Only top voted, non community-wiki answers of a minimum length are eligible