You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if I'm doing something wrong, but also not sure how to diagnose what's happening.
I have the default template setup and am able to run and host the site with npm run dev.
But as soon as I modify or change the example.md in the content\docs\guides folder or try and replace or even just add a new one (even using the template command npm run create docs/guides/faq.md from the docs, the guides just go blank, none show up anymore. But there's no errors listed in the output...)
Hmm, reverted and tried again and seems to be working now, maybe... though I think for the new files I was trying to add it was also due to draft: true being the default?
Is there a place I can find the actually outputted html content from hugo to see what it's generating?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Not sure if I'm doing something wrong, but also not sure how to diagnose what's happening.
I have the default template setup and am able to run and host the site with
npm run dev
.But as soon as I modify or change the
example.md
in the content\docs\guides folder or try and replace or even just add a new one (even using the template commandnpm run create docs/guides/faq.md
from the docs, the guides just go blank, none show up anymore. But there's no errors listed in the output...)Hmm, reverted and tried again and seems to be working now, maybe... though I think for the new files I was trying to add it was also due to
draft: true
being the default?Is there a place I can find the actually outputted html content from hugo to see what it's generating?
Beta Was this translation helpful? Give feedback.
All reactions