Source code for the software powering my personal website, the Rusty Bever.
This repository has been archived on 2021-10-25. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 
Go to file
Jef Roosens 8e433c3250
Replaced web folder
2021-10-10 09:28:21 +02:00
.cargo
docker
migrations Some more stuff 2021-10-09 22:01:52 +02:00
src Some route boilerplate for posts 2021-09-28 10:16:20 +02:00
tests
web Replaced web folder 2021-10-10 09:28:21 +02:00
web2 Some more stuff 2021-10-09 22:01:52 +02:00
.dockerignore
.editorconfig Added roadmap file 2021-09-24 12:16:55 +02:00
.env
.gitignore
Cargo.lock
Cargo.toml Tried to add docs & frontend as features 2021-09-24 16:18:41 +02:00
Dockerfile
LICENSE
Makefile
README.md
ROADMAP.md Added roadmap file 2021-09-24 12:16:55 +02:00
Rb.yaml
build.rs Tried to add docs & frontend as features 2021-09-24 16:18:41 +02:00
diesel.toml
docker-compose.test.yml
docker-compose.yml
rustfmt.toml

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
  • ...