0.2.2 • Published 2 years ago

gatsby-theme-mini v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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