From a1c135baef5aee287be8fd78230ecedda454effc Mon Sep 17 00:00:00 2001 From: jcShan709 <1826543852@qq.com> Date: Sat, 13 Jul 2024 17:40:01 +0000 Subject: [PATCH] update --- _config.yml | 2 -- _posts/2024-07-13-en.md => en.md | 0 index.md | 3 +++ _posts/2024-07-13-zh.md => zh.md | 0 4 files changed, 3 insertions(+), 2 deletions(-) rename _posts/2024-07-13-en.md => en.md (100%) create mode 100644 index.md rename _posts/2024-07-13-zh.md => zh.md (100%) diff --git a/_config.yml b/_config.yml index 1cdb130..9864b0b 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1 @@ remote_theme: pages-themes/architect@v0.2.0 -include: - - _posts diff --git a/_posts/2024-07-13-en.md b/en.md similarity index 100% rename from _posts/2024-07-13-en.md rename to en.md diff --git a/index.md b/index.md new file mode 100644 index 0000000..99ffb6e --- /dev/null +++ b/index.md @@ -0,0 +1,3 @@ +# Select your language: +- [English](https://jcshan709.github.io/jetbrains-activating-tutorial/en) +- [Chinese](https://jcshan709.github.io/jetbrains-activating-tutorial/zh) \ No newline at end of file diff --git a/_posts/2024-07-13-zh.md b/zh.md similarity index 100% rename from _posts/2024-07-13-zh.md rename to zh.md