gen=hugotheme=LoveIttheme_url=https://github.com/dillonzq/LoveIt.gitstaticdir=themes/LoveIt/images
baseURL = "http://localhost:3333/"# [en, zh-cn, fr, ...] 设置默认的语言defaultContentLanguage = "zh-cn"# 网站语言, 仅在这里 CN 大写languageCode = "zh-CN"# 是否包括中日韩文字hasCJKLanguage = true# 网站标题title = "我的全新 Hugo 网站"# 更改使用 Hugo 构建网站时使用的默认主题theme = "LoveIt"[params]# LoveIt 主题版本version = "0.2.X"[menu][[menu.main]]identifier = "posts"# 你可以在名称 (允许 HTML 格式) 之前添加其他信息, 例如图标pre = ""# 你可以在名称 (允许 HTML 格式) 之后添加其他信息, 例如图标post = ""name = "文章"url = "/posts/"# 当你将鼠标悬停在此菜单链接上时, 将显示的标题title = ""weight = 1[[menu.main]]identifier = "tags"pre = ""post = ""name = "标签"url = "/tags/"title = ""weight = 2[[menu.main]]identifier = "categories"pre = ""post = ""name = "分类"url = "/categories/"title = ""weight = 3# Hugo 解析文档的配置[markup]# 语法高亮设置 (https://gohugo.io/content-management/syntax-highlighting)[markup.highlight]# false 是必要的设置 (https://github.com/dillonzq/LoveIt/issues/158)noClasses = false

