Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 912 Bytes

README.md

File metadata and controls

51 lines (38 loc) · 912 Bytes

Starting Line

The worst is over

Features

Dependencies

Getting started

Clone the repository into wp-content/themes/awesome-theme

git clone https://github.com/sixteenbit/starting-line.git awesome-theme

Run yarn to grab all dependencies

yarn

Update theme name in config.yml

# Theme strings used in the `rename` gulp task
THEME:
  ## The current strings in the theme
  CURRENT:
    name: "Starting Line"
    slug: "starting-line"
    prefix: "starting_line_"
    class: "SL_"
  ## The strings to rename in the theme
  NEW:
    name: "Awesome Theme"
    slug: "awesome-theme"
    prefix: "awesome_theme_"
    class: "AT_"

Run the task to rename

gulp rename:theme