Gatsby.js Medium Blog
Blog website built with Gatsby JS inspired by Medium design.
Brian Ruiz
This is a gatsby portfolio template inspired by Mediums earlier design. A perfect fully featured starting point for your blog or portfolio.
Features
- π² PWA ready, installable on Android and iOS
- π Algolia Search, search by all attributes
- π§ Getform.io contact form with easy setup.
- π Blog ready, easily add your blog posts with MDX
- π Togglable dark mode
- π» SEO ready, option to Add meta description
Adding your blog posts
Adding your own content is super simple with the Jamstack design of the project. You won't need to write any HTML or CSS, just markdown (although you absolutely can if you wish to change the design or add your own features). The MDX posts are found in the content/posts/ directory. With MDX you can even add react components to your posts as found below.
Dark mode ready
with a toggle switch in the header. The theme is saved in local storage so it will persist between sessions. or you can set it to follow the user's system settings.