how to only have one custom post type post?

I would suggest creating a Theme Options page for this purpose.

https://wordpress.stackexchange.com/questions/tagged/theme-options

add_options_page() in Codex.

Or is there anything special in the post edit screen that you want to use that would be hard to get into the Theme Options page?