18

I Love org-mode! I tried to create my personal pages using org-export-html. Org-mode can export latex-math using mathjax very well, and many many other feathers. I love that! I want a tidy and beautiful personal site integrated with wiki and blogs hosting on github.

How to configure org-mode to build such a wiki+blog site with theme support?

Vivodo
  • 1,542
  • 2
  • 17
  • 31
  • I have the same pending project. Sacha Chua, one of my favorite orgmode power-user, asked recently on her blog "Do you have an Emacs-based personal wiki? What do you use, and what do you think about it?": you might be interested in the comment on her post: http://sachachua.com/blog/2011/11/planning-an-emacs-based-personal-wiki-org-muse-hmm/ – J..y B..y Nov 09 '11 at 21:53
  • Thanks! I read it before. I want an easy start example. I will try re-configure my org-mode export when at large. – Vivodo Nov 10 '11 at 23:57
  • 1
    Have you looked at http://orgmode.org/worg/org-blog-wiki.html and http://orgmode.org/worg/org-web.html ? – Mirzhan Irkegulov Nov 21 '11 at 10:49
  • Most of them on worg are based on ruby or obsolete. I will try to study the `org-publish` method again. Anyway, I can publish HTMLs, thought the style is not so beautiful. :-) – Vivodo Nov 22 '11 at 00:42

2 Answers2

6

I think, this project fits my need:

  1. http://renard.github.com/o-blog/
  2. https://github.com/renard/o-blog
Vivodo
  • 1,542
  • 2
  • 17
  • 31
2

I am not sure if I understood correctly your question, because I think there is nothing to do!

The wiki sites of git-hub have their own git repository. Do a git checkout and add files edited in orgmode. When you will commit and pull them, they will be output correctly in html.

(That's what I did for the project repositorium in git-hub)

Hope it helps, Jeremy

J..y B..y
  • 595
  • 1
  • 8
  • 28
  • Thanks. I know that. Maybe my question can be changed to: how to easily configure org-mode to build a wiki+blog site with better theme support. – Vivodo Nov 13 '11 at 07:11