An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/Automattic/_s.svg?branch=master)](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!