diff options
| author | Arslaan Pathan <[email protected]> | 2026-07-18 10:05:29 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-07-18 10:05:29 +1200 |
| commit | c38a7d82fd7d5d187bc12c74ba684110b0b10e78 (patch) | |
| tree | 8c76cbab418de31ce213b0b8b8705b244700e94e /content | |
| parent | ee510ff529df49bf9d9c5e4d86f99032bb81162b (diff) | |
| download | arslaancodes-c38a7d82fd7d5d187bc12c74ba684110b0b10e78.tar.xz arslaancodes-c38a7d82fd7d5d187bc12c74ba684110b0b10e78.zip | |
Finish list of blog pages
Diffstat (limited to 'content')
| -rw-r--r-- | content/blog/_index.md | 1 | ||||
| -rw-r--r-- | content/blog/test.md | 1 | ||||
| -rw-r--r-- | content/blog/test2.md | 17 | ||||
| -rw-r--r-- | content/projects/_index.md | 1 |
4 files changed, 20 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> diff --git a/content/projects/_index.md b/content/projects/_index.md index b0a2818..efb5169 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -3,4 +3,5 @@ title = "Projects" sort_by = "weight" template = "project.html" page_template = "projects-page.html" +extra.header_title = "projects" +++ |
