How to convert a HTML site to WordPress?

I have been searching online as well as on youtube for any kind of help concerning the conversion of a finished HTML site to WordPress. Unfortunately they were either outdated, not completed or whatnot. How can I get started?
Presently I only have knowledge about things, such as get_header, get_footer, get_sidebar, but not a lot more. For example I am not able to somehow even place the content on the site. :frowning:

A good starting point is the Wordpress Codex.

http://codex.wordpress.org/Theme_Development

http://codex.wordpress.org/Stepping_Into_Templates

http://codex.wordpress.org/Theme_Development_Checklist

http://codex.wordpress.org/Template_Hierarchy

http://yoast.com/wordpress-theme-anatomy/

Thanks all! I have found it at the end. It’s just a little hidden on codex.wordpress.org, just needed all of the code snippets. :slight_smile:

If You need all code then start from scratch with wordpress twentyeleven templates,In this templates almost everything theming code is used.