curran / screencasts

Code that goes along with my screencasts.
https://www.youtube.com/playlist?list=PL9yYRbwpkyktAZaphR2UfeYpgNGnIqjs9
MIT License
2.62k stars 2.03k forks source link

irrelevant question #21

Closed OnlyBelter closed 11 months ago

OnlyBelter commented 7 years ago

Hi Curran, How can I create git pages like you, only one repository, services page for each sub-folder?

Wishes, Belter

jainvishal520 commented 7 years ago

@OnlyBelter If you're still facing problem,you may check this link https://pages.github.com/

OnlyBelter commented 7 years ago

@jainvishal520 Thank you, but the url cannot work.

jainvishal520 commented 7 years ago

@OnlyBelter This should work github pages

OnlyBelter commented 7 years ago

I know how to create a website through github pages, what I want to ask is, how to create multiple websites in only one repository, you see @curran 's examples: example16 example17 They are different website, but both of them share the same url http://curran.github.io/screencasts/introToAngular/examples/snapshots/snapshotxx, what I can do is to create two repositories separately. But thank your anyway!

curran commented 7 years ago

@OnlyBelter I'm just putting the files in subdirectories, which GitHub pages exposes as different URLs. This should also work for you.