22 lines
380 B
Markdown
22 lines
380 B
Markdown
+++
|
|
title="TOML metadata test"
|
|
date=2023-03-26T11:57:00+02:00
|
|
updated=2023-04-03T22:07:57+02:00
|
|
+++
|
|
|
|
hope it works yay
|
|
|
|
here have a squid kid miku to test relative paths:
|
|
|
|
![Squid kid miku](FbHSmoeUUAA2x-m.png)
|
|
|
|
modified post test, see if docker skips build using
|
|
its cache if only a post has changed.
|
|
|
|
code hilighting test:
|
|
|
|
```rs
|
|
fn main() {
|
|
println!("Hello world!")
|
|
}
|
|
```
|