Kotsu
Kotsu copied to clipboard
:sparkles: Clean, opinionated foundation for new projects — to boldly go where no man has gone before
"Hiding" pages by adding `_` in front of filename isn't always convenient, since it completely removes page from build. While sounding right, it has few issues: 1. Page becomes completely...
This seems to be quite neat: https://github.com/amilajack/eslint-plugin-compat
Tests
So far we're quite short on any tests and infrastructure for it. Unfortunately, this isn't easy task, because we need to test much more than just JavaScript. I'll come up...
Currently `Nav`, `NavItem`, `Link` and `isActive` do not support relative urls. I think this can be fixed by using Node `resolve` method.
This is just a quick note about weird thing. After getting Gray Matter and hydrating it with some additional data, it gets current page's breadcrumb in form of Array, and...
https://github.com/addyosmani/critical probably the best solution right now
We should check out https://github.com/jonschlinkert/remarkable
Currently Gray Matter stays in Nunjucks file during rendering. It's never printed out to final html, though, because it's placed _before_ block declaration. However, it gets rendered anyway. In most...
https://github.com/purifycss/purifycss