minad / olelo

Wiki with git backend
MIT License
241 stars 44 forks source link

Question: Blog-capabilities? #38

Closed NathanNeff closed 13 years ago

NathanNeff commented 13 years ago

Does anyone have suggestions for ways to use Olelo as a blog?

I've tried Jekyll, but like Olelo because of its ability to render org-mode files, and because it incorporates search and can be edited from the Web.

Perhaps I could have pages tagged with "blog", and display those on the main/index page.

Would it be relatively trivial to include Disqus comments into my blog pages in Olelo? Disqus is a service that allows comments on any html page, but does the spam filtering, etc. for you.

Thanks, --Nate

candlerb commented 13 years ago

There is a blog aspect already built into olelo, but it's completely undocumented and I couldn't get it to work.

From looking at the code I think it should match pages like /Blog/2010/12/23/test

candlerb commented 13 years ago

More info in ticket #44

minad commented 13 years ago

It is now working. Please select the aspect blog for page (e.g page /blog). Subpages are then listed in a blog-style if you call /blog. Filtering can be done using /blog/2010/11.

minad commented 13 years ago

I tried to include disqus comments once. It is definitely possible but you have to switch from application/xhtml+xml to text/html since it produces invalid html.