Paul
Paul
This should be straight-forward to add to the theme as a partial or layout
We should create a forwarding mechanism using meta refresh tag when a user goes to `/api/`. The forwarding page can be built at the same time `index.html` is since it...
GitHub doesn't have rewrite rules (or symlinks). Server tricks are out unless we switch to a real server.
jekyll-redirect-from creates html with a meta tag. We used to disable jekyll w/ a `.nojekyll` file because hexo is our templater. Not sure if we do any more. Even so,...
Yeah, the pattern used with DeclareConstructor makes this a sticky issue to resolve. It's usage should be OK with `declare`, but I was trying to extend `Evented` like a class...