diff --git a/media/smolbotbot.jpeg b/media/smolbotbot.jpeg new file mode 100644 index 0000000..8a6d389 Binary files /dev/null and b/media/smolbotbot.jpeg differ diff --git a/src/test.toml.md b/src/test.toml.md new file mode 100644 index 0000000..0a13e43 --- /dev/null +++ b/src/test.toml.md @@ -0,0 +1,44 @@ +title = 'Testing' +subtitle = 'In which we test my post renderer works correctly.' +author = 'Tom Panton' +tags = [ + 'Test', + 'Lorem', +] +published = '2022-06-05T11:00:13.318217Z' +--- +# Heading +## Subheading +Here is some **text**!! + +testing that _italics_ work and ~~strikethrough~~ + +| Column A | Column 2 | +|:--------:|----------| +| aiwdio w | apwidho | + +```ruby +def fib(n) + if n == 0 then + 0 + elsif n == 1 then + 1 + else + fib(n - 2) + fib(n - 1) + end +end +``` + +Here is some code without any specific language: + +``` +func foo(f) { + if halts(f) { + print("Turings hate them for discovering this one simple trick"); + } +} +``` + +Here is a [shameless plug](https://smolbotbot.com)! + +![A drawing of smolbotbot](/article_media/smolbotbot.jpeg)