thomasrebele commented on PR #96: URL: https://github.com/apache/hive-site/pull/96#issuecomment-3951879983
The `static` is defined by the [Hugo directory structure](https://gohugo.io/getting-started/directory-structure/#static). If we move the `attachments` to the root, they would not get copied to the `public` folder, and accessing them in the browser would result in a `Page Not Found` (I just verified this to be sure. If you want to try, don't forget to delete the `public` folder to remove the previous build). I've fixed the issues pointed out in @zhangbutao's comment. I hope the PR will get accepted, as it is a necessary preparation for a link-validation PR that I'm working on (https://github.com/apache/hive-site/pull/94). -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
