Thanks for sharing more details. There are a couple of things that seem to be misconfigured. And I haven’t even gotten to the URLs missing…
First thing I notice, when I go to http://noisin.com/ my browser gets redirected to http://www.noisin.com/ but that end is misconfigured, so the connection drops. See below:
~$ curl http://noisin.com/
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://www.noisin.com/">here</a>.</p>
</body></html>
~$ curl http://www.noisin.com/ -v
* Trying 208.97.170.181...
* Connected to www.noisin.com (208.97.170.181) port 80 (#0)
> GET / HTTP/1.1
> Host: www.noisin.com
> User-Agent: curl/7.47.0
> Accept: */*
>
< HTTP/1.1 301 Moved Permanently
< Date: Wed, 13 Sep 2017 05:37:12 GMT
< Server: Apache
< Location: http://noisin.com/
< Vary: Accept-Encoding
< Content-Length: 0
< Content-Type: text/html; charset=UTF-8
<
* Connection #0 to host www.noisin.com left intact
I also noticed that your SSL certificate is self-signed, which throws my browser into panic. Is this site hosted on DreamHost? If so, consider using the free Let’s Encrypt certificate which is universally accepted by browsers.
Now, going to your problem, it seems to me that this Muse-to-WordPress plugin you used has not worked as you expected. I am guessing that you created these nice html pages in Muse, but when the plugin imported them it lost the links or didn’t configure WordPress correctly or something…
I am not familiar with Muse nor with the plugin (I googled, and it looks like there is more than one Muse-to-WP plugin). Try to login into your wordpress admin site: do you see any content there? Like posts or pages? from the look of it, I can see only the “Hello World” post on https://noisin.com/2017/09/12/hello-world/ and nothing in the WordPress archives https://noisin.com/2017/09/. I would expect to see more pages, one for each of the URL you have on the front page. You need to do more work on your side to understand what that Muse-WP thing is supposed to do and why it’s failing.
Are you sure you need the whole WordPress for your site? Have you considered other options, like DreamHost Remixer http://remixer.com/?