OpenLiberty / openliberty.io

Open Liberty website
https://openliberty.io
Other
54 stars 40 forks source link

Create script for shared jekyll/antora css, images, and js #1769

Open steven1046 opened 4 years ago

steven1046 commented 4 years ago

Create a script to copy over the css/images used by both jekyll and the antora build over to the antora ui directory during build time so there aren't duplicates. This will probably require us to either make a subdirectory for shared css/images or have a list somewhere that specifies what files we want to copy over.

steven1046 commented 4 years ago

Also try to handle javascript in this issue if we can eliminate duplicate js used in both jekyll and doc pages.