From 17dae0eaa459fdabafff1a05c524cb263b7018f6 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sat, 2 Mar 2024 13:17:26 +0200 Subject: Modularity within config.toml to allow for meta tag customizations. Changes to be committed: modified: config.toml modified: rsync_to_testing modified: templates/404.html modified: templates/index.html modified: templates/page.html modified: templates/tags/single.html --- config.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 5a85e27..fb0820f 100644 --- a/config.toml +++ b/config.toml @@ -96,9 +96,17 @@ email = "iustin@alphara.art" [extra.meta] -preview_image = "https://alphara.art/Alphara.png" +website_type = "blog" # either "blog" or "article" - I haven't seen any difference yet + +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_alt = "Alphara" +twitter_card = "summary_large_image" # either "summary" or "summary_large_image" (for big preview image) + +twitter_creator = "@IustinRaznic" # your twitter handle + [extra.disqus] # enable = false -- cgit v1.2.3