summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-07-02 20:04:59 -0700
committerFranck Cuny <franckcuny@gmail.com>2016-07-02 20:04:59 -0700
commit8f187c573954b6c8d1650ac33a164c52e032ac16 (patch)
treec605d0cf51d272393006e5486bfdc24984cf801f /README.md
parentUpdate some posts to make the tests pass. (diff)
downloadlumberjaph-8f187c573954b6c8d1650ac33a164c52e032ac16.tar.gz
Stop using Jekyll.
Moving away from Jekyll to Hugo. This commit clean up the old files to prepare for the migration.
Diffstat (limited to 'README.md')
-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`.