The output format of a site differs from theme to theme, but when you write an article called content, the output format is normally something like the following.
https://your-site/post/content/
https://your-site/content/When you want to make this your-site/content.html, that is, end it in .html
Add the following inside config.toml
uglyURLs = true- Note: If “url:xxxx” is written in the front matter of an article, it takes precedence, so uglyURLS has no effect and you do not get the html format.
If it is written, only that article gets output as something like your-site/xxxx/