Rebuild of my personal blog website using all rust based technologies.
I wanted a website that I can add reactivity to and I wanted to do it in a language that I enjoy.
- Database: Postgresql
- Server: Rocket-rs
- FrontEnd: Sycamore-rs
- Markdown Converter: markdown-rs
- Domain: Porkbun
- Hosting Service: Railway
- Allow the server to handle more of the calculations.
- The "Blog" is the whole site.
- The "Feed" is within the "Blog" and it contains "Articles"
- The DataBase is called "posts" but this is temporary
- The "articles" database will expand on posts with:
- id: int
- title: str
- date: date
- hook: str
- body: str