zoerooney / Emi

Emi, a WordPress Starter Theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emi Starter Theme

This is a clean WordPress starter theme cobbled together from a variety of resources over multiple years. Emi is intended to be used as a starting point for other WordPress themes, it is not meant to be a stand-alone theme in itself.

If you want to get even more automated, there's also a Yeoman generator that configures Emi for you: https://github.com/zoerooney/yo-emi

Set Up

I use String Replacer (a Mac app) to find and replace the following strings, keeping the same general format as shown:

themeName > Theme Name

themeHandle > Theme_Name

themeFunction > theme_name

themeTextDomain > theme-name

There are additional variables in scss/styles.scss you'll want to update one at a time, and a few in footer.php as well.

Workflow

This theme uses Gulp to automate the following tasks:

  • Sass preprocessing
  • Auto browser prefixing (via Autoprefixer)
  • Minifying CSS

It also watches changes to files for use with LiveReload

Changelog

1.2 Updated variables
1.1 General cleanup and tidying
1.0 Initial public release

About

Emi, a WordPress Starter Theme


Languages

Language:PHP 55.3%Language:CSS 41.4%Language:JavaScript 3.3%