1
0
Fork 0
website/posts/foldertest/index.md

23 lines
380 B
Markdown
Raw Normal View History

2023-03-25 12:23:11 +01:00
+++
title="TOML metadata test"
2023-03-26 12:01:59 +02:00
date=2023-03-26T11:57:00+02:00
2023-04-03 23:33:25 +02:00
updated=2023-04-03T22:07:57+02:00
2023-03-25 12:23:11 +01:00
+++
2022-09-05 00:02:58 +02:00
hope it works yay
2023-03-26 12:01:59 +02:00
here have a squid kid miku to test relative paths:
2022-09-05 00:02:58 +02:00
![Squid kid miku](FbHSmoeUUAA2x-m.png)
2023-03-26 12:01:59 +02:00
modified post test, see if docker skips build using
2023-03-26 13:58:38 +02:00
its cache if only a post has changed.
2023-06-18 11:34:08 +02:00
code hilighting test:
```rs
fn main() {
println!("Hello world!")
}
```