From 95af35ccbd317e331c89e1294a20c8ab5221a6a1 Mon Sep 17 00:00:00 2001 From: jess Date: Thu, 1 Apr 2021 17:19:27 -0700 Subject: [PATCH 01/35] Update jolla-blue.html adds meta section to support social sharing if meta vars found. three new variables used: meta.description, meta.url, and meta.twitter reuses variables: title, image --- inst/pandoc_templates/jolla-blue.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/inst/pandoc_templates/jolla-blue.html b/inst/pandoc_templates/jolla-blue.html index dfe90a1..341e9f7 100644 --- a/inst/pandoc_templates/jolla-blue.html +++ b/inst/pandoc_templates/jolla-blue.html @@ -12,6 +12,21 @@ $title$ + + $if(meta)$ + + + + + + + + + + + + + $endif$ $if(favicon)$ From 33a021c4f21348863939f26dee566abccd8bd60c Mon Sep 17 00:00:00 2001 From: jess Date: Thu, 1 Apr 2021 17:19:52 -0700 Subject: [PATCH 02/35] Update jolla.html adds meta section to support social sharing if meta vars found. three new variables used: meta.description, meta.url, and meta.twitter reuses variables: title, image --- inst/pandoc_templates/jolla.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/inst/pandoc_templates/jolla.html b/inst/pandoc_templates/jolla.html index 52f3852..2589569 100644 --- a/inst/pandoc_templates/jolla.html +++ b/inst/pandoc_templates/jolla.html @@ -9,6 +9,21 @@ $title$ + + $if(meta)$ + + + + + + + + + + + + + $endif$ $if(favicon)$ From e31ec662ee8928f5ad33e26d3570bd357e8333c9 Mon Sep 17 00:00:00 2001 From: jess Date: Thu, 1 Apr 2021 17:20:22 -0700 Subject: [PATCH 03/35] Update onofre.html adds meta section to support social sharing if meta vars found. three new variables used: meta.description, meta.url, and meta.twitter reuses variables: title, image --- inst/pandoc_templates/onofre.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/inst/pandoc_templates/onofre.html b/inst/pandoc_templates/onofre.html index fd5e4d8..a2dec94 100644 --- a/inst/pandoc_templates/onofre.html +++ b/inst/pandoc_templates/onofre.html @@ -19,6 +19,21 @@ $title$ + + $if(meta)$ + + + + + + + + + + + + + $endif$ $if(favicon)$ From 6c7b22089f356654ec5aa3b80554e19edc92d0f5 Mon Sep 17 00:00:00 2001 From: jess Date: Thu, 1 Apr 2021 17:20:49 -0700 Subject: [PATCH 04/35] Update trestles.html adds meta section to support social sharing if meta vars found. three new variables used: meta.description, meta.url, and meta.twitter reuses variables: title, image --- inst/pandoc_templates/trestles.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/inst/pandoc_templates/trestles.html b/inst/pandoc_templates/trestles.html index 49da886..881519b 100644 --- a/inst/pandoc_templates/trestles.html +++ b/inst/pandoc_templates/trestles.html @@ -12,6 +12,21 @@ $title$ + + $if(meta)$ + + + + + + + + + + + + + $endif$ $if(favicon)$ From c096717fb71ef2f969c9247f07c1c3610d77e73e Mon Sep 17 00:00:00 2001 From: jess Date: Thu, 1 Apr 2021 17:23:05 -0700 Subject: [PATCH 05/35] Update skeleton.Rmd add meta to yaml --- inst/rmarkdown/templates/jolla-blue/skeleton/skeleton.Rmd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inst/rmarkdown/templates/jolla-blue/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/jolla-blue/skeleton/skeleton.Rmd index 81a0fed..60f4379 100644 --- a/inst/rmarkdown/templates/jolla-blue/skeleton/skeleton.Rmd +++ b/inst/rmarkdown/templates/jolla-blue/skeleton/skeleton.Rmd @@ -10,6 +10,10 @@ links: url: "https://github.com/" - label: Email url: "mailto:email@email.com" +meta: + - description: "floatplane data artist" + - url: "yoursite.com" + - twitter: "@yourname" output: postcards::jolla_blue --- From e1cbc2a09566f10620bca140d9ad79f524b0469e Mon Sep 17 00:00:00 2001 From: jess Date: Thu, 1 Apr 2021 17:23:26 -0700 Subject: [PATCH 06/35] Update skeleton.Rmd add meta to yaml --- inst/rmarkdown/templates/jolla/skeleton/skeleton.Rmd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inst/rmarkdown/templates/jolla/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/jolla/skeleton/skeleton.Rmd index 032b787..b3fef58 100644 --- a/inst/rmarkdown/templates/jolla/skeleton/skeleton.Rmd +++ b/inst/rmarkdown/templates/jolla/skeleton/skeleton.Rmd @@ -10,6 +10,10 @@ links: url: "https://github.com/" - label: Email url: "mailto:email@email.com" +meta: + - description: "floatplane data artist" + - url: "yoursite.com" + - twitter: "@yourname" output: postcards::jolla --- From ba39b43fb7a6f60af4940b40749877b7cd507e9a Mon Sep 17 00:00:00 2001 From: jess Date: Thu, 1 Apr 2021 17:23:49 -0700 Subject: [PATCH 07/35] Update skeleton.Rmd add meta to yaml --- inst/rmarkdown/templates/onofre/skeleton/skeleton.Rmd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inst/rmarkdown/templates/onofre/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/onofre/skeleton/skeleton.Rmd index fa41e71..c3cea6f 100644 --- a/inst/rmarkdown/templates/onofre/skeleton/skeleton.Rmd +++ b/inst/rmarkdown/templates/onofre/skeleton/skeleton.Rmd @@ -13,6 +13,10 @@ links: url: "https://twitter.com/" - label: Email url: "mailto:email@email.com" +meta: + - description: "floatplane data artist" + - url: "yoursite.com" + - twitter: "@yourname" output: postcards::onofre --- From a2062fecc3381766a4f922371baa981e7632e0d0 Mon Sep 17 00:00:00 2001 From: jess Date: Thu, 1 Apr 2021 17:24:22 -0700 Subject: [PATCH 08/35] Update skeleton.Rmd add meta to yaml --- inst/rmarkdown/templates/trestles/skeleton/skeleton.Rmd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inst/rmarkdown/templates/trestles/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/trestles/skeleton/skeleton.Rmd index 0e3793c..2b53b7a 100644 --- a/inst/rmarkdown/templates/trestles/skeleton/skeleton.Rmd +++ b/inst/rmarkdown/templates/trestles/skeleton/skeleton.Rmd @@ -10,6 +10,10 @@ links: url: "https://github.com/" - label: Email url: "mailto:email@email.com" +meta: + - description: "floatplane data artist" + - url: "yoursite.com" + - twitter: "@yourname" output: postcards::trestles --- From 15e670bf04e512d1ddf3fc06628d88633290135c Mon Sep 17 00:00:00 2001 From: jess Date: Thu, 1 Apr 2021 17:30:28 -0700 Subject: [PATCH 09/35] Update skeleton.Rmd remove dashes --- inst/rmarkdown/templates/trestles/skeleton/skeleton.Rmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inst/rmarkdown/templates/trestles/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/trestles/skeleton/skeleton.Rmd index 2b53b7a..2e9528e 100644 --- a/inst/rmarkdown/templates/trestles/skeleton/skeleton.Rmd +++ b/inst/rmarkdown/templates/trestles/skeleton/skeleton.Rmd @@ -11,9 +11,9 @@ links: - label: Email url: "mailto:email@email.com" meta: - - description: "floatplane data artist" - - url: "yoursite.com" - - twitter: "@yourname" + description: "floatplane data artist" + url: "yoursite.com" + twitter: "@yourname" output: postcards::trestles --- From 6036204c46191c177aba9e1c0a15dcf46c9e8f0e Mon Sep 17 00:00:00 2001 From: jess Date: Thu, 1 Apr 2021 17:31:01 -0700 Subject: [PATCH 10/35] Update skeleton.Rmd remove dashes --- inst/rmarkdown/templates/jolla-blue/skeleton/skeleton.Rmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inst/rmarkdown/templates/jolla-blue/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/jolla-blue/skeleton/skeleton.Rmd index 60f4379..eeaf228 100644 --- a/inst/rmarkdown/templates/jolla-blue/skeleton/skeleton.Rmd +++ b/inst/rmarkdown/templates/jolla-blue/skeleton/skeleton.Rmd @@ -11,9 +11,9 @@ links: - label: Email url: "mailto:email@email.com" meta: - - description: "floatplane data artist" - - url: "yoursite.com" - - twitter: "@yourname" + description: "floatplane data artist" + url: "yoursite.com" + twitter: "@yourname" output: postcards::jolla_blue --- From c82eaaf7d9950a87c22ed334da1f479508d7ab71 Mon Sep 17 00:00:00 2001 From: jess Date: Thu, 1 Apr 2021 17:31:23 -0700 Subject: [PATCH 11/35] Update skeleton.Rmd remove dashes --- inst/rmarkdown/templates/jolla/skeleton/skeleton.Rmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inst/rmarkdown/templates/jolla/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/jolla/skeleton/skeleton.Rmd index b3fef58..197c036 100644 --- a/inst/rmarkdown/templates/jolla/skeleton/skeleton.Rmd +++ b/inst/rmarkdown/templates/jolla/skeleton/skeleton.Rmd @@ -11,9 +11,9 @@ links: - label: Email url: "mailto:email@email.com" meta: - - description: "floatplane data artist" - - url: "yoursite.com" - - twitter: "@yourname" + description: "floatplane data artist" + url: "yoursite.com" + twitter: "@yourname" output: postcards::jolla --- From a684d499fe67849a2be4e94edaf8dbc9e2deeda7 Mon Sep 17 00:00:00 2001 From: jess Date: Thu, 1 Apr 2021 17:31:44 -0700 Subject: [PATCH 12/35] Update skeleton.Rmd remove dashes --- inst/rmarkdown/templates/onofre/skeleton/skeleton.Rmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inst/rmarkdown/templates/onofre/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/onofre/skeleton/skeleton.Rmd index c3cea6f..b0b616a 100644 --- a/inst/rmarkdown/templates/onofre/skeleton/skeleton.Rmd +++ b/inst/rmarkdown/templates/onofre/skeleton/skeleton.Rmd @@ -14,9 +14,9 @@ links: - label: Email url: "mailto:email@email.com" meta: - - description: "floatplane data artist" - - url: "yoursite.com" - - twitter: "@yourname" + description: "floatplane data artist" + url: "yoursite.com" + twitter: "@yourname" output: postcards::onofre --- From c15fe7a3f9b5a0b54179a6b55dfcb0c87b10020e Mon Sep 17 00:00:00 2001 From: jess Date: Thu, 1 Apr 2021 17:36:18 -0700 Subject: [PATCH 13/35] Update jolla.html add quotes around variables in meta tags --- inst/pandoc_templates/jolla.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/inst/pandoc_templates/jolla.html b/inst/pandoc_templates/jolla.html index 2589569..189464b 100644 --- a/inst/pandoc_templates/jolla.html +++ b/inst/pandoc_templates/jolla.html @@ -11,18 +11,18 @@ $title$ $if(meta)$ - - - - - - - - - + + + + + + + + + - - + + $endif$ $if(favicon)$ From 2d698d9d334ef12b5405a9aad634fab6bf4ef0c9 Mon Sep 17 00:00:00 2001 From: jess Date: Thu, 1 Apr 2021 17:39:44 -0700 Subject: [PATCH 14/35] Update jolla.html add twitter at --- inst/pandoc_templates/jolla.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inst/pandoc_templates/jolla.html b/inst/pandoc_templates/jolla.html index 189464b..f8c303d 100644 --- a/inst/pandoc_templates/jolla.html +++ b/inst/pandoc_templates/jolla.html @@ -21,8 +21,8 @@ - - + + $endif$ $if(favicon)$ From 67c5323c73470e22623781eba63632b58a2cf2d2 Mon Sep 17 00:00:00 2001 From: jess Date: Thu, 1 Apr 2021 17:45:36 -0700 Subject: [PATCH 15/35] Update jolla-blue.html deal with literal at --- inst/pandoc_templates/jolla-blue.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/inst/pandoc_templates/jolla-blue.html b/inst/pandoc_templates/jolla-blue.html index 341e9f7..2dfd612 100644 --- a/inst/pandoc_templates/jolla-blue.html +++ b/inst/pandoc_templates/jolla-blue.html @@ -14,18 +14,18 @@ $title$ $if(meta)$ - - - - - - - - - + + + + + + + + + - - + + $endif$ $if(favicon)$ From 451960b4105234f045eb37a0d8fd2b7386a9244f Mon Sep 17 00:00:00 2001 From: jess Date: Thu, 1 Apr 2021 17:45:59 -0700 Subject: [PATCH 16/35] Update onofre.html deal with literal at --- inst/pandoc_templates/onofre.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/inst/pandoc_templates/onofre.html b/inst/pandoc_templates/onofre.html index a2dec94..13a29c5 100644 --- a/inst/pandoc_templates/onofre.html +++ b/inst/pandoc_templates/onofre.html @@ -21,18 +21,18 @@ $title$ $if(meta)$ - - - - - - - - - + + + + + + + + + - - + + $endif$ $if(favicon)$ From d98947f58499e597a9512278577d004c75c38e23 Mon Sep 17 00:00:00 2001 From: jess Date: Thu, 1 Apr 2021 17:46:23 -0700 Subject: [PATCH 17/35] Update trestles.html deal with literal at --- inst/pandoc_templates/trestles.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/inst/pandoc_templates/trestles.html b/inst/pandoc_templates/trestles.html index 881519b..b205568 100644 --- a/inst/pandoc_templates/trestles.html +++ b/inst/pandoc_templates/trestles.html @@ -14,18 +14,18 @@ $title$ $if(meta)$ - - - - - - - - - + + + + + + + + + - - + + $endif$ $if(favicon)$ From 0487acec19bd57d6017aee161916fd4efa4a9863 Mon Sep 17 00:00:00 2001 From: jess Date: Thu, 1 Apr 2021 17:47:52 -0700 Subject: [PATCH 18/35] Update skeleton.Rmd --- inst/rmarkdown/templates/jolla-blue/skeleton/skeleton.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/rmarkdown/templates/jolla-blue/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/jolla-blue/skeleton/skeleton.Rmd index eeaf228..01e061f 100644 --- a/inst/rmarkdown/templates/jolla-blue/skeleton/skeleton.Rmd +++ b/inst/rmarkdown/templates/jolla-blue/skeleton/skeleton.Rmd @@ -13,7 +13,7 @@ links: meta: description: "floatplane data artist" url: "yoursite.com" - twitter: "@yourname" + twitter: "yourname" output: postcards::jolla_blue --- From ba7b13f50cdb720a00894ec052df0f55fbd21e79 Mon Sep 17 00:00:00 2001 From: jess Date: Thu, 1 Apr 2021 17:48:17 -0700 Subject: [PATCH 19/35] Update skeleton.Rmd --- inst/rmarkdown/templates/jolla/skeleton/skeleton.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/rmarkdown/templates/jolla/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/jolla/skeleton/skeleton.Rmd index 197c036..9ab9ef9 100644 --- a/inst/rmarkdown/templates/jolla/skeleton/skeleton.Rmd +++ b/inst/rmarkdown/templates/jolla/skeleton/skeleton.Rmd @@ -13,7 +13,7 @@ links: meta: description: "floatplane data artist" url: "yoursite.com" - twitter: "@yourname" + twitter: "yourname" output: postcards::jolla --- From 97643409b2e21f0697a400c1f95562c0dfbc2214 Mon Sep 17 00:00:00 2001 From: jess Date: Thu, 1 Apr 2021 17:48:33 -0700 Subject: [PATCH 20/35] Update skeleton.Rmd --- inst/rmarkdown/templates/onofre/skeleton/skeleton.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/rmarkdown/templates/onofre/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/onofre/skeleton/skeleton.Rmd index b0b616a..31f0e3f 100644 --- a/inst/rmarkdown/templates/onofre/skeleton/skeleton.Rmd +++ b/inst/rmarkdown/templates/onofre/skeleton/skeleton.Rmd @@ -16,7 +16,7 @@ links: meta: description: "floatplane data artist" url: "yoursite.com" - twitter: "@yourname" + twitter: "yourname" output: postcards::onofre --- From 9e14b5ef8ce560e059c61b4e55719ccae75bff1f Mon Sep 17 00:00:00 2001 From: jess Date: Thu, 1 Apr 2021 17:48:51 -0700 Subject: [PATCH 21/35] Update skeleton.Rmd --- inst/rmarkdown/templates/trestles/skeleton/skeleton.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/rmarkdown/templates/trestles/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/trestles/skeleton/skeleton.Rmd index 2e9528e..d1abc36 100644 --- a/inst/rmarkdown/templates/trestles/skeleton/skeleton.Rmd +++ b/inst/rmarkdown/templates/trestles/skeleton/skeleton.Rmd @@ -13,7 +13,7 @@ links: meta: description: "floatplane data artist" url: "yoursite.com" - twitter: "@yourname" + twitter: "yourname" output: postcards::trestles --- From 8114fe84ea0da8827b20a2278e2a631a8f043706 Mon Sep 17 00:00:00 2001 From: jess Date: Fri, 2 Apr 2021 16:27:48 -0700 Subject: [PATCH 22/35] Update onofre.html removes self close meta --- inst/pandoc_templates/onofre.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/inst/pandoc_templates/onofre.html b/inst/pandoc_templates/onofre.html index 13a29c5..7d360b8 100644 --- a/inst/pandoc_templates/onofre.html +++ b/inst/pandoc_templates/onofre.html @@ -22,17 +22,17 @@ $if(meta)$ - - - - - - - - - - - + + + + + + + + + + + $endif$ $if(favicon)$ From 9f9f049e8316d443704410968b45fdb364ea22ce Mon Sep 17 00:00:00 2001 From: jess Date: Fri, 2 Apr 2021 16:32:18 -0700 Subject: [PATCH 23/35] Update onofre.html --- inst/pandoc_templates/onofre.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/pandoc_templates/onofre.html b/inst/pandoc_templates/onofre.html index 7d360b8..a17720b 100644 --- a/inst/pandoc_templates/onofre.html +++ b/inst/pandoc_templates/onofre.html @@ -21,7 +21,7 @@ $title$ $if(meta)$ - + From 9a7a8630cf7ba8d87c8a290f444bbc74cc87d933 Mon Sep 17 00:00:00 2001 From: jess Date: Fri, 2 Apr 2021 16:35:15 -0700 Subject: [PATCH 24/35] Update onofre.html add closing meta tags --- inst/pandoc_templates/onofre.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/inst/pandoc_templates/onofre.html b/inst/pandoc_templates/onofre.html index a17720b..6755673 100644 --- a/inst/pandoc_templates/onofre.html +++ b/inst/pandoc_templates/onofre.html @@ -21,18 +21,18 @@ $title$ $if(meta)$ - - - - - - - - - - - - + + + + + + + + + + + + $endif$ $if(favicon)$ From bada64e9a8390d1041443b940103d066c552f784 Mon Sep 17 00:00:00 2001 From: jess Date: Fri, 2 Apr 2021 16:43:04 -0700 Subject: [PATCH 25/35] Update onofre.html add url to image meta --- inst/pandoc_templates/onofre.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inst/pandoc_templates/onofre.html b/inst/pandoc_templates/onofre.html index 6755673..39b82ad 100644 --- a/inst/pandoc_templates/onofre.html +++ b/inst/pandoc_templates/onofre.html @@ -28,8 +28,8 @@ - - + + From d2c4b8b9cf85aeca17ffe2cf4cc402d293922126 Mon Sep 17 00:00:00 2001 From: jess Date: Fri, 2 Apr 2021 16:47:12 -0700 Subject: [PATCH 26/35] Update trestles.html fixes meta tags and adds url to image --- inst/pandoc_templates/trestles.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/inst/pandoc_templates/trestles.html b/inst/pandoc_templates/trestles.html index b205568..f5e1792 100644 --- a/inst/pandoc_templates/trestles.html +++ b/inst/pandoc_templates/trestles.html @@ -14,18 +14,18 @@ $title$ $if(meta)$ - - - - - - - - - - - - + + + + + + + + + + + + $endif$ $if(favicon)$ From 4ec0b485c6cee5f4e348abe49cd403f5740b6a20 Mon Sep 17 00:00:00 2001 From: jess Date: Fri, 2 Apr 2021 16:47:36 -0700 Subject: [PATCH 27/35] Update jolla.html close jolla meta tags and add url image --- inst/pandoc_templates/jolla.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/inst/pandoc_templates/jolla.html b/inst/pandoc_templates/jolla.html index f8c303d..b3b3ed7 100644 --- a/inst/pandoc_templates/jolla.html +++ b/inst/pandoc_templates/jolla.html @@ -11,18 +11,18 @@ $title$ $if(meta)$ - - - - - - - - - - - - + + + + + + + + + + + + $endif$ $if(favicon)$ From 4db11da53c302f16dcb35b82abd0fc7e9dc9a8ab Mon Sep 17 00:00:00 2001 From: jess Date: Fri, 2 Apr 2021 16:48:01 -0700 Subject: [PATCH 28/35] Update jolla-blue.html close meta tags and add image url --- inst/pandoc_templates/jolla-blue.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/inst/pandoc_templates/jolla-blue.html b/inst/pandoc_templates/jolla-blue.html index 2dfd612..2e96aca 100644 --- a/inst/pandoc_templates/jolla-blue.html +++ b/inst/pandoc_templates/jolla-blue.html @@ -14,18 +14,18 @@ $title$ $if(meta)$ - - - - - - - - - - - - + + + + + + + + + + + + $endif$ $if(favicon)$ From a509da9f5d29b631f3a39dcf03811333581c862c Mon Sep 17 00:00:00 2001 From: jess Date: Fri, 2 Apr 2021 16:53:03 -0700 Subject: [PATCH 29/35] Update README.md explains the meta options in readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index ae9d496..96da526 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,23 @@ in New York City. "ГУМ" is their latest project which examines the rise of consumerism in post-Soviet republics. ``` +## Meta tags + +Each of the templates has an optional meta section. If you include it, the values +will be used to create social cards, like for twitter. + +``` +meta: + description: "floatplane data artist" + url: "yoursite.com" + twitter: "yourname" +``` +These tags assume that `@yourname` is your twitter handle. Do not include the "@" because it confuses pandoc. +The code also assumes that your image is going to be at the first level of your site, like: `yoursite.com/herzl.jpg`. +You can edit the resulting index.html if that is not true. +Check your card with the twitter card validator. + + ## Troubleshooting Most issues that people have using this package are related their installation From 71a90661a559df5351c97bdd292d2589b83ad881 Mon Sep 17 00:00:00 2001 From: jess Date: Sat, 12 Mar 2022 10:19:51 -0800 Subject: [PATCH 30/35] Update README.md removes alternative for editing resulting file responding to code review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96da526..a84035e 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ meta: ``` These tags assume that `@yourname` is your twitter handle. Do not include the "@" because it confuses pandoc. The code also assumes that your image is going to be at the first level of your site, like: `yoursite.com/herzl.jpg`. -You can edit the resulting index.html if that is not true. + Check your card with the twitter card validator. From 2198d4f37253a2c3e823570be168424a3a9db487 Mon Sep 17 00:00:00 2001 From: jess Date: Sat, 12 Mar 2022 10:24:26 -0800 Subject: [PATCH 31/35] Update onofre.html makes twitter creator conditional on twitter --- inst/pandoc_templates/onofre.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inst/pandoc_templates/onofre.html b/inst/pandoc_templates/onofre.html index 39b82ad..0b47884 100644 --- a/inst/pandoc_templates/onofre.html +++ b/inst/pandoc_templates/onofre.html @@ -31,9 +31,11 @@ + $if(twitter)$ $endif$ + $endif$ $if(favicon)$ From ab1bcb6a4d92b11d6cb004906d9295d1cceaf37b Mon Sep 17 00:00:00 2001 From: jess Date: Sat, 12 Mar 2022 10:25:10 -0800 Subject: [PATCH 32/35] Update trestles.html makes twitter conditional --- inst/pandoc_templates/trestles.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inst/pandoc_templates/trestles.html b/inst/pandoc_templates/trestles.html index f5e1792..cc79f75 100644 --- a/inst/pandoc_templates/trestles.html +++ b/inst/pandoc_templates/trestles.html @@ -24,9 +24,11 @@ + $if(twitter)$ $endif$ + $endif$ $if(favicon)$ From 7d5395bd3daeecb9305645544edb802b6cf5364c Mon Sep 17 00:00:00 2001 From: jess Date: Sat, 12 Mar 2022 10:26:30 -0800 Subject: [PATCH 33/35] Update inst/pandoc_templates/jolla-blue.html incorporates alternative urls Co-authored-by: Garrick Aden-Buie --- inst/pandoc_templates/jolla-blue.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/pandoc_templates/jolla-blue.html b/inst/pandoc_templates/jolla-blue.html index 2e96aca..b82d97d 100644 --- a/inst/pandoc_templates/jolla-blue.html +++ b/inst/pandoc_templates/jolla-blue.html @@ -21,7 +21,7 @@ - + From c724bc398a6fccf53f0f7ebc9229cb4a70b22f26 Mon Sep 17 00:00:00 2001 From: jess Date: Sat, 12 Mar 2022 10:27:33 -0800 Subject: [PATCH 34/35] Update jolla-blue.html adds twitter conditional --- inst/pandoc_templates/jolla-blue.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inst/pandoc_templates/jolla-blue.html b/inst/pandoc_templates/jolla-blue.html index b82d97d..4558800 100644 --- a/inst/pandoc_templates/jolla-blue.html +++ b/inst/pandoc_templates/jolla-blue.html @@ -24,9 +24,11 @@ + $if(twitter)$ $endif$ + $endif$ $if(favicon)$ From 9c10dfe3c1782148aefcb21d008f852b895e0f72 Mon Sep 17 00:00:00 2001 From: jess Date: Sat, 12 Mar 2022 10:29:14 -0800 Subject: [PATCH 35/35] Update jolla.html adds twitter conditional --- inst/pandoc_templates/jolla.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inst/pandoc_templates/jolla.html b/inst/pandoc_templates/jolla.html index b3b3ed7..a8ca481 100644 --- a/inst/pandoc_templates/jolla.html +++ b/inst/pandoc_templates/jolla.html @@ -21,9 +21,11 @@ + $if(twitter)$ $endif$ + $endif$ $if(favicon)$