Kotsu
Kotsu copied to clipboard
:sparkles: Clean, opinionated foundation for new projects — to boldly go where no man has gone before
Related to linting and testing. Can't tell do we want this, but looks interesting: * https://github.com/typicode/husky * https://github.com/okonet/lint-staged
- [ ] Add information about on which specs based our locale, since it isn't ordinary Gettext format, but more modern and used in browsers BCP 47 specs. Despite we...
Well, it is slightly nontrivial, but would be cool to prevent some nasty situation when you ignored something in `robots.txt`, but not in `sitemap_xml` task
See https://github.com/andismith/grunt-responsive-images/issues/57 Because of that, watch for images with `grunt-responsive-images` will be disabled
Well, I can't remember how we made such conclusions and resulted in current implementation, but after looking at this right know, I have feeling that it's strongly f**ked up. ##...
Resolve issues with stylelint rules marked as #todo in configuration file
See https://github.com/stylelint/stylelint/issues/2399 for details.
For instance, current [Breadcrumb component](https://github.com/LotusTM/Kotsu/blob/master/source/templates/_components/_Breadcrumb.nj) works great, but it isn't recognized by any search engines. To fix that, we need to use microdata or JSON-LD, or RDFa (so it might...
From time to time we need to use in Sass or Nunjucks image dimensions. Besides, we could do some more interesting manipulations on already loaded into memory image. So, what...
I'd like to improve Gray Matter structure and give it some more power to redefine some backed-in properties of base layout. As a side effect, it will resolve #59 and...