/amethyst

[ WordPress ] Amethyst is a simple blog theme that **cared to typography and readability for all devices.** The design is kept simple, fully responsive and flexible tow-columns theme. Features are, two widgets, customizer, Foundation, Genericons, Sass, Gulp use.

Primary LanguageCSSGNU General Public License v2.0GPL-2.0

Amethyst

Deployment status from DeployBot

Simple WordPress Theme based on Foundation. See details at readme.txt.

Amethyst

Requires

  • Node.js
  • npm

Setup your project

  1. Make WordPress environment.

  2. Install some dependencies.

     $ cd path/to/directory ; npm install
    
  3. To run gulp tasks with proxy mode, Set hostname on line 18 in gulpfile.js. Default is amethyst.dev.

     'vhost'          : 'amethyst.dev'
    
  4. Run gulp. You don't need to install gulp globally.

     // proxy mode
     $ npm run gulp
    
     // server mode for static websites or files
     $ npm run gulp-server
    

Options

Initialize Foundation

$ npm run foundation-init

Distribution

$ npm run gulp-zip

Autoprefix

You'd like to autoprefix specific browsers, edit gulpfile.js below these lines.

.pipe($.autoprefixer({
  browsers: ['last 2 versions', 'ie 10', 'ie 9'],
  cascade: false
}))

Third Party Resources

Foundation

src/scss/core/foundation/
src/scss/core/_foundation.scss
src/scss/core/_global.scss
src/scss/core/_settings.scss

Genericons

assets/genericons/

Font Awesome

assets/font-awesome/

HTML5 Shiv

src/js/html5shiv.js

License

GNU GENERAL PUBLIC LICENSE Version 2