forked from rse-asia/RSE_Asia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.Rmd
29 lines (27 loc) · 948 Bytes
/
blog.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: "Blog"
description: |
Blogs by or about RSE Asia Association
twitter:
creator: "@RSE_Asia"
listing: blog
---
```{r setup, message=FALSE, warning=FALSE, include=FALSE}
library(metathis)
meta() %>%
meta_description(
"A list of blogs related to the RSE Asia Association"
) %>%
meta_name("github-repo" = "rse-asia/RSE_Asia") %>%
meta_viewport() %>%
meta_social(
title = "Blog",
url = "https://rse-asia.github.io/RSE_Asia/blog.html",
image = "https://github.com/rse-asia/RSE_Asia/blob/main/images/Updated_RSE_Asia_logo.jpg",
image_alt = "The RSE Asia Association logo inspired from the logo of the Society of Research Software Engineering - Labelled RSE on top in white capital letters and labelled ASIA below in capital letters.",
og_type = "website",
og_author = c("RSE Asia Association"),
twitter_card_type = "summary",
twitter_creator = "@RSE_Asia"
)
```