crumbly::liquid

First post

2025-11-04

Hi :)

This is my first post! I'm not really sure what I'll post here. I've got some plans but if I know anything about myself, it's that most of them probably won't be realized.

Website generation

I'm currently using Zola (a static site generator) to generate the majority of this website. I've got my own template but it's not very good. I'm gonna have to make a lot of revesions before it's actually usable.

Features

There's not much to talk about here. There's some things that I want to implement:

Syntax highlighting

The cool thing is, that it actually supports syntax highlighting:

1fn main() {
2 println!("Hello World!");
3}

Someday I want to add a copy text button but that requires some JavaScript that I don't want to deal with right now.