From 0a75fadabee7164c0cfded158b2c3b66ecda8872 Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Thu, 23 Feb 2023 17:52:56 +0100 Subject: [PATCH] Update --- blog/architecture_of_blog/post.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 blog/architecture_of_blog/post.md diff --git a/blog/architecture_of_blog/post.md b/blog/architecture_of_blog/post.md new file mode 100644 index 0000000..a6a8530 --- /dev/null +++ b/blog/architecture_of_blog/post.md @@ -0,0 +1,19 @@ +--- +name: Architecture of the blog +slug: architecture_of_blog +description: How I set up the blog and why no frontend is involved. +tags: + - backend +published_at: 2023-02-10 +edited_at: null +active: true +--- + +# Architecture of the blog + +This blog is entirely run on the backend, no frontend code or JavaScript is involved for the better! +Repo is [here](https://git.dergrimm.net/dergrimm/blog). + +The webserver is written in Rust with ActixWeb and Diesel as the Postgres driver. + +Probably will write more here when I find the time...