Sergii Lavrin
Sergii Lavrin
It is possible to generate proper font-face based on provided fonts in `source.fonts`. Each font probably have to carry with it json or yaml file with it's properties which Grunt...
Add i18n support - [x] Nunjucks - [ ] Scripts - [ ] Styles - [ ] Data - [ ] Images
We need to update our [Werker CD guide](https://github.com/LotusTM/Kotsu/wiki/Continuous-Delivery-with-Wercker-Docker-and-CoreOS) - Update with latest configs - Make similar guide for CircleCI - Add information about Travis, David and Slack integrations setup (?)...
Current `Nav` component doesn't work well because of issues, introduced in Nunjucks 3.0.0: * https://github.com/mozilla/nunjucks/issues/912 * https://github.com/mozilla/nunjucks/issues/906 So far the only way is to pass parameters of `Nav` to each...
[Nav component](https://github.com/LotusTM/Kotsu/blob/master/source/templates/_components/_Nav.nj) worked quite well, untill we've hit needs to accomplish following things: - Display items only from specified route - Check, does Nav actually returns anything. Especially actual when...
Currently Kotsu tries to render and template (with sprintf) everything you pass to main `config()` of base template. It also forces rendering of everything that goes throw `getPage()` global function,...
`grunt-webfont` started to screw some icons during font generation, though, strangely, not all of them. See https://github.com/sapegin/grunt-webfont/issues/321 for details.
Add ability to generate additional pages based on specified properties with specified template. It will allow, for instance, fetch data from 3rd-party services and generate additional pages based on it....