Skip to content

Instantly share code, notes, and snippets.

@vinniefalco
Created August 26, 2018 01:12
Show Gist options
  • Save vinniefalco/82f4b9952347a8773602cfc41d4422dd to your computer and use it in GitHub Desktop.
Save vinniefalco/82f4b9952347a8773602cfc41d4422dd to your computer and use it in GitHub Desktop.
Re: Need Help With Jekyll GitHub Project Page and Team Git Workflow
> The simplest solution to this trouble is to remove the leading slash
Hmm....no, that is not simple at all because pages in subdirectories would
require different treatment.
The actual simplest solution would be for GitHub to put the project name in
the domain name instead of the request target. For example, instead of:
http://vinniefalco.github.io/cppalliance
Use
http://cppalliance.vinniefalco.github.io
This should be a no-brainer.
I also don't see the difficulty for GitHub to add a "CNAME Configuration" to
each repository's settings, it could be as simple as a checkbox "Use CNAME file"
or "Don't use CNAME file."
This country put a man on the moon, I'm pretty sure we can do the stuff above.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment