How to publish your blog to your server

hi! thank you for this page.
Could you please add exactly how to specify your theme in the config and what folders and/or urls are present to make it so? I cannot get it to take. Instead, the text for each blog is rendered in a list like an RSS feed, but no styling

1.Here is what I have;
I have in my config.toml:

theme = “hugo_theme_robust”

And I have the git repo at themes/hugo_theme_robust
but my pages do not have any styling when I double click on the produced index.html.

2.Here is the log output:

$ hugo-dev -v
INFO: 2016/07/07 20:20:02 hugo.go:452: Using config file: /Users/me/src/myBloge/myBlog-bitb/config.toml
INFO: 2016/07/07 20:20:02 hugo.go:561: using a UnionFS for static directory comprised of:
INFO: 2016/07/07 20:20:02 hugo.go:562: Base: /Users/me/src/myBloge/myBlog-bitb/themes/hugo_theme_robust/static
INFO: 2016/07/07 20:20:02 hugo.go:563: Overlay: /Users/me/src/myBloge/myBlog-bitb/static/
INFO: 2016/07/07 20:20:02 hugo.go:595: syncing static files to /Users/me/src/myBloge/myBlog-bitb/public/
Started building site
INFO: 2016/07/07 20:20:02 site.go:1275: found taxonomies: map[string]string{“tag”:“tags”, “category”:“categories”}
INFO: 2016/07/07 20:20:02 htmlredirect.go:116: Alias “/tags/sale/page/1” translated to “tags/sale/page/1/index.html”
INFO: 2016/07/07 20:20:02 htmlredirect.go:116: Alias “/categories/contact/page/1” translated to “categories/contact/page/1/index.html”
INFO: 2016/07/07 20:20:02 htmlredirect.go:116: Alias “/categories/admin/page/1” translated to “categories/admin/page/1/index.html”
INFO: 2016/07/07 20:20:02 htmlredirect.go:116: Alias “/tags/hello/page/1” translated to “tags/hello/page/1/index.html”
INFO: 2016/07/07 20:20:02 htmlredirect.go:116: Alias “/post/page/1” translated to “post/page/1/index.html”
INFO: 2016/07/07 20:20:02 htmlredirect.go:116: Alias “/page/1” translated to “page/1/index.html”
INFO: 2016/07/07 20:20:02 htmlredirect.go:116: Alias “/page/1” translated to “page/1/index.html”
ERROR: 2016/07/07 20:20:02 template.go:138: Unable to render [partials/header.html theme/partials/header.html]
ERROR: 2016/07/07 20:20:02 template.go:139: Expecting to find a template in either the theme/layouts or /layouts in one of the following relative locations [partials/header.html theme/partials/header.html]
ERROR: 2016/07/07 20:20:02 template.go:138: Unable to render [partials/subheader.html theme/partials/subheader.html]
ERROR: 2016/07/07 20:20:02 template.go:139: Expecting to find a template in either the theme/layouts or /layouts in one of the following relative locations [partials/subheader.html theme/partials/subheader.html]
0 of 5 drafts rendered
0 future content
4 pages created
0 non-page files copied
7 paginator pages created
2 tags created
2 categories created
in 64 ms

3.I am using markdown right now, but I hope to use asciidoc later.
4.It works fine with hugo server.
5.Opening the created index.html with my browser yields unstyled text.