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