diff --git a/_config.yml b/_config.yml index 54d5073..9feff23 100644 --- a/_config.yml +++ b/_config.yml @@ -15,7 +15,10 @@ author: bio: >- # tell to the world The minimalist Jekyll theme, light and dark mode support, for running a personal site and blog, meet Klisé theme at @github. - username: username # social media username eg. github, twitter + username: username # author username + github: github_username + twitter: twitter_username + facebook: facebook_username email: your-email@email.com # your contact adress avatar: /assets/img/avatar.jpg # change with your own avatar diff --git a/_includes/header.html b/_includes/header.html index 1b52061..c536e8b 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -59,20 +59,20 @@ {% if page.location %} {% else %} @@ -105,7 +105,7 @@ - - + + Comments this article on - Twitter. + Twitter.

{% endif %} diff --git a/about.md b/about.md index 1be0041..0414336 100644 --- a/about.md +++ b/about.md @@ -15,4 +15,4 @@ You can [report](http://github.com/piharpi/jekyll-klise/issues/new) if there is ##### may u needs ✨ - {{ site.author.email }} -- github.com/{{ site.author.username }} +- github.com/{{ site.author.github }}