Customize Your Blog
Setup
Customization
05/15/2020
customize.js
You don't have to go deep into source code to customize the blog. gatsby-blog-mdx is easily configurable by changing values in customize.js
and customize-styles.js
(for styling). This post describes each customizable component in depth.
TEXT
.├── _assets├── _posts├── src├── customize-styles.js ├── customize.js └── ...
Click to view description of each configuration
Site
Profile
Social Media
Advanced
Styles & Fonts
Don't like the colors chosen for the themes or default fonts? You can change them inside config-styles.js
file