diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 4 |
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"] |