diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2014-02-12 08:00:18 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2014-02-12 08:00:18 -0800 |
| commit | 36449e2c904d1775493e64538e5f81ca3d53878b (patch) | |
| tree | 5076dc4c953a3002c719564746e41587eab8bbe8 /README.md | |
| parent | delegate domain to github (diff) | |
| download | lumberjaph-36449e2c904d1775493e64538e5f81ca3d53878b.tar.gz | |
convert from org to md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 23 |
1 files changed, 13 insertions, 10 deletions
@@ -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`. |
