Hi @seankross,
I've noticed that most postcards users don't realize that you can use favicon images on postcards websites. I found out myself that this was supported by performing a search https://github.com/search?q=repo%3Aseankross%2Fpostcards%20favicon&type=code and finding code such as
|
$if(favicon)$ |
|
<link rel="shortcut icon" href=$favicon$> |
|
$endif$ |
.
I just made https://gist.github.com/lcolladotor/13fed6606de847f55b0550175895145e#file-index-rmd-L13 as an example and shared it with students on my class. As usual, I'm asking them to make websites with postcards ;) Details at https://lcolladotor.github.io/jhustatcomputing/projects/project-0/.
Anyway, it might be useful to include a bit of documentation about how to use favicon (or other YAML-configurable options you have supported).
Best,
Leo
Hi @seankross,
I've noticed that most
postcardsusers don't realize that you can usefaviconimages onpostcardswebsites. I found out myself that this was supported by performing a search https://github.com/search?q=repo%3Aseankross%2Fpostcards%20favicon&type=code and finding code such aspostcards/inst/pandoc_templates/jolla.html
Lines 13 to 15 in f271ffd
I just made https://gist.github.com/lcolladotor/13fed6606de847f55b0550175895145e#file-index-rmd-L13 as an example and shared it with students on my class. As usual, I'm asking them to make websites with
postcards;) Details at https://lcolladotor.github.io/jhustatcomputing/projects/project-0/.Anyway, it might be useful to include a bit of documentation about how to use
favicon(or other YAML-configurable options you have supported).Best,
Leo