From 6f51927e180fe6c6ea88806d245bd886df23f53a Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sun, 3 Mar 2024 20:56:15 +0200 Subject: Made changes regarding the styling, config and added content and a shortcode for youtube embeds. Changes to be committed: modified: config.toml modified: content/about.md modified: content/posts/How I made this Blog with Zola.md new file: content/posts/some_cool_stuff.md modified: content/posts/typography.md modified: sass/_normalize.scss modified: sass/_predefined.scss modified: sass/style.scss modified: templates/index.html new file: templates/shortcodes/youtube.html --- content/posts/typography.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content/posts/typography.md') diff --git a/content/posts/typography.md b/content/posts/typography.md index 3b554cd..9a7d074 100644 --- a/content/posts/typography.md +++ b/content/posts/typography.md @@ -7,6 +7,7 @@ draft = false tags = ["test", "original_post"] [extra] +math = true disable_comments = true toc = true +++ @@ -27,7 +28,7 @@ Inline styles to test: --- -# Heading 1 +# Heading 1 {#h1} ## Heading 2 -- cgit v1.2.3