Ivan Ganev
Ivan Ganev
Hello, thanks for the feedback! Yes, it is quite possible to implement, but now I am working on another project - Theme for Gatsby. There will be much more possibilities...
Hi. Sorry for the long answer. I updated the starter, now everything should work fine.
Hi @magdielikari Make sure to download the latest version (I fixed some issues just now). In site-config.js, change `theme: 'grommet',` to `theme: 'hpe',` or `theme: 'dark',`. That's all. These three...
Hi @magdielikari Make sure to download the latest version (I fixed some issues just now). In site-config.js, change `theme: 'grommet',` to `theme: 'hpe',` or `theme: 'dark',`. That's all. These three...
Hi. I don’t know how to do it right. I prefer to see how they solve this problem in the Novela project.
Yes, we need to investigate this issue - something is wrong here. Soon I plan to update the version of Gatsbyjs in the Chronoblog, perhaps this will reveal some problems.
When I made tags, I thought more of them as a replacement for sections/menus for the site. That is, in general, I did not think that there should be a...
I do not think that we can make such a config in `gatsby-config.js`. The fact is that there can be many tag clouds on the site, they are located in...
By the way, it is important to add a button that, when clicked, will display all hidden tags. `array.slice(1, 9)` must start from zero, otherwise it will remove the first...
So, the problem is that - Chronoblog uses plugin "gatsby-plugin-mdx", and does not use the plugin "gatsby-transformer-remark". The "gatsby-plugin-mdx" plugin itself can work with remark plugins, but they must be...