> On Jan 20, 2019, at 12:03 PM, Evžen Wybitul <[email protected]> wrote:
> 
> 1. I can't find out how to keep the "notes" from different subjects in 
> different folders. The problem is I'm unable to dynamically build the 
> "master-index" of such files. 

What have you tried that didn't work? It seems straightforward to put code 
inside "master-index.html.pm" that reads the contents of adjacent directories 
and makes links.



> 2. I'd like to have the output files in one folder, and not side by side with 
> the source files (solvable by `raco pollen publish`, but that's an extra 
> command I have to manually run).


Which, in turn, can be solved by putting your build commands into a makefile. 
This feature has been requested before. But it's a lot more annoying to 
implement than it seems. Once the two directories are separate, there's a whole 
new set of error conditions that can arise.


> Forgot this: I'd also like to use only one template and css file for all of 
> the files. 


If you put your template & css in the root directory of the project, the source 
files in the subdirectories should find it.

-- 
You received this message because you are subscribed to the Google Groups 
"Pollen" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to