aboutsummaryrefslogtreecommitdiff
path: root/landing/build
diff options
context:
space:
mode:
Diffstat (limited to 'landing/build')
-rwxr-xr-xlanding/build7
1 files changed, 7 insertions, 0 deletions
diff --git a/landing/build b/landing/build
new file mode 100755
index 00000000..4b1057d7
--- /dev/null
+++ b/landing/build
@@ -0,0 +1,7 @@
+#!/bin/bash
+jekyll build
+cp -r _site/cn ..
+cp -r _site/pages ..
+cp -r _site/assets/* ../assets/
+cp -r _site/index.html ../landing.html
+rm -rf _site