perun

Discuss perun static site generator
kingmob 2016-11-01T23:38:52.000124Z

Anyone know the feasibility of rendering directly to the root of the repo (for GitHub Pages)? It seems like it should be possible, but I’m having difficulty with it

kingmob 2016-11-01T23:39:17.000125Z

I can set the target task to “target -C -d .” to get it to output to the root

kingmob 2016-11-01T23:40:18.000126Z

But I’m not sure about removing the “public” dir. If I try render -o “/” or render -o “”, I just get errors

kingmob 2016-11-01T23:59:56.000127Z

Also tried (target :no-clean true :dir #{”.”}) and (target :no-clean true :dir #{""}) build.boot, but neither of those worked, either, it just created a public directory again