tomanistor/osprey

Adding pages and posts

StevenPuttemans opened this issue · 1 comments

So I generated a site, added some extra buttons, extra content, ...

Then I do hugo server -D and all extra md files are processed properly (by providing an extra .html file in the theme templates). However if I run hugo without server and copy contents from public folder to my ftp, all the extra pages are not rendered.

Am I missing something?

So this one can be closed down, it was a hugo issue, with md pages still on draft = true ... hard to find out it seems