Laurent Goderre

Results 349 comments of Laurent Goderre

The way this works, you have to specify in the Gruntfile which languages your support. You can do that by specifying it manually or by using grunt file matching to...

That use case is not supported at least not in this syntax...let me think about this one

Is that the only difference you need? Would you still have one template driving the generation of pages in multiple languages?

No no, I don't think it should be too hard. I should have something tomorrow

Perhaps it's not the most elegant solution but this works ``` --- title: Home heading: 'Yo, Assemble!' lead: Welcome to my blog! warning: '' --- {{ heading }} {{#if warning}}{{warning}}{{/if}}...

Here's the repo that I promised (sorry for the delay) https://github.com/LaurentGoderre/i18n-demo

I believe you can. BTW, both are not mutually exclusive, the code between `---` is what is called front matter and can be used on Handlebars or Markdown files and...

With WET core, the dist is stored in a different repo. That's what that commands do. A dist repo doesn't exist for the php variant.

Perhaps there is a way to apply this to submodules as well