First time User: How to add content? How to add toplevel sites that aren't posts?

Hi @adimit,

Hugo only renders what you tell it to render. This means you need to tell it where to put your content:

{{ .Content }}

See the docs here.

Please have a read about how to manage your content organization in the docs here: Content organization | Hugo

There is a list of excellent resources here: Recommended Reading Reference

I would also suggest searching in the forums as most of the time, questions have already been previously asked and answered.