https://github.com/truongwp/theme-name
A starter theme based on Underscores and use Bootstrap 3 scss
https://github.com/truongwp/theme-name
wordpress wordpress-boilerplate wordpress-development wordpress-starter-theme wordpress-theme
Last synced: 3 months ago
JSON representation
A starter theme based on Underscores and use Bootstrap 3 scss
- Host: GitHub
- URL: https://github.com/truongwp/theme-name
- Owner: truongwp
- License: gpl-2.0
- Created: 2017-03-04T15:13:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T03:25:33.000Z (over 9 years ago)
- Last Synced: 2025-04-02T07:18:47.979Z (over 1 year ago)
- Topics: wordpress, wordpress-boilerplate, wordpress-development, wordpress-starter-theme, wordpress-theme
- Language: CSS
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/Automattic/_s)
This is a starter theme based on [Underscores](http://underscores.me/) with scss structure is improved and use Bootstrap 3 framework.
Getting Started
---------------
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.
1. Change theme information in `style.css` file
2. Search for: `theme-name-` and replace with: `megatherium-is-awesome-`
3. Search for: `theme_name_` and replace with: `megatherium_is_awesome_`
4. Search for: `Theme_Name` and replace with: `Megatherium_Is_Awesome`
5. Search for: `'theme-name'` and replace with: `'megatherium-is-awesome'`
6. Search for: `Theme Name` and replace with: `Megatherium Is Awesome`
7. Update the links in `footer.php` with your own information
8. Next, update or delete this readme
Generate CSS
---------------
1. Run `npm install` to install node modules.
2. 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!