From b257881d0bc01a4dc3ec51562a3e4785597b1953 Mon Sep 17 00:00:00 2001 From: "George G. Vega Yon" Date: Sat, 15 Aug 2026 14:24:51 -0600 Subject: [PATCH 1/2] docs: add pkgdown author profiles Co-authored-by: Codex --- _pkgdown.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_pkgdown.yml b/_pkgdown.yml index e19b093..29d57ee 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -3,6 +3,13 @@ url: https://usccana.github.io/netplot/ template: bootstrap: 5 +authors: + "George Vega Yon": + href: "https://ggvy.cl" + html: "" + "Porter Bischoff": + href: "https://orcid.org/0009-0004-6742-6281" + reference: - title: "Drawing networks" desc: > From 3cfee071cd06eacebe95f9f05a2f0851264913da Mon Sep 17 00:00:00 2001 From: "George G. Vega Yon" Date: Sat, 15 Aug 2026 18:22:43 -0600 Subject: [PATCH 2/2] fix: preserve author names in pkgdown Co-authored-by: Codex --- _pkgdown.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index 29d57ee..a8f8758 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -6,7 +6,6 @@ template: authors: "George Vega Yon": href: "https://ggvy.cl" - html: "" "Porter Bischoff": href: "https://orcid.org/0009-0004-6742-6281"