如何获得申请Hugo/Netlify网站的主题?

How do I get theme to apply for Hugo/Netlify website?

使用 hugo-geo theme and RStudio, I've built a website on Netlify. My code is on GitHub (https://github.com/kathryn2/Website).

我遇到的问题:初始页面效果很好。左窗格中的超链接都按预期工作。从左窗格中选择单个帖子时(例如,https://k22daugherty.netlify.com/post/how-heavily-armed-is-your-state/),格式完全乱码。就好像没有主题,网站不知道该怎么办一样。我试着看看是否缺少编织降价页面,当我这样做时,我收到无法找到图像的错误。这是我第一次使用 Rmarkdown(虽然我已经习惯了使用 Python 的 JupyterNotebook),所以任何明显的修复都值得一提。

感谢任何帮助!

尝试以下操作:

修改this file第23行来自

<link rel="stylesheet" href="/css/style.css">

<link rel="stylesheet" href="public/css/style.css">

如果它不起作用,请注意您的 github 存储库应该是 public 文件夹,而不是您创建 R 项目的整个文件夹以及您在哪里使用 blogdown。