Files
blog/_data/share.yml
Sungchan Yi 8880a4da51 fix: update configurations layouts (#84)
* fix: scss path changed

* feat: updated blog configs

* feat: updated _data section

* feat: update _includes

* fix: remove unnecessary files

* fix: update _includes directory

* fix: remove _includes (not needed)
2023-09-11 22:42:42 +09:00

22 lines
637 B
YAML

# Sharing options at the bottom of the post.
# Icons from <https://fontawesome.com/>
platforms:
- type: Facebook
icon: "fab fa-facebook-square"
link: "https://www.facebook.com/sharer/sharer.php?title=TITLE&u=URL"
- type: Twitter
icon: "fa-brands fa-square-x-twitter"
link: "https://twitter.com/intent/tweet?text=TITLE&url=URL"
# Uncomment below if you need to.
#
# - type: Linkedin
# icon: "fab fa-linkedin"
# link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
#
# - type: Weibo
# icon: "fab fa-weibo"
# link: "http://service.weibo.com/share/share.php?title=TITLE&url=URL"