From d5fd557cc373b25b11d93aff178fa2934930f6c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Fri, 10 Nov 2023 09:41:58 +0100 Subject: [PATCH 1/2] Document new way to indicate cross-posts Fix #223 --- editor.Rmd | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/editor.Rmd b/editor.Rmd index 89d7f12..72ef08a 100644 --- a/editor.Rmd +++ b/editor.Rmd @@ -73,6 +73,21 @@ blogguidance::show_checklist(c("editor-checklist.csv", "editor-checklist-peer-re blogguidance::show_checklist("editor-checklist.csv") ``` +### Check cross-posting metadata + +If the post is cross-posted on other website(s), indicate it like so in the YAML metadata of the post: + +```yaml +crossposts: +- name: website1 name + url: url to post on website1 +- name: website2 name + url: url to post on website2 +``` + +This is to make the cross-post alert appear ([example](https://ropensci.org/blog/2023/08/01/r-universe-and-cran/) +as well as to make the cross-post metadata appear in the JSON feed that Rogue Scholar consumes. + ### Check Twitter metadata The Twitter metadata in a post's YAML helps it "look good" when an account like R Weekly Live or other readers link to the post in a tweet, separate from [the tweet _we_ send](#tweetpromo). From 0780ba5e3f0b8f5338dceeb8b4a0c884454d8d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Tue, 14 Nov 2023 10:32:40 +0100 Subject: [PATCH 2/2] Update editor.Rmd Co-authored-by: Steffi LaZerte --- editor.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editor.Rmd b/editor.Rmd index 72ef08a..535ea55 100644 --- a/editor.Rmd +++ b/editor.Rmd @@ -85,8 +85,8 @@ crossposts: url: url to post on website2 ``` -This is to make the cross-post alert appear ([example](https://ropensci.org/blog/2023/08/01/r-universe-and-cran/) -as well as to make the cross-post metadata appear in the JSON feed that Rogue Scholar consumes. +This is to ensure the cross-post alert appears ([example](https://ropensci.org/blog/2023/08/01/r-universe-and-cran/) +as well as to make the cross-post metadata visible to the JSON feed that Rogue Scholar uses. ### Check Twitter metadata