summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2025-08-28 02:36:37 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2025-08-28 02:36:37 +0300
commite27f950fdf93ccd05f06e3065c015cb5d41763ef (patch)
tree4b6217b5849981988b142aa0c02c62cf74ce96fa /config.toml
parent91627c2d531a34ae032141af4e18bb1bd8619125 (diff)
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
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml8
1 files changed, 2 insertions, 6 deletions
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)