Recently I made a simple web template using basic HTML and twitter bootstrap along with my own custom CSS. I want to convert that into a WordPress theme.
I know how to create WP theme from basic template . But how can I integrate twitter bootstrap with it?
If I put bootstrap.css, bootstrap-responsive.css, custom.css (my custom CSS file) into the CSS folder of WordPress theme, and bootstrap.min.js into my js folder of wp theme , will it work?
