Update
This commit is contained in:
parent
990b269f70
commit
0a75fadabe
1 changed files with 19 additions and 0 deletions
19
blog/architecture_of_blog/post.md
Normal file
19
blog/architecture_of_blog/post.md
Normal file
|
@ -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...
|
Loading…
Reference in a new issue