Run hugo --buildDrafts
. Your content isn't showing because it is a draft.
When I run that, I get the following output to public
:
public
├── audioformats
│ ├── index.xml
│ ├── mp3
│ │ └── index.xml
│ ├── mp4
│ │ └── index.xml
│ └── ogg
│ └── index.xml
├── categories
│ ├── bad
│ │ └── index.xml
│ ├── funny
│ │ └── index.xml
│ └── index.xml
├── index.xml
├── posts
│ └── index.xml
├── sitemap.xml
└── tags
└── index.xml
There isn’t a theme, but it uses the embedded RSS template.
So that works as I expect, does it make sense to you?