forked from Chewing_Bever/rusty-bever
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.cargo | 2 years ago | |
docker | 2 years ago | |
migrations | 2 years ago | |
src | 2 years ago | |
tests | 2 years ago | |
web | 2 years ago | |
.dockerignore | 2 years ago | |
.env | 2 years ago | |
.gitignore | 2 years ago | |
Cargo.lock | 2 years ago | |
Cargo.toml | 2 years ago | |
Dockerfile | 2 years ago | |
LICENSE | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
Rb.yaml | 2 years ago | |
build.sh | 2 years ago | |
diesel.toml | 2 years ago | |
docker-compose.test.yml | 2 years ago | |
docker-compose.yml | 2 years ago | |
rustfmt.toml | 2 years ago |
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
- ...