From fbe5b23eeca6c2a15958e655e79de2368f00220d Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 21 Jun 2019 22:40:15 +0800 Subject: add navbar --- _media/favicon.ico | Bin 0 -> 119943 bytes _navbar.md | 8 ++++++++ favicon.ico | Bin 119943 -> 0 bytes index.html | 21 +++++++++++++++++---- zh/README.md | 3 +++ zh/_navbar.md | 8 ++++++++ 6 files changed, 36 insertions(+), 4 deletions(-) create mode 100644 _media/favicon.ico create mode 100644 _navbar.md delete mode 100644 favicon.ico create mode 100644 zh/README.md create mode 100644 zh/_navbar.md diff --git a/_media/favicon.ico b/_media/favicon.ico new file mode 100644 index 00000000..52c8ef38 Binary files /dev/null and b/_media/favicon.ico differ diff --git a/_navbar.md b/_navbar.md new file mode 100644 index 00000000..90b817fe --- /dev/null +++ b/_navbar.md @@ -0,0 +1,8 @@ +- [Plugins](/plugins) +- [Manual](/manual) +- [Articles](https://tboox.org/category/#xmake) +- [Feedback](https://github.com/xmake-io/xmake/issues) +- [Community](https://www.reddit.com/r/tboox/) +- Lanuages + - [:cn: 中文](/zh/) + - [:uk: English](/) diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index 52c8ef38..00000000 Binary files a/favicon.ico and /dev/null differ diff --git a/index.html b/index.html index f48a9142..8eae525c 100644 --- a/index.html +++ b/index.html @@ -2,18 +2,31 @@ - Document + xmake + -
+
Loading ...
diff --git a/zh/README.md b/zh/README.md new file mode 100644 index 00000000..2458cc9f --- /dev/null +++ b/zh/README.md @@ -0,0 +1,3 @@ +# 中文 + +> An awesome project. diff --git a/zh/_navbar.md b/zh/_navbar.md new file mode 100644 index 00000000..4adec00f --- /dev/null +++ b/zh/_navbar.md @@ -0,0 +1,8 @@ +- [插件](/zh/plugins) +- [手册](/zh/manual) +- [文章](https://tboox.org/cn/category/#xmake) +- [反馈](https://github.com/xmake-io/xmake/issues) +- [社区](https://www.reddit.com/r/tboox/) +- 语言 + - [:uk: English](/) + - [:cn: 中文](/zh/) -- cgit v1.2.3