Skip to content

sixteenbit/drax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published