【发布时间】:2020-02-19 06:22:07
【问题描述】:
我每次在 blogdown 中构建时都会收到警告
在 RStudio 中,我运行代码:
blogdown::serve_site()
网站呈现正常,但我收到以下警告。
Building sites … WARN 2020/02/19 17:13:53 Page.Hugo is deprecated and will be removed in a future release. Use the global hugo function.
WARN 2020/02/19 17:13:53 Page.RSSLink is deprecated and will be removed in a future release. Use the Output Format's link, e.g. something like:
{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}
WARN 2020/02/19 17:13:53 .File.TranslationBaseName on zero object. Wrap it in if or with: {{ with .File }}{{ .TranslationBaseName }}{{ end }}
WARN 2020/02/19 17:13:53 Page.Dir is deprecated and will be removed in a future release. Use .File.Dir
WARN 2020/02/19 17:13:53 Page.UniqueID is deprecated and will be removed in a future release. Use .File.UniqueID
WARN 2020/02/19 17:13:54 Page.URL is deprecated and will be removed in a future release. Use .Permalink or .RelPermalink. If what you want is the front matter URL value, use .Params.url
我只是想知道,我是否需要做任何事情,或者这些问题会通过以下方式解决:
- R 中的 blogdown 包?或
- 雨果学术他们?或
- 两者?或
- 其他人/事???
谢谢! :)
【问题讨论】: