Skip to content

Latest commit

 

History

History
153 lines (112 loc) · 9.2 KB

README_en-US.md

File metadata and controls

153 lines (112 loc) · 9.2 KB

WARNING: The project is deprecated, please do not use it. You can try NexT that is maintains actively, good luck.

Stun Logo

A beautiful & simple theme for Hexo

js-standard-style Commitizen friendly FOSSA Status Dependencies status GitHub LICENSE
Hexo version GitHub release Github Discussions

Language: English | 中文简体

✨ Demo

If you plan to use «Stun» theme for a long time and want to show it here, you just need to modify the README_en-US to fill in your website and submit PR.

🔮 Feature

📦 Install

  • Install Stun

    Enter your hexo directory, run this:

    $ git clone https://github.com/liuyib/hexo-theme-stun.git themes/stun

    This command will clone all the files in this repository, many of which are only used for project development and are not used by ordinary users at all. Therefore, if you want to clone only the files necessary for the theme to run, please use the following command instead of the above command:

    $ git clone -b dist https://github.com/liuyib/hexo-theme-stun.git themes/stun

    Note: It is not convenient to update in the future, please use with caution.

  • Install dependency hexo-renderer-pug

    Enter your hexo directory, run this:

    $ npm install --save hexo-renderer-pug

🔨 Usage

Change the _config.yml file in your hexo root directory:

theme: stun

Run your hexo server:

$ hexo clean && hexo s

🎨 Update

$ cd themes/stun

$ git pull

📄 Documentation

Below are some document mirrors (they are fully synchronized), and you can access any one of them.

❓ Question

If you have problems, please read documentation firstly, or check FAQ. You can open an issue when the above methods can't help you 🤗.

🤝 Contribution

Please make sure to read the Contributing Guide before making a pull request.

Thank you to all the people who have already contributed to «Stun»!

💻 Browser Support

IE
IE
Edge
Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
Not Supported 12+ 41+ 45+ 10+ 32+

⭐ Trend of Star

Stargazers over time

📃 License

MIT Copyright (c) 2019-present liuyib

FOSSA Status