Simply Embed Garmin Connect activity tag plugin for Hexo.
This is a Hexo tag plugin which allows you to simply embed Garmin activities to you blog.
TBD
npm install hexo-tag-garminconnect
{% garmin activity-url %}
or
{% garmin activityId %}
For example, if you want embed this posts (This posts activityId is 2830474044), please enter the following this.
{% garmin https://connect.garmin.com/modern/activity/2830474044 %}
Also, the above example can coding differently.
{% instagram 2830474044 %}
MIT
Inspired by the work of tea3 hexo-tag-instagram