38 lines
794 B
Markdown
38 lines
794 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.
|
|
|
|
Here's a foornote for testing[^footnote]
|
|
|
|
code hilighting test:
|
|
|
|
```rs
|
|
fn main() {
|
|
println!("Hello world!")
|
|
}
|
|
```
|
|
|
|
uh oh, here comes a screenshot from a different post![^2]
|
|
|
|
![dungeon screenshot](../dungeon/screenshot.png)
|
|
|
|
and here it is again, except it should 404!
|
|
|
|
![missing dungeon screenshot](../dungeon/screenshot.jpeg)
|
|
|
|
[^footnote]: Who is this anyway!
|
|
|
|
[^2]: a second footnote oh my!
|