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/some_cool_stuff.md | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 content/posts/some_cool_stuff.md (limited to 'content/posts/some_cool_stuff.md') diff --git a/content/posts/some_cool_stuff.md b/content/posts/some_cool_stuff.md deleted file mode 100644 index 9de2829..0000000 --- a/content/posts/some_cool_stuff.md +++ /dev/null @@ -1,32 +0,0 @@ -+++ -title = "Some cool stuff" -date = 2024-03-02T00:00:00+03:00 -draft = false - -[taxonomies] -tags = ["test"] - -[extra] -disable_comments = true -toc = true -+++ - -Let's test manual anchor link declaration: - -# Heading 1 {#h1} - -## Heading 2 - -Nice, let's test internal linking now: [my link](@/posts/typography.md#h1) - ---- - -Nice! Now let's test shortcodes with a youtube iframe embed video: - -{{ youtube(id="dCKeXuVHl1o") }} - ---- - -{{ youtube(id="dCKeXuVHl1o", autoplay=true) }} - -Cool! All these features should be plenty enough for now. I will add some others as we go. -- cgit v1.2.3