This is an automated email from the ASF dual-hosted git repository.

jiacai2050 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/horaedb-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 8c11d47  Add first online meeting post (#134)
8c11d47 is described below

commit 8c11d47938024af0cc01d26a3fd40a230ce15569
Author: Jiacai Liu <[email protected]>
AuthorDate: Wed Aug 21 14:19:34 2024 +0800

    Add first online meeting post (#134)
---
 content/cn/blog/2024/first-online-meeting.md | 27 +++++++++++++++++++++++++++
 content/cn/blog/_index.md                    |  8 ++++++++
 hugo.toml                                    |  7 ++++---
 3 files changed, 39 insertions(+), 3 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..1dee165
--- /dev/null
+++ b/content/cn/blog/2024/first-online-meeting.md
@@ -0,0 +1,27 @@
+---
+title: 预告:第一次线上会议
+date: 2024-08-21
+tags:
+  - community
+---
+
+各位开发者们,
+
+欢迎大家参加我们的第一次线上会议!这次会议标志着我们团队在项目开发过程中的一个重要里程碑,也是我们合作共赢的开始。
+
+# 会议目的
+
+这次会议的主要目的是让大家相互认识,了解项目的总体目标,讨论开发的初步计划,并明确各自的角色和责任。我们希望通过此次会议,能够为接下来的工作奠定坚实的基础,并建立起一个高效、透明的沟通机制。
+
+# 主要议题
+
+1. Apache HoraeDB 项目现状介绍
+2. 新 Metric Engine 设计方案介绍
+
+# 参会方式
+
+感兴趣的朋友可以[加入我们的社区](/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..79f364a 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,14 @@ 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 +33,8 @@ description = "一款高性能、分布式的云原生时序数据库"
     [markup.goldmark.parser.attribute]
       block = true
   [markup.highlight]
-    noClasses = false
-    style = "tango"
+    style = "pygments"
+    linenos = true
 
 [module]
 proxy = "https://goproxy.cn,direct";


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to