标签: r bookdown blogdown
我已按照https://bookdown.org/yihui/blogdown/static-files.html的建议通过在blogdown :: build_dir('static')中添加.r文件-并通过创建./static/post目录-我缺少什么?
我还搜索了rbind.io博客结构,但无法弄清楚如何将渲染的图形输出连接到静态/发布/发布日期;而不是如何自动将输出重定向到该文件夹而不是公共文件夹。
感谢您的帮助。
答案 0 :(得分:1)
我想我found the problem
静态目录中的.gitignore文件可防止git暂存Blogdown生成的图像,并将其删除。