/hexo-theme-muncie

My attempt at a customized theme for the Hexo static site generator

Primary LanguageSCSS

hexo-theme-muncie

Usage

  1. In the themes/ directory:

    git clone https://github.com/kmuncie/hexo-theme-muncie.git muncie
    
  2. In the project root directory:

    npm install --save hexo-renderer-sass
    
  3. Change the theme property in the config.yml file.

    # theme: landscape
    theme: muncie
  4. Run: hexo server

License

MIT