On Mon, Apr 19, 2010 at 1:37 AM, Matthias <[email protected]> wrote: > On Apr 18, 11:39 pm, Uriel <[email protected]> wrote: > >> What is your werc configuration to enable the blog, and can you see >> the individual posts properly? > > # cat config > conf_enable_blog blog Ok, here is the problem, conf_enable_blog takes an *optional* *relative* path(s), you dont have a blog/ dir, so it can't show anything.
Solution: s/ blog$// and blagh will use the dir where config lives as its root. uriel > conf_enable_comments -n > > Yeah, the individual posts are working now > > |-- 2010 > | `-- 04 > | |-- 18 > | | |-- 0 > | | | `-- index.md > | | |-- 1 > | | | `-- index.md > `-- _werc > |-- config > > Thanks > > Matthias > > -- > You received this message because you are subscribed to the Google Groups > "werc" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/werc9?hl=en. > > -- You received this message because you are subscribed to the Google Groups "werc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/werc9?hl=en.
