ThunderMiracle·Mar 22, 2022Add copy button to your GatsbyJS blog’s code blockAdding code block to technical blog is a common UseCase. By using GatsbyJS, it’s quite easy. What you have to do is just install…
ThunderMiracle·Mar 7, 2022Use GitHub Actions to deploy GatsbyJS to NetlifyCI/CD for my site: thundermiracle.com used Netlify’s build service, but has recently moved to Github Actions. The kicker is the using of…
ThunderMiracle·May 6, 2021How to add search function to a multilingual GatsbyJS site with AlgoliaGatsbyJS is a great tool for building blog or document sites. It’s fast, well-documented, easy to study, and powered by GraphQL. As all we…
ThunderMiracle·Jun 7, 2019Deploy Static Sites to Netlify by Circle-CIBack in the 90s’ of the web, about all sites were static. But as web users grow, we want to display rich contents. Then comes up the new…A response icon1A response icon1
ThunderMiracle·Feb 26, 2019Auto-load all stories in storybook by storybook-loaderIt is always said that documentation is as important as source code’s quality.