summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2014-01-01 08:35:04 -0800
committerFranck Cuny <franck.cuny@gmail.com>2014-01-01 08:35:04 -0800
commit462229df59d5d72ec7447836a5edb5fe6a16d95d (patch)
tree991c36eda541f3ae5bed2c344af79644ccbf15ab
parentStop linking some repos to GitHub. (diff)
downloadlumberjaph-462229df59d5d72ec7447836a5edb5fe6a16d95d.tar.gz
Add README file with instructions on how to setup the blog.
-rw-r--r--REAME.org16
1 files changed, 16 insertions, 0 deletions
diff --git a/REAME.org b/REAME.org
new file mode 100644
index 0000000..6455184
--- /dev/null
+++ b/REAME.org
@@ -0,0 +1,16 @@
+#+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
+ Drafts should be in the *_drafts* folder.
+
+* 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.