diff options
Diffstat (limited to 'content/blog')
| -rw-r--r-- | content/blog/_index.md | 1 | ||||
| -rw-r--r-- | content/blog/test.md | 1 | ||||
| -rw-r--r-- | content/blog/test2.md | 17 |
3 files changed, 19 insertions, 0 deletions
diff --git a/content/blog/_index.md b/content/blog/_index.md index c504e1b..9345d65 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -3,4 +3,5 @@ title = "Blog" sort_by = "date" template = "blog.html" page_template = "blog-page.html" +extra.header_title = "blog" +++ diff --git a/content/blog/test.md b/content/blog/test.md index 8034961..1cd3ca6 100644 --- a/content/blog/test.md +++ b/content/blog/test.md @@ -1,6 +1,7 @@ +++ title = "Blog post test" date = 2026-07-17 +extra.image = "/assets/images/Arslaan Pathan.svg" +++ # Test blog post diff --git a/content/blog/test2.md b/content/blog/test2.md new file mode 100644 index 0000000..a79fa9b --- /dev/null +++ b/content/blog/test2.md @@ -0,0 +1,17 @@ ++++ +title = "Blog post test 2" +date = 2026-07-18 +extra.image = "/assets/images/Arslaan Pathan.svg" ++++ + +# Test blog post 2 + +```shell +echo "Codeblocks" +``` + +`smaller codeblocks` + +Testing testing 123 chicken nuggets not 3 + +<span class="yellow">Yellow text.</span> |
