Skip to content

zoerooney/Emi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6f59348 · Mar 28, 2015
Sep 19, 2014
Aug 29, 2014
Mar 8, 2015
Feb 23, 2015
Feb 20, 2015
Apr 14, 2014
Feb 20, 2015
Feb 20, 2015
Apr 14, 2014
Apr 14, 2014
Apr 14, 2014
Feb 20, 2015
Feb 20, 2015
Sep 19, 2014
Mar 28, 2015
Feb 27, 2015
Feb 20, 2015
Mar 28, 2015
Feb 20, 2015
Apr 14, 2014
Apr 14, 2014
Feb 20, 2015
Apr 14, 2014
May 23, 2013
Feb 20, 2015
Apr 14, 2014
Feb 20, 2015
Feb 20, 2015
Apr 11, 2014

Repository files navigation

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