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 07faf27a068a132ce5c565eb2822065da13b291a Author: jiacai2050 <[email protected]> AuthorDate: Wed Aug 21 12:30:06 2024 +0800 add online meeting --- content/cn/blog/2024/first-online-meeting.md | 26 ++++++++++++++++++++++++++ content/cn/blog/_index.md | 8 ++++++++ hugo.toml | 6 ++++-- 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/content/cn/blog/2024/first-online-meeting.md b/content/cn/blog/2024/first-online-meeting.md new file mode 100644 index 0000000..a45f7b0 --- /dev/null +++ b/content/cn/blog/2024/first-online-meeting.md @@ -0,0 +1,26 @@ +--- +title: 第一次线上会议 +date: 2024-08-21 +tags: + - community +--- + +各位开发者们, + +欢迎大家参加我们的第一次线上会议!这次会议标志着我们团队在项目开发过程中的一个重要里程碑,也是我们合作共赢的开始。 + +# 会议目的 +这次会议的主要目的是让大家相互认识,了解项目的总体目标,讨论开发的初步计划,并明确各自的角色和责任。我们希望通过此次会议,能够为接下来的工作奠定坚实的基础,并建立起一个高效、透明的沟通机制。 + +# 主要议题 + +1. Apache HoraeDB 项目介绍 +2. 新 Metric Engine 设计方案介绍 + +# 参会方式 + +感兴趣的朋友可以[加入钉钉群](https://horaedb.apache.org/community/),获取会议地址。 + +# 会议时间 + +2024年08月27日 周二,21:00-22:00 (GMT+8) diff --git a/content/cn/blog/_index.md b/content/cn/blog/_index.md new file mode 100644 index 0000000..2ba3a1f --- /dev/null +++ b/content/cn/blog/_index.md @@ -0,0 +1,8 @@ +--- +title: "博客" +simple_list: true +menu: + main: + weight: 30 + pre: <i class='fa-brands fa-blogger'></i> +--- diff --git a/hugo.toml b/hugo.toml index a05d0c8..7206676 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,5 +1,4 @@ baseURL = 'https://horaedb.apache.org/' -languageCode = 'en-us' title = 'Apache HoraeDB' contentDir = "content/en" defaultContentLanguage = "en" @@ -18,12 +17,15 @@ languageName ="English" weight = 1 [languages.en.params] description = "A high-performance, distributed, cloud native time-series database." +time_format_blog = "02 Jan 2006" [languages.cn] languageName ="中文" contentDir = "content/cn" + [languages.cn.params] description = "一款高性能、分布式的云原生时序数据库" +time_format_blog = "2006-01-02" [markup] [markup.goldmark] @@ -32,8 +34,8 @@ description = "一款高性能、分布式的云原生时序数据库" [markup.goldmark.parser.attribute] block = true [markup.highlight] - noClasses = false style = "tango" + linenos = true [module] proxy = "https://goproxy.cn,direct" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
