A minimal Hexo theme
Built with ❤︎ by tiaanduplessis and contributors
A minimal theme based on and hacked from artemis. Check out the demo here.
From your Hexo project root directory:
Copy the theme into your themes
sub-directory:
$ git clone https://github.com/tiaanduplessis/hexo-theme-brewski.git themes/brewski
You can also add it as a submodule (plays better with CI like travis):
$ git submodule add https://github.com/tiaanduplessis/hexo-theme-brewski.git themes/brewski
After cloning, install the needed dependencies:
$ npm install --save hexo-renderer-pug hexo-generator-feed hexo-generator-sitemap
Modify theme
setting in _config.yml
to brewski
.
You can override the theme options using theme_config
in the main _config.yml
:
theme: brewski
theme_config:
logo:
google_analytics: UA-XXXXXXXX-X
copyright:
since: 2016
name: John Doe
url: https://www.example.org/john-doe
menu:
Home: /
About: /about
GitHub: https://github.com/tiaanduplessis
RSS: /atom.xml
$cd themes/brewski
$ git pull
Contributions are welcome!
- Fork it.
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Or open up a issue.
Licensed under the MIT License.