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 e2003442e2
Main now ignores unused mut
2021-10-12 17:10:51 +02:00
.cargo Beginning of Makefile 2021-08-28 12:41:43 +02:00
docker This compilation is gonna kill me 2021-09-05 11:19:18 +02:00
migrations Some more stuff 2021-10-09 22:01:52 +02:00
src Main now ignores unused mut 2021-10-12 17:10:51 +02:00
tests Added create section endpoint 2021-09-13 22:15:38 +02:00
web Fixed site not building for production 2021-10-10 09:53:05 +02:00
.dockerignore Initial draft of Alpine-based Dockerfile 2021-10-10 16:33:07 +02:00
.editorconfig Added roadmap file 2021-09-24 12:16:55 +02:00
.env Set up Diesel 2021-08-19 22:39:14 +02:00
.gitignore Moved all database code to db module 2021-09-01 12:53:00 +02:00
API.md Some routes for managing posts 2021-10-11 19:47:44 +02:00
Cargo.lock Some routes for managing posts 2021-10-11 19:47:44 +02:00
Cargo.toml Some routes for managing posts 2021-10-11 19:47:44 +02:00
Dockerfile Initial draft of Alpine-based Dockerfile 2021-10-10 16:33:07 +02:00
LICENSE Initial commit 2021-08-16 16:11:12 +02:00
Makefile This compilation is gonna kill me 2021-09-05 11:19:18 +02:00
README.md Updated README 2021-08-16 16:22:13 +02:00
ROADMAP.md Added roadmap file 2021-09-24 12:16:55 +02:00
Rb.yaml Merge branch 'sections-backend' into develop 2021-09-23 15:32:59 +02:00
diesel.toml Completely restructured codebase 2021-08-22 16:24:59 +02:00
docker-compose.test.yml This compilation is gonna kill me 2021-09-05 11:19:18 +02:00
docker-compose.yml Set up Diesel 2021-08-19 22:39:14 +02:00
rustfmt.toml Added create section endpoint 2021-09-13 22:15:38 +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
  • ...