Skip to content

Commit

Permalink
Merge pull request #55 from softinio/add-to-directory
Browse files Browse the repository at this point in the history
add more bloggers to directory
  • Loading branch information
softinio authored Apr 27, 2024
2 parents e04bcce + 94a7873 commit 41c8770
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ lazy val core = crossProject(JVMPlatform)
"org.typelevel" %% "munit-cats-effect" % "2.0.0-M5" % Test
),
Compile / mainClass := Some("com.softinio.scalanews.Main"),
nativeImageVersion := "21.0.2",
nativeImageVersion := "21.0.1",
nativeImageJvm := "graalvm-java21",
nativeImageOptions += "--no-fallback",
nativeImageOptions += "--enable-url-protocols=http",
Expand Down
15 changes: 15 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,21 @@
"name": "Ruslan Shevchenko",
"url": "https://github.com/rssh/notes",
"rss": "https://rssh.github.io/notes/feed.xml"
},
{
"name": "Neandertech",
"url": "https://neander.tech",
"rss": "https://neander.tech/rss.xml"
},
{
"name": "Scala Metals",
"url": "https://scalameta.org/metals/blog/",
"rss": "https://scalameta.org/metals/blog/rss.xml"
},
{
"name": "Scala for Fun and Profit",
"url": "https://podcasters.spotify.com/pod/show/julien-truffaut",
"rss": "https://anchor.fm/s/f303e5b4/podcast/rss"
}
]
}
7 changes: 5 additions & 2 deletions docs/Resources/Blog_Directory.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


# Blog Directory

A Directory of bloggers producing Scala related content with links to their rss feed when available.
Expand Down Expand Up @@ -35,7 +35,10 @@ A Directory of bloggers producing Scala related content with links to their rss
| Lachlan O'Dea | <https://lachlan.hashnode.dev> | [rss feed](https://lachlan.hashnode.dev/rss.xml) |
| SoftwareMill | <https://softwaremill.com/blog/> | [rss feed](https://softwaremill.com/blog.rss) |
| Ruslan Shevchenko | <https://github.com/rssh/notes> | [rss feed](https://rssh.github.io/notes/feed.xml) |

| Neandertech | <https://neander.tech> | [rss feed](https://neander.tech/rss.xml) |
| Scala Metals | <https://scalameta.org/metals/blog/> | [rss feed](https://scalameta.org/metals/blog/rss.xml) |
| Scala for Fun and Profit | <https://podcasters.spotify.com/pod/show/julien-truffaut> | [rss feed](https://anchor.fm/s/f303e5b4/podcast/rss) |
###### Got a Scala related blog? Add it to this Blog Directory!

See [README](https://github.com/softinio/scalanews/blob/main/README.md) for details.

0 comments on commit 41c8770

Please sign in to comment.