thomasrebele commented on code in PR #31: URL: https://github.com/apache/hive-site/pull/31#discussion_r2737235615
########## content/docs/latest/aboutthiswiki_27820116.md: ########## @@ -1,13 +1,14 @@ --- + title: "Apache Hive : AboutThisWiki" date: 2024-12-12 ---- Review Comment: As far as I understand [Hugo's version of markdown](https://gohugo.io/content-management/formats/#markdown), the original markdown is perfectly fine. It represents some YAML metadata (see [goldmark-meta](https://github.com/yuin/goldmark-meta)). The official Hugo website uses the [same syntax](https://github.com/gohugoio/hugoDocs/blob/master/content/en/getting-started/quick-start.md?plain=1#L1-L11). It would be nice if we could avoid changing these lines. -- 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]
