mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-05 11:16:41 -07:00
New refreshed blog for 2024 using Zola
This commit is contained in:
parent
a23dd16b89
commit
46c2405d9e
125 changed files with 1356 additions and 1337 deletions
30
content/projects/scalanews/index.md
Normal file
30
content/projects/scalanews/index.md
Normal file
|
@ -0,0 +1,30 @@
|
|||
+++
|
||||
title = "Scala News"
|
||||
description = "Scala bloggers directory and news feed using RSS"
|
||||
weight = 1
|
||||
|
||||
[taxonomies]
|
||||
tags = ["Scala", "Typelevel"]
|
||||
categories = ["Project"]
|
||||
|
||||
[extra]
|
||||
local_image = "projects/scalanews/scalanews.png"
|
||||
social_media_card = "scalanews.png"
|
||||
toc = true
|
||||
keywords = ["Scala", "Typelevel", "Bloggers", "RSS", "News"]
|
||||
+++
|
||||
|
||||

|
||||
|
||||
# Overview
|
||||
|
||||
I wanted to create a directory of all bloggers who write about Scala Programming language with links to their RSS Feeds.
|
||||
|
||||
Using this directory I have created a CLI tool using Scala, Typelevel stack (cats-effect, fs2, http4s, decline, Laika) to use the rss feed links to generate the latest news in the scala community that I publish periodically on [www.scalanews.net](https://www.scalanews.net/).
|
||||
|
||||
## Links
|
||||
|
||||
- Website: <https://www.scalanews.net/>
|
||||
- About Page: <https://www.scalanews.net/Resources/About.html>
|
||||
- Repository: <https://github.com/softinio/scalanews>
|
||||
- README: <https://github.com/softinio/scalanews/blob/main/README.md>
|
Loading…
Add table
Add a link
Reference in a new issue