AjayKMehta / blog

Source code for my blog.
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Customize build #9

Open AjayKMehta opened 4 years ago

AjayKMehta commented 4 years ago

blogdown::build_site converts RMarkdown files to HTML not .md so I can not take advantage of Hugo features like server-side syntax highlighting. Also, blogdown::build_site re-knits every R Markdown document which is undesirable.

Possible solution is to create a custom build script as outlined here.

AjayKMehta commented 4 years ago

One other option is to use Pandoc instead of Hugo to generate HTML:

https://lazappi.id.au/post/2020-04-09-caching-blogdown/

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

AjayKMehta commented 3 years ago

/cib

create-issue-branch[bot] commented 3 years ago

Branch AjayKMehta/9-Customize_build created!

github-actions[bot] commented 3 years ago

Branch already exists