如何在 academicpages.github.io 中添加发布?

How to add publication in academicpages.github.io?

我分叉了https://github.com/academicpages/academicpages.github.io and I am trying to adjust the content. I want to add a publication on the publication site. So, I created "2021-05-21-willingness-to-vaccinate-against-COVID-19.md" in the publications folder.However, it does not show up on https://dangraeber.github.io. How does it come? My repo: https://github.com/dangraeber/dangraeber.github.io

是否有此模板的文档?

提前致谢!

最佳

丹尼尔

当我进行本地构建时,出现以下错误:

Conversion error: Jekyll::Converters::Markdown encountered an error while converting '_publications/2021-05-21-willingness-to-vaccinate-against-COVID-19.md':
                    The source text contains invalid characters for the used encoding UTF-8

是施罗德身上的ö字。如果我删除它,我就没有构建错误。

你有我能想到的三个选项:

  1. 将 ö 更改为 o。
  2. 像这样使用 HTML 条目:Schröder.
  3. 更改编码。 (我对语言编码了解不够,无法就此提供建议。)