Skip to content

Commit

Permalink
feat: add blog projects (#751)
Browse files Browse the repository at this point in the history
Signed-off-by: rogrogers <rogers@rogerogers.com>
  • Loading branch information
rogerogers committed Aug 4, 2023
1 parent b19225d commit 72daece
Show file tree
Hide file tree
Showing 140 changed files with 720 additions and 470 deletions.
63 changes: 35 additions & 28 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ defaultContentLanguageInSubdir = false
# Useful when translating.
enableMissingTranslationPlaceholders = true

disableKinds = ["taxonomy", "taxonomyTerm"]
#disableKinds = ["taxonomy", "taxonomyTerm"]
[taxonomies]
projects = "projects"

[params.taxonomy]
taxonomyCloud = ["projects"]
taxonomyCloudTitle = ["taxo.projects.title"]
taxonomyPageHeader = ["projects"] # i18n prefix taxo.page.header

# Highlighting config
pygmentsCodeFences = true
Expand Down Expand Up @@ -50,26 +57,26 @@ anchor = "smart"
contentDir = "content/en"
title = "CloudWeGo"
description = "A leading practice for building enterprise cloud native middleware!"
languageName ="English"
languageName = "English"
# Weight used for sorting.
weight = 1
[languages.zh]
contentDir = "content/zh"
title = "CloudWeGo"
description = "A leading practice for building enterprise cloud native middleware!"
languageName ="中文"
languageName = "中文"
# Weight used for sorting.
weight = 1

[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
# See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
style = "tango"
# Uncomment if you want your chosen highlight style used for code blocks without a specified language
# guessSyntax = "true"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
# See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
style = "tango"
# Uncomment if you want your chosen highlight style used for code blocks without a specified language
# guessSyntax = "true"

# Everything below this are Site Params

Expand Down Expand Up @@ -115,7 +122,7 @@ github_org = "https://github.com/cloudwego"

# Uncomment this if you have a newer GitHub repo with "main" as the default branch,
# or specify a new value if you want to reference another branch in your GitHub links
github_branch= "main"
github_branch = "main"

# Enable Algolia DocSearch
algolia_docsearch = true
Expand Down Expand Up @@ -177,28 +184,28 @@ name = "License"
url = "https://github.com/cloudwego/cloudwego.github.io/blob/main/LICENSE"

[[params.links.user]]
name = "Lark"
url = "https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=693v2544-2664-4421-b50f-7f1912p745r6"
icon = "fab fa-lark"
desc = "Chat with other CloudWeGo users by lark"
name = "Lark"
url = "https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=693v2544-2664-4421-b50f-7f1912p745r6"
icon = "fab fa-lark"
desc = "Chat with other CloudWeGo users by lark"

[[params.links.user]]
name = "Twitter"
url = "https://twitter.com/CloudWeGo"
icon = "fab fa-twitter"
desc = "Follow us on Twitter to get the latest news!"
name = "Twitter"
url = "https://twitter.com/CloudWeGo"
icon = "fab fa-twitter"
desc = "Follow us on Twitter to get the latest news!"

[[params.links.developer]]
name = "GitHub"
url = "https://github.com/cloudwego"
icon = "fab fa-github"
desc = "Development takes place here!"
name = "GitHub"
url = "https://github.com/cloudwego"
icon = "fab fa-github"
desc = "Development takes place here!"

[[params.links.developer]]
name = "Slack"
url = "https://join.slack.com/t/cloudwego/shared_invite/zt-tmcbzewn-UjXMF3ZQsPhl7W3tEDZboA"
icon = "fab fa-slack"
desc = "Chat with other project developers"
name = "Slack"
url = "https://join.slack.com/t/cloudwego/shared_invite/zt-tmcbzewn-UjXMF3ZQsPhl7W3tEDZboA"
icon = "fab fa-slack"
desc = "Chat with other project developers"

[outputFormats]
[outputFormats.PRINT]
Expand Down
1 change: 1 addition & 0 deletions content/en/blog/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Blog"
linkTitle: "Blog"
projects: []
menu:
main:
weight: 20
Expand Down
37 changes: 31 additions & 6 deletions content/en/blog/news/1st_RPCKitex/index.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions content/en/blog/news/Hertz_Benchmark/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
date: 2023-02-24
title: "Getting Started with Hertz: Performance Testing Guide"
projects: ["Hertz"]
linkTitle: "Getting Started with Hertz: Performance Testing Guide"
keywords: ["CloudWeGo", "Hertz", "HTTP framework", "performance testing"]
description: "The purpose of this blog is to share the scenarios and technical issues that developers need to know when they need to conduct load testing on Hertz.
Expand Down
1 change: 1 addition & 0 deletions content/en/blog/news/Hertz_Open_Source/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
date: 2022-06-21
title: "Hertz, an Ultra Large Scale Enterprise-Level Microservice HTTP Framework, is Now Officially Open Source!"
projects: ["Hertz"]
linkTitle: "Hertz, an Ultra Large Scale Enterprise-Level Microservice HTTP Framework, is Now Officially Open Source!"
keywords: ["CloudWeGo", "http framework", "large scale high performance", "Hertz", "ByteDance Open Source", "open source"]
description: "This article introduces Hertz, the official open source ultra-large-scale enterprise-level microservice HTTP framework developed by ByteDance"
Expand Down
46 changes: 34 additions & 12 deletions content/en/blog/news/Introducing CloudWeGo/index.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
date: 2022-12-20
title: "Kitex Proxyless Practice:Traffic Lane Implementation with Istio and OpenTelemetry"
projects: ["Kitex"]
linkTitle: "Kitex Proxyless Practice:Traffic Lane Implementation with Istio and OpenTelemetry"
keywords: ["CloudWeGo", "Proxyless", "Traffic Route", "Lane", "Bookinfo"]
description: "This blog mainly introduces the realization of traffic routing based on Kitex Proxyless and the bookinfo demo rewrote with Kitex and Hertz.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
date: 2021-09-23
title: "Performance Optimization on Kitex"
projects: ["Kitex"]
linkTitle: "Performance Optimization on Kitex"
keywords: ["Kitex", "Optimization", "Netpoll", "Thrift", "Serialization"]
description: "This blog introduces the performance optimization practice of Bytedance Go RPC framework Kitex, which includes Netpoll, Thrift, serialization and so on."
Expand Down
1 change: 1 addition & 0 deletions content/en/blog/news/Kitex_performance_testing/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
date: 2021-11-24
title: "Getting Started With Kitex's Practice: Performance Testing Guide"
projects: ["Kitex"]
linkTitle: "Getting Started With Kitex's Practice: Performance Testing Guide"
keywords: ["Kitex", "Performance Testing", "RPC"]
description: "This blog describes how to use Kitex for performance testing and how to analyze the test results to help users tune Kitex with real RPC scenarios to better match business needs and maximize performance."
Expand Down
Loading

1 comment on commit 72daece

@vercel
Copy link

@vercel vercel bot commented on 72daece Aug 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.