aboutsummaryrefslogtreecommitdiff
path: root/landing/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'landing/README.md')
-rw-r--r--landing/README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/landing/README.md b/landing/README.md
new file mode 100644
index 00000000..228eebfb
--- /dev/null
+++ b/landing/README.md
@@ -0,0 +1,21 @@
+# xmake.io
+
+This is a [Jekyll][1] theme for [@jasonlong][2]'s [Cayman theme][4] on [GitHub Pages][3].
+
+# Developing
+
+Start a local server at localhost:4000:
+
+```
+$ jekyll serve
+```
+
+# Publishing site
+
+```
+$ ./build
+```
+
+For more details read about [Jekyll][1] on its web page.
+
+