Skip to content

houjianyu84/o-blog

 
 

Repository files navigation

o-blog quick start

How to use o-blog.

Quick start guide

First you need:

If you don’t have them, you should install them fist.

Setup

Using el-get

If you are using el-get it would be very easy to install. All you need to do is to add o-blog to el-get-sources and type M-x el-get-install o-blog.

If you are using el-get 4 or greater, you only need to type: M-x el-get-install o-blog.

Manual setup

Start by cloning the git repository from http:github.com[Github].

cd ~/.emacs.d
git clone https://github.com/renard/o-blog.git

And add following to your ~/.emacs.d/init.el file:

(add-to-list 'load-path "~/.emacs.d/o-blog")
(require 'o-blog)

Publish

Open the ~/.emacs.d/o-blog/example/sample.org file and type M-x org-publish-blog. The result site would be published by default in ~/.emacs.d/o-blog/out.

See the example/out/blog/index.html and example/out/todo.html' for more details.

About

Standalone orgmode blog exporter.

Resources

Stars

Watchers

Forks

Packages

No packages published