# saber-theme-aimer

[![npm](https://badgen.net/npm/v/saber-theme-aimer)](https://npm.im/saber-theme-aimer)

> A concise Saber theme, ported and evoluted from the unreleased hexo-theme-mina.

## Demo

- [Demo website](https://www.h404bi.com)

## Install

```bash
yarn add saber-theme-aimer
```

In your `saber-config.yml`:

```yml
theme: aimer
```

## Layouts

- `404`: For 404 not found page.
- `default`: The default post/page layout.
- `index`: The default homepage layout.
- `category`: The category pages layout (extend from index).
- `tag`: The tag pages layout (extend from index).
- `home`: The frontpage (landing page) layout.

## Site Config

[TODO]

## Theme Config

[TODO]

## License

[MIT](LICENSE) © h404bi

> [Website](https://www.h404bi.com) · GitHub [@h404bi](https://github.com/h404bi) · Twitter [@h404bi](https://twitter.com/h404bi)
