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, 0 insertions, 21 deletions
diff --git a/landing/_config.yml b/landing/_config.yml
deleted file mode 100644
index 895b09f4..00000000
--- a/landing/_config.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-# Setup
-title: xmake
-tagline: A cross-platform 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: https://tboox.org
-
-#Others
-markdown: kramdown
-
-# multiple-languages
-gems: ['jekyll-paginate', 'jekyll-multiple-languages']
-languages: ['en', 'cn']
-language_default: 'en'