Skip to content

sixteenbit/starting-line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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