From 6c640c065dca586c8568c0afb756c5d42d792514 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 9 Jan 2014 17:13:13 -0800 Subject: fix name for the README. --- README.org | 15 +++++++++++++++ REAME.org | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 README.org delete mode 100644 REAME.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..81654cf --- /dev/null +++ b/README.org @@ -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. diff --git a/REAME.org b/REAME.org deleted file mode 100644 index 81654cf..0000000 --- a/REAME.org +++ /dev/null @@ -1,15 +0,0 @@ -#+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. -- cgit v1.2.3