This is an automated email from the ASF dual-hosted git repository. jiacai2050 pushed a commit to branch feat-cn-blogs in repository https://gitbox.apache.org/repos/asf/horaedb-docs.git
commit 0d0bdc873299a4d675087bb2bf727ea1ea37b0c5 Author: jiacai2050 <[email protected]> AuthorDate: Wed Aug 21 14:00:31 2024 +0800 polish --- content/cn/blog/2024/first-online-meeting.md | 6 +++--- hugo.toml | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/content/cn/blog/2024/first-online-meeting.md b/content/cn/blog/2024/first-online-meeting.md index 2d54ea8..1dee165 100644 --- a/content/cn/blog/2024/first-online-meeting.md +++ b/content/cn/blog/2024/first-online-meeting.md @@ -1,5 +1,5 @@ --- -title: 第一次线上会议 +title: 预告:第一次线上会议 date: 2024-08-21 tags: - community @@ -15,12 +15,12 @@ tags: # 主要议题 -1. Apache HoraeDB 项目介绍 +1. Apache HoraeDB 项目现状介绍 2. 新 Metric Engine 设计方案介绍 # 参会方式 -感兴趣的朋友可以[加入钉钉群](https://horaedb.apache.org/community/),获取会议地址。 +感兴趣的朋友可以[加入我们的社区](/community)(钉钉群、微信公众号等),获取会议地址。 # 会议时间 diff --git a/hugo.toml b/hugo.toml index 7206676..79f364a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -22,7 +22,6 @@ time_format_blog = "02 Jan 2006" [languages.cn] languageName ="中文" contentDir = "content/cn" - [languages.cn.params] description = "一款高性能、分布式的云原生时序数据库" time_format_blog = "2006-01-02" @@ -34,7 +33,7 @@ time_format_blog = "2006-01-02" [markup.goldmark.parser.attribute] block = true [markup.highlight] - style = "tango" + style = "pygments" linenos = true [module] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
