https://github.com/tiaanduplessis/hexo-theme-brewski
A minimal Hexo theme
https://github.com/tiaanduplessis/hexo-theme-brewski
hexo hexo-theme
Last synced: about 1 month ago
JSON representation
A minimal Hexo theme
- Host: GitHub
- URL: https://github.com/tiaanduplessis/hexo-theme-brewski
- Owner: tiaanduplessis
- License: mit
- Created: 2017-06-14T11:18:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T05:10:20.000Z (over 2 years ago)
- Last Synced: 2024-05-20T09:21:12.401Z (11 months ago)
- Topics: hexo, hexo-theme
- Language: CSS
- Homepage: https://tiaanduplessis.github.io/hexo-theme-brewski-demo/
- Size: 18.6 KB
- Stars: 98
- Watchers: 3
- Forks: 22
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hexo-themes - tiaanduplessis/hexo-theme-brewski
README
🍺 brewski
A minimal Hexo theme
Table of Contents
Table of Contents
## About
A minimal theme based on and hacked from [artemis](https://github.com/Dreyer/hexo-theme-artemis). Check out the demo [here](https://tiaanduplessis.github.io/hexo-theme-brewski-demo/).
### Install
From your Hexo project root directory:
Copy the theme into your `themes` sub-directory:
```sh
$ 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](https://travis-ci.org)):
```sh
$ git submodule add https://github.com/tiaanduplessis/hexo-theme-brewski.git themes/brewski
```
After cloning, install the needed dependencies:
```sh
$ npm install --save hexo-renderer-pug hexo-generator-feed hexo-generator-sitemap
```
### Usage
Modify `theme` setting in `_config.yml` to `brewski`.
You can override the theme options using `theme_config` in the main `_config.yml`:
```yaml
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
```
### Update
```sh
$cd themes/brewski
$ git pull
```
## Contributing
Contributions are welcome!
1. Fork it.
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D
Or open up [a issue](https://github.com/tiaanduplessis/form-extract/issues).
## License
Licensed under the MIT License.