我正在使用 Hugo http://hugo.spf13.com/overview/introduction将带有 html/css/js 文件的文件夹呈现为我的笔记本电脑中的本地主机。
我有 html 文件/content和文件/static夹中的所有 js/css/img 文件
这是内容在 config.toml
baseurl = "http://localhost"
contentdir = "content"
languageCode = "en-us"
title = "my new hugo site"
我做了hugo server,它呈现/public文件夹就好了。但是所有 .html 文件现在都变成了 .xml 文件,我无法在浏览器中打开它们http://localhost:1313/index.html。
我做错了什么?
繁花不似锦
相关分类