【发布时间】:2019-05-03 22:57:49
【问题描述】:
我一直在尝试使用 blogdown 和学术模板创建个人网站:
blogdown::new_site(theme = "gcushen/hugo-academic")
但是,当我尝试将网站附加到 github 页面时,我收到了错误:
our site is having problems building: The variable {{2\left( {x + 4} on line 58 in content/slides/example-slides.md was not properly closed with }}. For more information, see https://help.github.com/articles/page-build-failed-tag-not-properly-terminated/.
它看起来正确终止了......但无论如何,我试图删除该文件,但是即使删除它也会出现同样的错误。
网站是https://github.com/sebastiz/SebastianZekiCV/
【问题讨论】:
标签: github-pages hugo blogdown