How do I convert .md to .html USING Hugo WITHOUT 3rd party themes?

Viewed 29

When running hugo -D I could see the .xml files getting generated by default. Any configuration changes needed or how can I get the very simple .HTML file converted from .MD file

1 Answers

You can disable XML generation in the config file.

Related