32 lines
682 B
Markdown
32 lines
682 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.
|
|
|
|
testing "smart" punctuation --- I don't know if I want it. 'it should' do some fancy stuff.
|
|
|
|
code hilighting test:
|
|
|
|
```rs
|
|
fn main() {
|
|
println!("Hello world!")
|
|
}
|
|
```
|
|
|
|
uh oh, here comes a screenshot from a different post!
|
|
|
|
![dungeon screenshot](../dungeon/screenshot.png)
|
|
|
|
and here it is again, except it should 404!
|
|
|
|
![missing dungeon screenshot](../dungeon/screenshot.jpeg)
|