Skip to content

Commit

Permalink
Use new format for author in frontmatter
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Oct 30, 2023
1 parent e5fc590 commit 8d5fd18
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 24 deletions.
8 changes: 5 additions & 3 deletions src/basic/Basic mathematics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 5 additions & 3 deletions src/basic/Getting started.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 5 additions & 3 deletions src/basic/Interactivity.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 5 additions & 3 deletions src/basic/PlutoUI.jl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 5 additions & 3 deletions src/basic/Tower of Hanoi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 6 additions & 4 deletions src/plot/Plots.jl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions src/plot/heatmap.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 5 additions & 3 deletions src/web/JavaScript.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d5fd18

Please sign in to comment.