【发布时间】:2021-10-17 21:49:06
【问题描述】:
这是配置文件
baseURL = "https://.github.io/"
languageCode = "en-us"
title = "Title"
theme="hugo-PaperMod"
[[params=]]
[[homeInfoParams=]]
Title= "Hi there wave"
Content= "Can be Info, links, about..."
[[socialIcons=]]
- name= "github"
url= "<link>"
- name= "<platform 2>"
url= "<link2>"
这是powershell上的错误
ERROR 2021/08/15 17:40:30 "C:\Users\user\Desktop\blog\webapp\config.toml:5:9": unmarshal failed: toml: expected character U+005D
Rebuilt in 1 ms
我是这个领域的初学者,这很可能是一个基本的东西,但我无法弄清楚。
【问题讨论】:
标签: powershell markdown hugo toml