From ee510ff529df49bf9d9c5e4d86f99032bb81162b Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Fri, 17 Jul 2026 22:56:41 +1200 Subject: Create a fastfetch, fill in the homepage, add placeholder projects section, create assets/images --- content/blog/test.md | 12 ++++++++++++ content/projects/_index.md | 6 ++++++ 2 files changed, 18 insertions(+) create mode 100644 content/projects/_index.md (limited to 'content') diff --git a/content/blog/test.md b/content/blog/test.md index 3173690..8034961 100644 --- a/content/blog/test.md +++ b/content/blog/test.md @@ -2,3 +2,15 @@ title = "Blog post test" date = 2026-07-17 +++ + +# Test blog post + +```shell +echo "Codeblocks" +``` + +`smaller codeblocks` + +Testing testing 123 chicken nuggets not 3 + +Yellow text. diff --git a/content/projects/_index.md b/content/projects/_index.md new file mode 100644 index 0000000..b0a2818 --- /dev/null +++ b/content/projects/_index.md @@ -0,0 +1,6 @@ ++++ +title = "Projects" +sort_by = "weight" +template = "project.html" +page_template = "projects-page.html" ++++ -- cgit v1.2.3