Kotsu icon indicating copy to clipboard operation
Kotsu copied to clipboard

:sparkles: Clean, opinionated foundation for new projects — to boldly go where no man has gone before

Results 90 Kotsu issues
Sort by recently updated
recently updated
newest added

See [details](https://webmasters.googleblog.com/2013/04/x-default-hreflang-for-international-pages.html) and [here](https://support.google.com/webmasters/answer/189077?hl=ru)

i18n

At the moment it's just a list of possible features and ideas for future release ## Global - [ ] Refactor existing data pipeline and focus on unidirectional approach -...

Kotsu definitely becoming bigger and updating it within 3rd-party projects becomes harder. As a potential solution, we could move into standalone NPM modules pieces, which are less likely to be...

enhancement

Just because we can https://developers.google.com/web/tools/lighthouse/

enhancement

Okey, we have I "minor" issue here. For quite long time JavaScript didn't have access to Kotsu data, and it still doesn't have. It is the only remaining element of...

It would be great, if we could make some of Grunt configs available to Sass, to avoid hardcoding in Sass. It will result in more unified approach, when all important...

enhancement

Not sure it have to go into core, but for now let's keep that issue here. Some useful resources: - https://github.com/danmaz74/ABalytics - http://romainstrock.com/easyAB/ - http://blog.alexmaccaw.com/abba - http://support.kissmetrics.com/a-b-testing/using-km-js/ - http://nopreset.ru/blog/eksperimentyi/a-b-testirovanie-na-sayte-s-pomoshhyu-js-i-yandeks-metriki/ (example...

enhancement

As we know from articles like [this one](https://mathiasbynens.github.io/rel-noopener/), as of right now anchors with `target='_blank` are unsafe. Potential fix would be adding `rel='noopener'` to every anchor with target. But, I'm...

We definitely need some automated way to test this. * https://github.com/addyosmani/a11y * https://github.com/pa11y/pa11y * https://github.com/dequelabs/axe-core (most modern, used by Lighthouse) and related https://www.npmjs.com/package/gulp-axe-core * Running whole Lighthouse (see [Gulp example](https://github.com/GoogleChrome/lighthouse/blob/master/docs/recipes/gulp/gulpfile.js))...

enhancement

We would be safer if we will always test our html to ensure that it conforms standards. Do not confuse with linting. This can be part of larger tester, or...

enhancement