summary refs log tree commit diff stats
path: root/test/testsite/posts/testfile.md
blob: d6a42923a4fb922015da5ed4179b44f3a7210c94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
+++
Title = "This is a test"
Description = "Test file"
Date = 2017-01-01T02:00:00+02:00
Tags = ["a", "b"]
+++
Ut enim blandit volutpat maecenas? Volutpat blandit aliquam etiam erat
velit, scelerisque in dictum non, consectetur a erat nam at lectus
urna duis convallis convallis tellus, id interdum velit laoreet!

```sh
#!/usr/bin/env zsh

echo this is some shell code

if [[ -n $test ]]
then
    echo test passed
fi
```