blob: 4f6ae85dfe089104193f8ba663fbb49de306f5b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
title: Website
date: 2022-03-29
---
# Overview
This site used to be written using [Hugo][hugo], and written in Markdown. It's now
written in Rust, with content remaining in Markdown. I mostly chose to do this
so I could explore more of frontend development and especially the Rust web
ecosystem.
[hugo]: https://gohugo.io
# Architecture
The Rust backend is hosted at
[muirrum/site](https://git.devcara.com/muirrum/site). It loads the markdown into
HTML and stores it in global state that's then passed to each handler.
|