+[2013-08-25T17:48:44Z]pontikiIs there a way to get the pages at each level and build the index.markdown for each directory? +[2013-08-25T17:55:24Z]pontiki(I am thinking this is similar to the category index builder in Octopress, yet different.) +[2013-08-25T18:44:08Z]jaybepontiki, how are you attaching the namespaces to each content? e.g. categories? +[2013-08-25T22:35:08Z]pontikijaybe: just directories, actually +[2013-08-25T22:35:52Z]pontikii might do categories to sort things a different way
(I am thinking this is similar to the category index builder in Octopress, yet different.)
+[2013-08-26T00:12:25Z]jaybepontiki, in order to pragmatically conjure/call/produce a list of related items, there must be relatable meta, such as categories… and other chosen meta. you could do directories only but you'll likely be forcing yourself to have to develop and use plugins to parse the directories +[2013-08-26T00:13:15Z]pontikii've already got a generator in motion :) +[2013-08-26T00:13:28Z]pontikiand written two tags +[2013-08-26T00:14:02Z]jaybenice :) +[2013-08-26T00:14:45Z]jaybei prefer to (try to) do everything with logic and no plugins.