diff --git a/_config.yml b/_config.yml index 546ea28c7..46e06ad27 100644 --- a/_config.yml +++ b/_config.yml @@ -22,8 +22,12 @@ theme_config: show_projects: true # show projects as cards, add in _data/home.yml show_old_projects: true # show old projects as cards, add in _data/home.yml show_misc_list: false # show generic vertical list for misc details, add _data/home.yml + show_soopr: true # show share buttons using soopr + soopr_base_url: "https://soopr.netlify.app" +highlighter: rouge + sass: style: :compressed diff --git a/_includes/date_and_social_share.html b/_includes/date_and_social_share.html new file mode 100644 index 000000000..2271fb715 --- /dev/null +++ b/_includes/date_and_social_share.html @@ -0,0 +1,14 @@ +
+ {% if page.date %} + {{ page.date | date: "%B %Y"}} + {% endif %} + {% if site.theme_config.show_soopr %} + + + + {% endif %} +
diff --git a/_includes/post_list.html b/_includes/post_list.html index 0d0868177..09cda44e7 100644 --- a/_includes/post_list.html +++ b/_includes/post_list.html @@ -1,8 +1,11 @@ {% if site.posts.size > 0 %}