Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document new way to indicate cross-posts #224

Merged
merged 2 commits into from
Nov 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions editor.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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 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

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).
Expand Down
Loading