luhuadong / hexo-theme-acorn

Acorn is a Hexo theme for small and medium sized businesses or studios.

Home Page:https://acorn.imaging.xin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Acorn

Acorn is a Hexo theme for small to medium sized businesses or studios.

Acorn Sample data

中文文档

Example

Install

$ git clone https://github.com/zhwangart/hexo-theme-acorn.git themes/acorn

Enable

Modify theme setting in _config.yml to acorn

theme: acorn

Update

cd themes/acorn
git pull

Plugins

hexo-autoprefixer

Autoprefixer plugin for Hexo.

Installation

$ npm install hexo-autoprefixer --save

Options

Configure Autoprefixer in your Hexo config.

autoprefixer:
  exclude:
    - '*.min.css'

In package.json :

"browserslist": [
  "last 2 versions"
]

Complete sample:

"hexo": {
    "version": "6.0.0"
  },
  "dependencies": {
     ....
  },
  "browserslist": [
   "last 2 versions"
 ]

hexo-clean-css

Minify CSS files with clean-css.

Installation

$ npm install hexo-clean-css --save

Options

clean_css:
  exclude: 
    - *.min.css

About

Acorn is a Hexo theme for small and medium sized businesses or studios.

https://acorn.imaging.xin

License:GNU General Public License v3.0


Languages

Language:Stylus 58.5%Language:EJS 38.3%Language:JavaScript 2.0%Language:HTML 1.3%