From e1c5bcb98584d03b7af6d6f1561b80d2241ad782 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Fri, 21 Feb 2025 23:20:43 +0200 Subject: Preapring for going live. Changes to be committed: modified: .gitignore modified: content/about.md new file: content/posts/Generating Functions.md new file: content/posts/Void Linux - A Comfy Guide.md modified: content/posts/_index.md renamed: content/posts/code_test.md -> content/posts/code-syntax-highlighting.md deleted: content/posts/some_cool_stuff.md modified: content/posts/typography.md new file: content/posts/youtube.md renamed: content/posts/How I made this Blog with Zola.md -> content/posts/zola-blog.md modified: static/Alphara.png --- content/posts/typography.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'content/posts/typography.md') diff --git a/content/posts/typography.md b/content/posts/typography.md index 9a7d074..9164530 100644 --- a/content/posts/typography.md +++ b/content/posts/typography.md @@ -1,10 +1,10 @@ +++ -title = "Typography" -date = 2018-09-29T11:36:33+08:00 +title = "Test Typography For The Blog" +date = 2025-01-26 draft = false [taxonomies] -tags = ["test", "original_post"] +tags = ["test-formatting"] [extra] math = true @@ -40,6 +40,10 @@ Inline styles to test: ###### Heading 6 +Let's test manual anchor link declaration: + +Nice, let's test internal linking now: [my link](@/posts/typography.md#h1) + Cute Table: | Left-Aligned | Center Aligned | Right Aligned | @@ -47,6 +51,7 @@ Cute Table: | col 3 is | some wordy text | $1600 | | col 2 is | centered | $12 | | zebra stripes | are neat | $1 | +| | | | Lists: -- cgit v1.2.3