summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorDante Catalfamo2020-07-08 16:31:47 -0400
committerDante Catalfamo2020-07-08 16:31:47 -0400
commitf6c54938f4c6ae5c050a417cb21ccd78382bddaf (patch)
treee49519c8b04cd5bea82b4d03105f4b7415d8f695 /config.toml
parent8a1dddc2a4db1960a70a5584e0d488b4d6a4357f (diff)
downloadblog-f6c54938f4c6ae5c050a417cb21ccd78382bddaf.tar.gz
blog-f6c54938f4c6ae5c050a417cb21ccd78382bddaf.tar.bz2
blog-f6c54938f4c6ae5c050a417cb21ccd78382bddaf.zip
Add description and image for OG card
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.toml b/config.toml
index 1114b24..99c1ab2 100644
--- a/config.toml
+++ b/config.toml
@@ -23,8 +23,8 @@ enableRobotsTXT = true
# Open Graph & Twitter Card variables
# You can also set description and images in post front matter individually
- # description = "Dante Catalfamo's personal tech blog."
- # images = ["img/og.png"] # This will use the image called og.png in static/img folder
+ description = "lambda.cx blog by Dante Catalfamo"
+ images = ["img/android-chrome-512x512.png"] # This will use the image called og.png in static/img folder
# Posts shown in homepage
mainSections = ["posts"]