Skip to content

tiaanduplessis/hexo-theme-brewski

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

🍺 brewski

A minimal Hexo theme


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. Check out the demo here.

    Install

    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

    Usage

    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

    Update

    $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.

    License

    Licensed under the MIT License.