inSileco / inSileco.github.io

:globe_with_meridians: Our blog powered by blogdown
https://blog.insileco.io/
GNU General Public License v3.0
8 stars 1 forks source link

Trick and tips #42

Closed KevCaz closed 6 years ago

KevCaz commented 6 years ago

Currently we use a R scirpt to add a paragraph describing the series. We should better use a shortcode!

KevCaz commented 6 years ago

Work in progress. Note that to use Hugo in shortcodes a small tweak is needed! See:

https://github.com/rstudio/blogdown/issues/40

So, for instance, to use the trickortips shortcode in Rmd files do:

r htmltools::HTML("{{< trickortips >}}")