2024-05-11 09:56:19 -07:00
|
|
|
package home
|
|
|
|
|
|
|
|
import "git.jamestombleson.com/jtom38/newsbot-portal/internal/views/layout"
|
2024-05-26 19:30:04 -07:00
|
|
|
import "git.jamestombleson.com/jtom38/newsbot-portal/internal/views/bulma"
|
2024-05-11 09:56:19 -07:00
|
|
|
|
|
|
|
templ Index() {
|
|
|
|
@layout.WithTemplate() {
|
2024-05-26 19:30:04 -07:00
|
|
|
@bulma.Hero("Welcome to Newsbot!", "Your new home for your news.")
|
2024-05-11 09:56:19 -07:00
|
|
|
|
|
|
|
<section class="section">
|
|
|
|
<p>
|
|
|
|
News bot is a self hostable solution to aggregating your news.
|
2024-05-12 09:22:47 -07:00
|
|
|
You can run `Newsbot` as an API or interact with it with this site.
|
2024-05-11 09:56:19 -07:00
|
|
|
</p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="block">
|
2024-05-12 09:22:47 -07:00
|
|
|
<h2 class="title">Why Newsbot</h2>
|
2024-05-11 09:56:19 -07:00
|
|
|
I started to build this tool to help me avoid sitting on the big platform websites.
|
|
|
|
I wanted a tool that would work for me, not them.
|
|
|
|
|
2024-05-12 09:22:47 -07:00
|
|
|
This tool started as a notification system that would let me redirect RSS posts over to Discord servers.
|
|
|
|
It still has those roots but now its starting to scale up to a full Aggregation platform.
|
|
|
|
|
2024-05-11 09:56:19 -07:00
|
|
|
</div>
|
|
|
|
<p>
|
|
|
|
This project is a passion project of mine as I
|
|
|
|
</p>
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|