Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/DrakeLeung/hexo-theme-again

lalala
https://github.com/DrakeLeung/hexo-theme-again

Last synced: 2 months ago
JSON representation

lalala

Awesome Lists containing this project

README

        

# hexo-theme-again
A dead simple theme which supports emoji 。

## Demo

[lyyourc.com](http://lyyourc.com/) :star: :star:

## Usage

Install the theme:

```bash
git clone https://github.com/DrakeLeung/hexo-theme-again.git themes/again
```

Install the dependencies:

```bash
npm i -S hexo-renderer-sass hexo-renderer-markdown-it markdown-it-emoji twemoji
```

Use the theme:

```yml
# config.yml
# theme: landscape
theme: again
```

Preview:

```bash
hexo server
```

## Tips
- Add twitter emoji :sheep::hatched_chick::whale:: [twemoji](https://github.com/markdown-it/markdown-it-emoji#change-output)。

## License
MIT