:memo: :art: A theme for blog based on Gatsby.
Gatsby-theme-mini is a clean and delicate theme for blog based on Gatsby. It provides a simple and elegant design for creating a blog website.
To install gatsby-theme-mini, make sure you have Node.js and yarn (or npm) installed on your system. Then follow these steps:
npm install gatsby-theme-mini
or
yarn add gatsby-theme-mini
gatsby-config.js file:module.exports = {
plugins: [
'gatsby-theme-mini'
]
}
Configure your site settings:
After installing the theme, you can modify the site settings in the config/default.yaml file. This allows you to customize various aspects of your blog, such as the site title, description, and social media links.
Create new posts:
To create a new post, navigate to the posts folder in your project directory. Here, you can create a new markdown file with the desired content for your blog post.
Gatsby-theme-mini is a clean and delicate theme for blog websites. It offers easy installation and configuration, allowing you to quickly set up and customize your blog. With its responsive layout and support for creating new posts, it provides a convenient solution for building a personal or professional blog.