vogievetsky commented on issue #1: Init import of druid.io site with a custom index.html and download.html to match current apache page URL: https://github.com/apache/incubator-druid-website-src/pull/1#issuecomment-498897008 Sure: - Copy all of https://github.com/druid-io/druid-io.github.io `src` into this repo - Rename `index.html` to `original_index.html` - Copy `index.html` from https://github.com/apache/incubator-druid-website here - Copy `css` from https://github.com/apache/incubator-druid-website but name it `css-apache` - Rename `download.md` and `download/` to `download_original` and `download_original/` rsp. - Copy `download.html` from from https://github.com/apache/incubator-druid-website - Adjust `index.html` and `download.html` to refer to `css-apache` instead of `css` - rm -r docs/x where x < 0.13.0 - rm -r api/ (it was also really old api docs, way pre apache) - rm CNAME - add `package.json` and `package-lock.json` to ignored files in _config (this is strange that it was not there already) - add `build` `"script"` to package.json to run the build and copy the files to a `../incubator-druid-website` repo I wished I coded it all as a script in bash :-p
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@druid.apache.org For additional commands, e-mail: dev-h...@druid.apache.org