Skip to content

Commit

Permalink
docs: remove hexo-renderer-dartsass and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ahonn committed Feb 4, 2024
1 parent e46cf94 commit c625a18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: '18.x'
- name: Prepare source
run: |
npm install hexo-renderer-ejs hexo-renderer-dartsass --save
npm install hexo-renderer-ejs hexo-renderer-scss --save
git clone -b master https://github.com/ahonn/hexo-theme-even.git themes/even
cp themes/even/_config.yml.example themes/even/_config.yml
npm install
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A super simple theme for Hexo

## Installation
```bash
$ npm install hexo-renderer-ejs hexo-renderer-dartsass --save
$ npm install hexo-renderer-ejs hexo-renderer-scss --save
$ git clone https://github.com/ahonn/hexo-theme-even themes/even
$ cp themes/even/_config.yml.example themes/even/_config.yml
```
Expand Down

0 comments on commit c625a18

Please sign in to comment.