From 2bb5d708fb4fcfde1daed23f8811ef28031dd6f3 Mon Sep 17 00:00:00 2001 From: Benjamin Huo Date: Thu, 8 Jun 2023 17:25:01 +0800 Subject: [PATCH 1/3] Hide Chinese docs Signed-off-by: Benjamin Huo --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 75428804..1cf73b26 100644 --- a/hugo.toml +++ b/hugo.toml @@ -62,7 +62,7 @@ weight = 1 [languages.zh-cn] title = "OpenFunction" languageName ="简体中文" -contentDir = "content/zh" +contentDir = "content/en" time_format_default = "02.01.2006" time_format_blog = "02.01.2006" From e57e3168c36e0898c17ccdeb98de5b18b8da7a59 Mon Sep 17 00:00:00 2001 From: Benjamin Huo Date: Wed, 25 Oct 2023 14:10:18 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index effc3322..88e168fc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # OpenFunction Website - + [![Netlify Status](https://api.netlify.com/api/v1/badges/ecf7df22-21fe-4e32-8cae-fc62fb20dff5/deploy-status)](https://app.netlify.com/sites/openfunction-dev/deploys) openfunction.dev is OpenFunction's website which is built with [Hugo](https://gohugo.io/) and [Hugo template Docsy](https://github.com/google/docsy). @@ -50,4 +50,4 @@ Open a [pull request (PR)](https://help.github.com/en/desktop/contributing-to-pr ```bash git commit -s -m "xxx" -``` \ No newline at end of file +``` From e572142392d20196911e044214ca419925de2fb9 Mon Sep 17 00:00:00 2001 From: Benjamin Huo Date: Wed, 25 Oct 2023 14:49:49 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88e168fc..179a3244 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # OpenFunction Website - + [![Netlify Status](https://api.netlify.com/api/v1/badges/ecf7df22-21fe-4e32-8cae-fc62fb20dff5/deploy-status)](https://app.netlify.com/sites/openfunction-dev/deploys) openfunction.dev is OpenFunction's website which is built with [Hugo](https://gohugo.io/) and [Hugo template Docsy](https://github.com/google/docsy).