From 8d5fd181dd91d9ae6544135d6573a397cae64633 Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Mon, 30 Oct 2023 14:23:28 +0100 Subject: [PATCH] Use new format for author in frontmatter --- src/basic/Basic mathematics.jl | 8 +++++--- src/basic/Getting started.jl | 8 +++++--- src/basic/Interactivity.jl | 8 +++++--- src/basic/PlutoUI.jl.jl | 8 +++++--- src/basic/Tower of Hanoi.jl | 8 +++++--- src/plot/Plots.jl.jl | 10 ++++++---- src/plot/heatmap.jl | 6 ++++-- src/web/JavaScript.jl | 8 +++++--- 8 files changed, 40 insertions(+), 24 deletions(-) diff --git a/src/basic/Basic mathematics.jl b/src/basic/Basic mathematics.jl index c11053a..92e6aac 100644 --- a/src/basic/Basic mathematics.jl +++ b/src/basic/Basic mathematics.jl @@ -2,13 +2,15 @@ # v0.19.27 #> [frontmatter] -#> author_url = "https://github.com/JuliaPluto" #> image = "https://user-images.githubusercontent.com/6933510/174066114-bc76964d-6ed1-491a-baa0-5063e3b08a17.png" #> order = "2" #> tags = ["basic", "classic"] -#> author_name = "Pluto.jl" -#> description = "Learn mathematics in Julia using pizzas! 🍕" #> license = "Unlicense" +#> description = "Learn mathematics in Julia using pizzas! 🍕" +#> +#> [[frontmatter.author]] +#> name = "Pluto.jl" +#> url = "https://github.com/JuliaPluto" using Markdown using InteractiveUtils diff --git a/src/basic/Getting started.jl b/src/basic/Getting started.jl index c04d98e..66e8e14 100644 --- a/src/basic/Getting started.jl +++ b/src/basic/Getting started.jl @@ -2,13 +2,15 @@ # v0.19.27 #> [frontmatter] -#> author_url = "https://github.com/JuliaPluto" #> image = "https://user-images.githubusercontent.com/6933510/174066314-d338f28b-36cf-48e0-981f-dd0f140ad66c.png" #> order = "1" #> tags = ["basic", "classic"] -#> author_name = "Pluto.jl" -#> description = "Welcome to Pluto!" #> license = "Unlicense" +#> description = "Welcome to Pluto!" +#> +#> [[frontmatter.author]] +#> name = "Pluto.jl" +#> url = "https://github.com/JuliaPluto" using Markdown using InteractiveUtils diff --git a/src/basic/Interactivity.jl b/src/basic/Interactivity.jl index 5ffe19b..39d3e11 100644 --- a/src/basic/Interactivity.jl +++ b/src/basic/Interactivity.jl @@ -2,12 +2,14 @@ # v0.19.27 #> [frontmatter] -#> author_url = "https://github.com/JuliaPluto" #> image = "https://user-images.githubusercontent.com/6933510/174067982-904951c4-4bba-42c7-a340-102ceb7e8e10.png" #> tags = ["interactivity", "basic", "classic"] -#> author_name = "Pluto.jl" -#> description = "Learn the basics of interactivity in Pluto." #> license = "Unlicense" +#> description = "Learn the basics of interactivity in Pluto." +#> +#> [[frontmatter.author]] +#> name = "Pluto.jl" +#> url = "https://github.com/JuliaPluto" using Markdown using InteractiveUtils diff --git a/src/basic/PlutoUI.jl.jl b/src/basic/PlutoUI.jl.jl index a25db95..2ee9c85 100644 --- a/src/basic/PlutoUI.jl.jl +++ b/src/basic/PlutoUI.jl.jl @@ -2,13 +2,15 @@ # v0.19.27 #> [frontmatter] -#> author_url = "https://github.com/JuliaPluto" #> image = "https://user-images.githubusercontent.com/6933510/174067690-50c8128d-748b-4f50-8a76-2ce18166642b.png" #> order = "3" #> tags = ["basic", "interactivity", "classic"] -#> author_name = "Pluto.jl" -#> description = "Slider, buttons, dropdowns and more from PlutoUI.jl!" #> license = "Unlicense" +#> description = "Slider, buttons, dropdowns and more from PlutoUI.jl!" +#> +#> [[frontmatter.author]] +#> name = "Pluto.jl" +#> url = "https://github.com/JuliaPluto" using Markdown using InteractiveUtils diff --git a/src/basic/Tower of Hanoi.jl b/src/basic/Tower of Hanoi.jl index 8a5fc05..9c8bd17 100644 --- a/src/basic/Tower of Hanoi.jl +++ b/src/basic/Tower of Hanoi.jl @@ -2,12 +2,14 @@ # v0.19.27 #> [frontmatter] -#> author_url = "https://github.com/JuliaPluto" #> image = "https://upload.wikimedia.org/wikipedia/commons/0/07/Tower_of_Hanoi.jpeg" #> tags = ["basic", "classic"] -#> author_name = "Pluto.jl" -#> description = "An interactive Julia puzzle about stacking disks." #> license = "Unlicense" +#> description = "An interactive Julia puzzle about stacking disks." +#> +#> [[frontmatter.author]] +#> name = "Pluto.jl" +#> url = "https://github.com/JuliaPluto" using Markdown using InteractiveUtils diff --git a/src/plot/Plots.jl.jl b/src/plot/Plots.jl.jl index a57262d..b3b525d 100644 --- a/src/plot/Plots.jl.jl +++ b/src/plot/Plots.jl.jl @@ -2,13 +2,15 @@ # v0.19.27 #> [frontmatter] -#> author_url = "https://github.com/JuliaPluto" #> image = "https://user-images.githubusercontent.com/6933510/174067386-c0a1296f-dba8-4dbf-b936-1c7f81933f94.png" -#> tags = ["classic", "plotting"] -#> author_name = "Pluto.jl" -#> description = "An introduction to Plots.jl" #> order = "1" +#> tags = ["classic", "plotting"] #> license = "Unlicense" +#> description = "An introduction to Plots.jl" +#> +#> [[frontmatter.author]] +#> name = "Pluto.jl" +#> url = "https://github.com/JuliaPluto" using Markdown using InteractiveUtils diff --git a/src/plot/heatmap.jl b/src/plot/heatmap.jl index 57f47e2..336ae85 100644 --- a/src/plot/heatmap.jl +++ b/src/plot/heatmap.jl @@ -2,13 +2,15 @@ # v0.19.27 #> [frontmatter] -#> author_url = "https://github.com/ariguiba" #> image = "https://github.com/JuliaPluto/featured/assets/6933510/05624a1d-9688-4d63-bbda-f89a2fce2706" #> title = "3D Graph vs Heatmap" #> tags = ["plotting", "makie", "3D"] #> license = "Unlicense" #> description = "You can visualize 3D data with a 3D graph or a heatmap. How do they work, and what is the difference?" -#> author_name = "Boshra Ariguib" +#> +#> [[frontmatter.author]] +#> name = "Boshra Ariguib" +#> url = "https://github.com/ariguiba" using Markdown using InteractiveUtils diff --git a/src/web/JavaScript.jl b/src/web/JavaScript.jl index 3329c9a..303c226 100644 --- a/src/web/JavaScript.jl +++ b/src/web/JavaScript.jl @@ -2,12 +2,14 @@ # v0.19.27 #> [frontmatter] -#> author_url = "https://github.com/JuliaPluto" #> image = "https://upload.wikimedia.org/wikipedia/commons/9/99/Unofficial_JavaScript_logo_2.svg" #> tags = ["javascript", "web", "classic"] -#> author_name = "Pluto.jl" -#> description = "Use HTML, CSS and JavaScript to make your own interactive visualizations!" #> license = "Unlicense" +#> description = "Use HTML, CSS and JavaScript to make your own interactive visualizations!" +#> +#> [[frontmatter.author]] +#> name = "Pluto.jl" +#> url = "https://github.com/JuliaPluto" using Markdown using InteractiveUtils