summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2014-02-12 08:00:18 -0800
committerFranck Cuny <franck.cuny@gmail.com>2014-02-12 08:00:18 -0800
commit36449e2c904d1775493e64538e5f81ca3d53878b (patch)
tree5076dc4c953a3002c719564746e41587eab8bbe8
parentdelegate domain to github (diff)
downloadlumberjaph-36449e2c904d1775493e64538e5f81ca3d53878b.tar.gz
convert from org to md
-rw-r--r--README.md23
1 files changed, 13 insertions, 10 deletions
diff --git a/README.md b/README.md
index 81654cf..a358f93 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,18 @@
-#+NAME: lumberjaph.net
+# lumberjaph.net
-* Setup
- Ruby's [[http://bundler.io/][bundler]] is required to set up the blog. Follow the instructions:
+## Setup
- + =gem install bundler=
- + =bundler install=
+Ruby's [bundler](http://bundler.io/) is required to set up the blog. Follow the instructions:
-* Work on the blog
- I don't really care about a clear history for the blog.
++ `gem install bundler`
++ `bundler install`
-* Write an article
+## Work on the blog
-* 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.
+I don't really care about a clear history for the blog.
+
+## Write an article
+
+## Publish
+
+Just run `git push`.