Hi,
I’m trying to move to Hugo from old awestrucct based site where I have a lot of asciidoc based content.
In doing so I can see Hugo stating it’s processing the adoc files but majority of them result in zero HTML output.
No errors/warning shown.
Is there a way to see what is going on? Verbose does not give more info.
btw. if you want to try it out then I pushed my experimental branch up to https://github.com/maxandersen/xam.dk/tree/hugo
so you can see what I get by running
git clone https://github.com/maxandersen/xam.dk
cd xam.dk
git co hugo
hugo server -v
and then see that http://localhost:1313/about/ does not show up even though that content/about/index.adoc
exist.
btw. it sometimes work but haven’t figured out the differentiator ;/
any help appreciated.
never mind - found out the reason is that I had “blog” content types rather than “post” so the reason nothing is happening was that nothing in the templates actually found my content.