Built using blogdown
on top of Hugo.
Deployed via Netlify.
Theme: etch
Usage instructions
The etch
theme does not support rendering of .Rmd
documents.
Hence, each post which requires R code to be rendered is knitted first to .md
.
When using .Rmd
directly, syntax highlighting would not work.
Images
For code which produces images, post-processing is needed with respect to file paths.
The code is stored in the render.R
file of the respective post.
Example:
# fix path of figures created by code
system("gsed -i 's#content/posts#/posts#g' content/posts/2016-11-01-oddsratio/2016-11-01-oddsratio.md")
Auto-dark mode
The etch
theme comes with an automatic auto-dark mode which respects system settings.
New post
blogdown::new_post("Transitioning from x86 to arm64 on macOS- a use case for R users", tags = "R", categories = "R", ext = ".md", subdir = "posts")