From e27f950fdf93ccd05f06e3065c015cb5d41763ef Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Thu, 28 Aug 2025 02:36:37 +0300 Subject: Massive changes to: - meta tags - opacity levels - pagespeed optimization - enabled more configs, preparing for search functionality Changes to be committed: modified: config.toml modified: content/about.md modified: content/posts/rust.md modified: sass/_predefined.scss modified: templates/index.html --- config.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index bce794b..362ad9c 100644 --- a/config.toml +++ b/config.toml @@ -64,7 +64,7 @@ external_links_target_blank = false # Whether to set rel="nofollow" for all external links external_links_no_follow = false -# Whether to set rel="noreferrer" for all external links +# Whether to set rel="noreferrer" for all external links (privacy preserving) external_links_no_referrer = true # Whether smart punctuation is enabled (changing quotes, dashes, dots in their typographic form) @@ -117,11 +117,7 @@ email = "iustin@alphara.art" [extra.meta] -website_type = "blog" # either "blog" or "article" - I haven't seen any difference though - -keywords = "blog, technology, science, philosophy, mathematics, artificial intelligence, AI research, machine learning, data science, deep learning, neural networks, Linux, Void Linux, OpenBSD, system administration, open source, FOSS, developer tools, programming, coding, tutorials, programming languages, software development, software engineering, computer science, algorithms, cybersecurity" - -preview_image_src = "https://alphara.art/Alphara.png" +preview_image_src = "Alphara.png" preview_image_alt = "Alphara" twitter_card = "summary_large_image" # either "summary" or "summary_large_image" (for big preview image) -- cgit v1.2.3