From e0d85b8e89611cdad1fd7d474db55c28bb43da61 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 17 Sep 2016 18:14:14 +0300 Subject: [PATCH] config.toml: Add Twitter username for new card metadata --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index ad5eed1f..909f8b49 100644 --- a/config.toml +++ b/config.toml @@ -35,6 +35,9 @@ theme = "hugo-theme-bootstrap4" # How many posts to show on the homepage (Default: 5) #num_recent_posts = 2 + [params.social] + twitter_username = "@mralanorth" + [[menu.sidebar]] name = "Alan in Kenya" url = "https://alaninkenya.org"