An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

🍺 brewski



A minimal Hexo theme



make a pull request






Github Watch Badge


Github Star Badge


Tweet





Built with ❤︎ by tiaanduplessis and contributors

Table of Contents

Table of Contents

  • About

  • Install

  • Usage

  • Update

  • Contribute

  • License
  • ## 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.