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