Ivan Ganev

Results 12 issues of Ivan Ganev

With [https://www.npmjs.com/package/gatsby-plugin-feed](https://www.npmjs.com/package/gatsby-plugin-feed)

enhancement

Create an opportunity for global site tag management. In its raw form, it may look something like this (in gatsby-config.js): gatsby-config.js in gatsby-theme-chronoblog plugin options ```js tagsManagement: [{   tagName: "post",...

enhancement

Currently, search only works with titles.

enhancement

Include these libraries in starters: [https://www.npmjs.com/package/gatsby-plugin-meta-redirect](https://www.npmjs.com/package/gatsby-plugin-meta-redirect) [https://www.npmjs.com/package/gatsby-redirect-from](https://www.npmjs.com/package/gatsby-redirect-from)

enhancement

Something like **scrollspy**, to the left of the feed, with date navigation. Something like: 2019 (5) < 2018 (7) < **2017 (5) ↓** ---- January (1) ---- **February (2)** ←...

enhancement

Currently, for `notes` all paths begin with `notes` - like `example.com/notes/some-note`, while `links` and `posts` do not have special paths. Make the user decide the path for each type of...

enhancement

Buttons that allow moving to the previous and next (in chronology) materials. These buttons are common for gatsby sites, but in the case of the chronoblog, they are more difficult...

enhancement

Ability to set different behavior for **cover images**. Both for all content and specific content types. Leave the current behavior (blur background) as default.

enhancement

For some reason typescript says that `color` does not exist in the game object (`GameObj`), here is an example code: ```ts const k = kaboom({ width: 800, height: 500, global:...