juusaw / amp-jekyll

Build Accelerated Mobile Page versions of your Jekyll posts
MIT License
281 stars 59 forks source link

amp folder not accessible #12

Closed sreevisakh closed 7 years ago

sreevisakh commented 7 years ago

I have configure the plugin and set amp as the ampdir . amp files are generating in my local but when I deploy them to github pages amp pages gives 404.

juusaw commented 7 years ago

Hi,

Unfortunately, GitHub pages supports only a small list of Jekyll plugins. The only way to use any other plugins, like amp-jekyll, is to build the site locally and commit only the _site directory as a static site.