Source code for the software powering my personal website, the Rusty Bever.
 
 
 
 
 
 
Go to file
Jef Roosens c912c0aa0b
Beginning of Makefile
2021-08-28 12:41:43 +02:00
.cargo Beginning of Makefile 2021-08-28 12:41:43 +02:00
migrations First draft of token refresh 2021-08-22 10:42:58 +02:00
src Merge branch 'develop' of git.hackbever.be:Chewing_Bever/rusty-bever into develop 2021-08-23 12:01:26 +02:00
web Organized Rust project in library & binary 2021-08-18 22:06:37 +02:00
.env Set up Diesel 2021-08-19 22:39:14 +02:00
.gitignore Beginning of Makefile 2021-08-28 12:41:43 +02:00
Cargo.lock First successful JWT token request achieved 2021-08-21 18:51:29 +02:00
Cargo.toml Small changes 2021-08-22 22:01:27 +02:00
LICENSE Initial commit 2021-08-16 16:11:12 +02:00
Makefile Beginning of Makefile 2021-08-28 12:41:43 +02:00
README.md Updated README 2021-08-16 16:22:13 +02:00
Rocket.toml Separated JWT header into own guard 2021-08-21 22:21:42 +02:00
diesel.toml Completely restructured codebase 2021-08-22 16:24:59 +02:00
docker-compose.yml Set up Diesel 2021-08-19 22:39:14 +02:00
rustfmt.toml Configured Rustfmt 2021-08-22 16:45:01 +02:00

README.md

The Rusty Bever

The Rusty Bever refers to my personal website & the software that powers it. It's built using a Rocket web server as a RESTful backend & a frontend consisting of Astro & Svelte.

Motivation

I was largely inspired by Jan-Lukas Else's own site, called GoBlog. I find his blog & site to be very interesting, and I just wanted to create one of my own!

Goals

My goal is to create my own blogging platform, with lots of little extra features that I'll just add whenever I get a new idea.

  • Blogging
  • Microblogging (aka my own Twitter)
  • RSS feeds for everything
  • About me page/resume
  • Auto-updating list of my Miniflux subscriptions
  • Description of my my server/desktop/laptop setups
  • Maybe a CLI client that I can use to write my blog posts
  • ...