From 5f04e9e897721d786944da7902d15b3406693a9e Mon Sep 17 00:00:00 2001 From: mpadge Date: Mon, 1 Jul 2024 11:02:49 +0200 Subject: [PATCH] add cname for #38 https://github.com/quarto-dev/quarto-cli/discussions/3249#discussioncomment-4090518 --- DESCRIPTION | 2 +- codemeta.json | 2 +- quarto/CNAME | 1 + quarto/_quarto.yml | 2 ++ 4 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 quarto/CNAME diff --git a/DESCRIPTION b/DESCRIPTION index 331eec4..8b91e11 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: dashboard Title: What the Package Does (One Line, Title Case) -Version: 0.2.2.030 +Version: 0.2.2.031 Authors@R: person(given = "First", family = "Last", diff --git a/codemeta.json b/codemeta.json index b7b1fe0..c3c0905 100644 --- a/codemeta.json +++ b/codemeta.json @@ -6,7 +6,7 @@ "name": "dashboard: What the Package Does (One Line, Title Case)", "codeRepository": "https://github.com/ropensci-review-tools/dashboard", "license": "https://spdx.org/licenses/MIT", - "version": "0.2.2.030", + "version": "0.2.2.031", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", diff --git a/quarto/CNAME b/quarto/CNAME new file mode 100644 index 0000000..aa7cb15 --- /dev/null +++ b/quarto/CNAME @@ -0,0 +1 @@ +dashboard.ropensci.org diff --git a/quarto/_quarto.yml b/quarto/_quarto.yml index 38907bf..933d361 100644 --- a/quarto/_quarto.yml +++ b/quarto/_quarto.yml @@ -1,5 +1,7 @@ project: type: website + resources: + - CNAME website: title: "Dashboard"