Monday, 15 June 2015

git - HTML from Keynote not displaying on GitHub -



git - HTML from Keynote not displaying on GitHub -

using latest version of keynote osx 10.9, exported slides html presentation. can view presentation in browser when open index.html file on laptop. create presentation available others, uploaded html , assets files created keynote github repository named presy.github.io. however, when visit url presentation @ http://presy.github.io/ not display in browser , 404 error occurs. have created basic websites on github before approach , have not had issues until now. seems there not compatible keynote html , github.

any suggestions on how utilize github host website keynote presentations exported html?

the direct link repository html, css, , javascript files @ https://github.com/wigging/presy.github.io

i think you're confusing two types of github pages:

user & organization pages

user & organization pages live in special repository dedicated github pages files. need name repository business relationship name, e.g. atmos/atmos.github.io

you must utilize username/username.github.io naming scheme. content master branch used build , publish github pages site.

note these types of pages only work when name of repository matches github user name:

tip: can utilize own business relationship name user or organization page repository. repository joe/bob.github.io not build user pages site.

so pages site isn't user or organization page.

the other kind of pages site project page:

project pages

unlike user , organization pages, project pages kept in same repository project. these github pages similar user , organization pages, few slight differences:

the gh-pages branch used build , publish project pages sites. if no custom domain used, project pages sites served under subpath of user pages site: username.github.io/projectname a custom domain on user , organization pages sites applies same domain redirect project pages sites hosted under account. project pages sites utilize custom domain available @ username.github.io/projectname. custom 404s work if custom domain used. otherwise, user page 404 used.

so set project page on wigging.github.io/presy, you'll need rename repository presy , migrate content master branch branch called gh-pages.

git github keynote

No comments:

Post a Comment