diff options
| author | Arslaan Pathan <[email protected]> | 2026-07-17 22:56:41 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-07-17 22:56:41 +1200 |
| commit | ee510ff529df49bf9d9c5e4d86f99032bb81162b (patch) | |
| tree | 7cecb71371a7e047e2eac318b862efe99dda8552 /content | |
| parent | f411bc46a2e535d0404f4b50bbb5c55c1fe8eb59 (diff) | |
| download | arslaancodes-ee510ff529df49bf9d9c5e4d86f99032bb81162b.tar.xz arslaancodes-ee510ff529df49bf9d9c5e4d86f99032bb81162b.zip | |
Create a fastfetch, fill in the homepage, add placeholder projects section, create assets/images
Diffstat (limited to 'content')
| -rw-r--r-- | content/blog/test.md | 12 | ||||
| -rw-r--r-- | content/projects/_index.md | 6 |
2 files changed, 18 insertions, 0 deletions
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 + +<span class="yellow">Yellow text.</span> 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" ++++ |
