From f36450dbc0cc5a6ecb8af281b635e54a184e9b8d Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Thu, 21 Nov 2019 11:52:37 +0100 Subject: [PATCH] Translate README in english --- README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..aadbf2d --- /dev/null +++ b/README.md @@ -0,0 +1,43 @@ +# hexo-theme-butterfly + +Version +Author +Hexo +node.js + + +[Blog / Demo](https://jerryc.me/) + +Inspirecd by [hexo-theme-melody](https://github.com/Molunerfinn/hexo-theme-melody) theme. + +## Installation + +Stable branch: + +``` +git clone -b master https://github.com/jerryc127/hexo-theme-butterfly.git themes/Butterfly +``` + +Bleeding edge unstable branch: + +``` +git clone -b dev https://github.com/jerryc127/hexo-theme-butterfly.git themes/Butterfly +``` + +## Activate +Modify hexo config `_config.yml`, and chaneg to `Butterfly` theme. + +``` +theme: Butterfly +``` + +You need to install some dependencies: pug, stylus: npm install hexo-renderer-pug hexo-renderer-stylus --save or yarn add hexo-renderer-pug hexo-renderer-stylus + +## More information + +[More information](https://jerryc.me/posts/21cfbf15) + +## Screenshots + +![image](https://user-images.githubusercontent.com/16351105/58887365-1272f780-8718-11e9-9329-3292c6ba20d4.png) +![image](https://user-images.githubusercontent.com/16351105/58887457-3cc4b500-8718-11e9-9417-2bdea603c92e.png)