summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md25
1 files changed, 0 insertions, 25 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 239e45f..0000000
--- a/README.md
+++ /dev/null
@@ -1,25 +0,0 @@
-# lumberjaph.net
-
-[![Build Status](https://travis-ci.org/franckcuny/lumberjaph.net.svg?branch=master)](https://travis-ci.org/franckcuny/lumberjaph.net)
-
-## Setup
-
-Ruby's [bundler](http://bundler.io/) is required to set up the blog. Follow the instructions:
-
-+ `sudo apt-get install bundler`
-+ `make deps`
-
-## Work on the blog
-
-I don't really care about a clean history for the blog. While writing an article, there's a couple
-of useful commands:
-
-+ `make server`: will start a server on http://localhost:3001
-+ `make build`: will build the static site
-+ `make clean`: will delete all the generated files
-
-## Write an article
-
-## Publish
-
-Run `make publish`.