Loong-T / hexo-theme-brewski

A minimal Hexo theme

Home Page:https://tiaanduplessis.github.io/hexo-theme-brewski-demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

    About

    A minimal Hexo theme

    https://tiaanduplessis.github.io/hexo-theme-brewski-demo/

    License:MIT License


    Languages

    Language:CSS 57.7%Language:Pug 42.3%