summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-03-02 13:17:26 +0200
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-03-02 13:17:26 +0200
commit17dae0eaa459fdabafff1a05c524cb263b7018f6 (patch)
tree6858784b91d62d36a6c226b83cb0b7540df7c423 /config.toml
parent8ee207dc1034eeeb8f48c0c9ca58c6f29df95ae7 (diff)
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
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml10
1 files changed, 9 insertions, 1 deletions
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