samvera / samvera.github.io

Public website for version controlled Samvera documentation (mostly Hyrax)
http://samvera.github.io
Apache License 2.0
7 stars 17 forks source link

Adds generated pages to revision #347

Closed afred closed 6 years ago

afred commented 6 years ago

This is because Github Pages won't run custom plugins for security reasons. Any pages added by generators need to be done so locally, and then committed to the repo as static pages. In this case, it's the browse_pages.html that is generated by the BrowsePagesGenerator.

Be sure to include the A-Z Index page if it has been updated

bundle exec jekyll build
cp generated/a-z.md pages/

Then make sure that commit of pages/atoz.md is in this PR