This is a starter theme based on Underscores with scss structure is improved and use Bootstrap 3 framework.
Download theme-name
from GitHub. The first thing you want to do is copy the theme-name
directory and change the name to something else (like, say, megatherium-is-awesome
), and then you'll need to do some steps.
- Change theme information in
style.css
file - Search for:
theme-name-
and replace with:megatherium-is-awesome-
- Search for:
theme_name_
and replace with:megatherium_is_awesome_
- Search for:
Theme_Name
and replace with:Megatherium_Is_Awesome
- Search for:
'theme-name'
and replace with:'megatherium-is-awesome'
- Search for:
Theme Name
and replace with:Megatherium Is Awesome
- Update the links in
footer.php
with your own information - Next, update or delete this readme
- Run
npm install
to install node modules. - Run
gulp
to watch changes and compile scss to css.
Now you're ready to go! The next step is easy to say, but harder to do: make an awesome WordPress theme. :)
Good luck!