forked from renard/o-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
- Loading branch information
Sébastien Gross
authored and
Sébastien Gross
committed
Jan 9, 2012
1 parent
708b7b6
commit fff24ff
Showing
6 changed files
with
40 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
/out | ||
/example/out | ||
*.elc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
= o-blog quick start | ||
|
||
This is a sample website to show how to use | ||
https://github.com/renard/o-blog[o-blog]. | ||
|
||
|
||
== Quick start guide | ||
First you need: | ||
|
||
- http:www.gnu.org/s/emacs[emacs] (I assume you already have it) | ||
- http://orgmode.org/[org-mode] (same as above) | ||
|
||
If you don't have them, you should install them fist. | ||
|
||
=== 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. | ||
|
This file was deleted.
Oops, something went wrong.
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters