Lakshan Perera
Lakshan Perera
Hey @adrinux thanks for initiating this thread. Also, @balupton for the inputs. I've seen many large/successful open source projects still actively use IRC for project meetings/decision making. I guess it's...
Wooh! Thanks @adrinux. We can make it an open room where anyone can join, ask questions and have a good time (as long as it's not spammed). However, we should...
@adrinux thanks. @constantx ZenHub looks interesting, but still in private beta?
Did you went through the Customizing Punch section in wiki? https://github.com/laktek/punch/wiki#customizing-punch Accessing templates path depends on the type of plugin you're writing.
This looks like a bug, I will try to allocate some time next week to fix it.
Check this PR from the past, which supposedly should fix path issues in Windows - https://github.com/laktek/punch/pull/82. Can you figure out why removing `Path.sep` fixes partial rendering? You can add couple...
Date is a block helper, where you need to provide a time in Unix timestamp format. https://github.com/laktek/punch/wiki/Helpers#wiki-date How are you trying to use it in your template?
This seems to be a bug originated with Mustache.js 0.8.0, for now I reverted the dependency to Mustache.js 0.7.3 95b1044e3f023d6. This change should be reflected from Punch versions 0.5.43.
You can define your galleries in JSON format and use that to render the pages (same applies to galleries of galleries). Maybe you can write a [custom content handler](https://github.com/laktek/punch/wiki/Writing-a-Custom-Content-Handler) that...
Hey @hpoom, I like the idea of aligning Punch with rest of eco-system (actually, Yeoman/Bower wasn't released when I originally wrote Punch). As you said using `yo punch` would be...