summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..81654cf
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+#+NAME: lumberjaph.net
+
+* Setup
+ Ruby's [[http://bundler.io/][bundler]] is required to set up the blog. Follow the instructions:
+
+ + =gem install bundler=
+ + =bundler install=
+
+* Work on the blog
+ I don't really care about a clear history for the blog.
+
+* Write an article
+
+* Publish
+ Publishing the blog is easy, you just have to run =make publish= and the site will be generated and rsync'ed to the server.