alamb commented on code in PR #129: URL: https://github.com/apache/parquet-site/pull/129#discussion_r2486193365
########## hugo.toml: ########## @@ -162,41 +162,11 @@ enable = false url = "https://lists.apache.org/[email protected]" icon = "fa fa-box-archive" desc = "View archives of past discussions." -[[params.links.user]] - name ="Twitter" - url = "https://twitter.com/ApacheParquet" - icon = "fab fa-twitter" - desc = "Follow us on Twitter to get the latest news!" -[[params.links.user]] - name = "Stack Overflow" - url = "https://stackoverflow.com/questions/tagged/parquet" - icon = "fab fa-stack-overflow" - desc = "Practical questions and curated answers" -[[params.links.user]] - name = "Parquet Community Sync" - url = "https://groups.google.com/g/apache-parquet-community-sync/about" - icon = "fa fa-calendar" - desc = "Join for calendar events and community sync" # Developer relevant links. These will show up on right side of footer and in the community page if you have one. -[[params.links.developer]] Review Comment: I removed the links to parquet-java and the less used twitter/slack from the front page as I think that was confusing ########## layouts/community/list.html: ########## @@ -0,0 +1,83 @@ +{{ define "main" -}} + +<!-- based off of https://github.com/google/docsy/blob/main/layouts/community/list.html --> Review Comment: This is the new community page. The docsy theme that is used by the parquet-site has a pretty hard coded idea of what this page should look like (it is hard coded to have the same icons as are in the footer of each page, and has boiler plate text) There is probably a better way than just overriding the entire partial page like this in html, and I would love some help making it better. However, I could get it to work this way and it looks ok to me -- 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]
