renard / o-blog

Standalone orgmode blog exporter. DEPECATED, NOT MAINTAINED
http://renard.github.com/o-blog-v2
260 stars 58 forks source link

Support multi org file public #89

Closed ibroomcorn closed 9 years ago

ibroomcorn commented 11 years ago

Why

  1. When there are too many articles contained in a document which, when editor (emacs) will be very slow.
  2. Every time I publish a blog when they are required to publish all new articles. If it is stored in multiple files inside, we can stamp release blog.
renard commented 11 years ago

Hi,

  1. What is "too many"? Two main reasons:
    • everything is loaded up in ram, maybe you lack of memory and your system is swapping.
    • Article lookup is not very efficient (many loops over all posts)
  2. The problem is that some parts of the site (such as tag list, menus etc…) should be dynamic but they are not. One optimization may be the use of jquery to load menus tags and so. This a roadmap for V2.
jonnay commented 9 years ago

Slowness aside, even having seperate org files for different sections of my website would be nice. +1 on the feature request.