Source code for the software powering my personal website, the Rusty Bever.
 
 
 
 
 
 
Go to file
Maxim De Clercq 490dfcf2f2
fix(compilation): use cross for statically linking against musl
2021-09-08 15:53:48 +02:00
.cargo
migrations
src fix(compilation): use cross for statically linking against musl 2021-09-08 15:53:48 +02:00
tests Fixed guard still using env var for jwt key 2021-09-01 16:18:48 +02:00
web
.dockerignore fix(compilation): use cross for statically linking against musl 2021-09-08 15:53:48 +02:00
.env
.gitignore Moved all database code to db module 2021-09-01 12:53:00 +02:00
Cargo.lock fix(compilation): use cross for statically linking against musl 2021-09-08 15:53:48 +02:00
Cargo.toml fix(compilation): use cross for statically linking against musl 2021-09-08 15:53:48 +02:00
Cross.toml fix(compilation): use cross for statically linking against musl 2021-09-08 15:53:48 +02:00
Dockerfile fix(compilation): use cross for statically linking against musl 2021-09-08 15:53:48 +02:00
Dockerfile.build fix(compilation): use cross for statically linking against musl 2021-09-08 15:53:48 +02:00
LICENSE
Makefile fix(compilation): use cross for statically linking against musl 2021-09-08 15:53:48 +02:00
README.md
Rb.yaml This compilation is gonna kill me 2021-09-05 11:19:18 +02:00
build.rs fix(compilation): use cross for statically linking against musl 2021-09-08 15:53:48 +02:00
build.sh This compilation is gonna kill me 2021-09-05 11:19:18 +02:00
diesel.toml
docker-compose.test.yml This compilation is gonna kill me 2021-09-05 11:19:18 +02:00
docker-compose.yml fix(compilation): use cross for statically linking against musl 2021-09-08 15:53:48 +02:00
rustfmt.toml Fixed guard still using env var for jwt key 2021-09-01 16:18:48 +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
  • ...