Chronoblog / gatsby-theme-chronoblog

⏳ Chronoblog is a Gatsbyjs theme specifically designed to create a personal website. The main idea of ​​Chronoblog is to allow you not only to write a personal blog but also to keep a record of everything important that you have done.
https://chronoblog.now.sh
MIT License
130 stars 26 forks source link

Added support for mdxOtherwiseConfigured flag and included gatsby-remark-smartypants #51

Closed sigstart closed 3 years ago

sigstart commented 4 years ago

I had a need to override the resolve: 'gatsby-plugin-mdx' definition in the gatsby-config.js, so I implemented a mdxOtherwiseConfigured flag like in gatsby-theme-blog-core.

Also included the gatsby-remark-smartypants plugin.

Removed the additional plugins: [...] array in the gatsby-plugin-mdx definition as it no longer seems to be needed as a workaround.

Added a section to the blog post in the Chromeblog starter about smart quotes to demonstrate what SmartPants does.

m0rtyn commented 3 years ago

Very useful PR!