Skip to content

Commit

Permalink
update frontmatter
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Mar 5, 2024
1 parent 29fee59 commit a120677
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/puzzles-games/Optimal Meatballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#> image = "https://upload.wikimedia.org/wikipedia/commons/thumb/3/37/9975Poblacion%2C_Baliuag%2C_Bulacan_06.jpg/640px-9975Poblacion%2C_Baliuag%2C_Bulacan_06.jpg"
#> title = "Optimal Meatballs"
#> date = "2024-02-08"
#> tags = ["circle-packing", "Plots.jl", "PlutoUI.jl"]
#> tags = ["puzzle", "circle-packing", "Plots.jl", "PlutoUI.jl"]
#> description = "Learn about circle packing by optimizing the size of meatballs! 🍝"
#> license = "Unlicense"
#>
#> [[frontmatter.author]]
#> name = "Matt Helm"
#> url = "https://avatars.githubusercontent.com/u/30706758?v=4"
#> url = "https://github.com/mthelm85"

using Markdown
using InteractiveUtils
Expand Down
4 changes: 2 additions & 2 deletions src/puzzles-games/Traveling Salesman Game.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
#> license_url = "https://opensource.org/license/unlicense/"
#> image = "https://upload.wikimedia.org/wikipedia/commons/thumb/1/10/Travelling_salesman_problem_solved_with_simulated_annealing.gif/640px-Travelling_salesman_problem_solved_with_simulated_annealing.gif"
#> title = "Traveling Salesman Game"
#> tags = ["optimization", "game", "traveling-salesman"]
#> tags = ["optimization", "puzzle", "traveling-salesman"]
#> license = "Unlicense"
#> description = "A fun game to learn about the traveling salesman problem and the simulated annealing algorithm."
#> date = "2024-02-16"
#>
#> [[frontmatter.author]]
#> name = "Matt Helm"
#> url = "https://avatars.githubusercontent.com/u/30706758?v=4"
#> url = "https://github.com/mthelm85"

using Markdown
using InteractiveUtils
Expand Down

0 comments on commit a120677

Please sign in to comment.