summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3b533dd
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+# José Mota's blog
+
+Check [http://blog.josemota.net](http://blog.josemota.net) to read it.
+
+## Building the blog
+
+Bundle the dependencies:
+
+ $ bundle install
+
+Compile the CSS files:
+
+ $ guard
+
+Build the site:
+
+ $ jekyll build