Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add more bloggers to directory #55

Merged
merged 2 commits into from
Apr 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.