Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

linhe0x0/gatsby-theme-mini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatsby-theme-mini

A clean and delicate theme for blog based on Gatsby.

Getting started

Installing gatsby-theme-mini is quite easy. However, you do need to have a couple of other things installed first:

1. Install gatsby-theme-mini

npm install gatsby-theme-mini

2. Enable the theme in your gatsby-config.js file

module.exports = {
  plugins: ['gatsby-theme-mini'],
}

3. Configure your info

mkdir config && touch config/default.yaml

Once initialised, here’s what your project folder will look like:

├── config
│   └── default.yaml
├── gatsby-config.js
├── package.json
└── posts
    └── hello-world
        └── index.mdd

All the folders you need to care about

Configuration

You can modify site settings in config/default.yaml.

To config/default.yaml to get more details.

Developing

Built With

  • React
  • GraphQL
  • Node.js

Prerequisites

Setting up Dev

git clone https://github.com/sqrthree/gatsby-theme-mini.git

cd gatsby-theme-mini
yarn install

cd packages/demo
yarn run dev

LICENSE

This project is licensed under the MIT License.


sqrtthree.com  ·  GitHub @sqrthree  ·  Twitter @sqrtthree

About

📝 🎨 A theme for blog based on Gatsby.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •