diff --git a/_data/share.yml b/_data/share.yml new file mode 100644 index 0000000..a48b54d --- /dev/null +++ b/_data/share.yml @@ -0,0 +1,29 @@ +# Sharing options at the bottom of the post. +# Icons from +# +# v2.1 +# https://github.com/cotes2020/jekyll-theme-chirpy +# © 2020 Cotes Chung +# MIT Licensed + +label: "Share" + +platforms: + - + type: Twitter + icon: "fab fa-twitter" + link: "https://twitter.com/intent/tweet?text=TITLE&url=URL" + - + type: Facebook + icon: "fab fa-facebook-square" + link: "https://www.facebook.com/sharer/sharer.php?title=TITLE&u=URL" + - + type: Telegram + icon: "fab fa-telegram" + link: "https://telegram.me/share?text=TITLE&url=URL" + + # Uncomment below if you need to. + # - + # type: Weibo + # icon: "fab fa-weibo" + # link: "http://service.weibo.com/share/share.php?title=TITLE&url=URL" diff --git a/_includes/post-nav.html b/_includes/post-nav.html new file mode 100644 index 0000000..a0744b6 --- /dev/null +++ b/_includes/post-nav.html @@ -0,0 +1,28 @@ + + +
{{ page.previous.title }}
-
{{ page.next.title }}