aboutsummaryrefslogtreecommitdiff
path: root/landing/_config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'landing/_config.yml')
-rw-r--r--landing/_config.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/landing/_config.yml b/landing/_config.yml
new file mode 100644
index 00000000..4c46dd42
--- /dev/null
+++ b/landing/_config.yml
@@ -0,0 +1,21 @@
+# Setup
+title: xmake
+tagline: A make-like build utility based on Lua
+tagline-cn: 一个基于Lua的轻量级自动构建工具
+keywords: make,makefile,build,lua,cross-compile,linux
+keywords-cn: make,makefile,构建工具,编译工具,lua,跨平台,跨平台开发,linux,交叉编译
+baseurl: ""
+paginate: 1
+
+# About/contact
+author:
+ name: waruqi
+ url: http://www.tboox.org
+
+#Others
+markdown: kramdown
+
+# multiple-languages
+gems: ['jekyll-paginate', 'jekyll-multiple-languages']
+languages: ['en', 'cn']
+language_default: 'en'