Forgive me if this is really juvenile. I’m new to ruby dev.
So I have a beautiful installation of discourse up and running on digitalocean. I am waiting for my DNS servers to propogate now that I’ve directed them at my discourse IP on digitalocean.
The forum is working beautifully.
How and where can I build static content of the website around discourse?
E.g., I want someone to hit a static page prior to going to discourse, and then click "forum’ in the nav.
Normally I would just open up the host and add the pages there, but I’m unsure how to do that on digitalocean.
I am thinking that depends on if a subdomain is pointing to your Discourse install (eg, discourse.example.com). If you want your top-tier domain (example.com) to have that link, then you only need to make a server block for example.com and your static page.