This theme supports adding various support/donation links in your site. Currently, supported support links are:

For a complete list of supported support links, please refer the sample config.yaml file.

Ko-fi

You can add your Ko-fi floating button in your website. To add the floating button, add the support section under params.features section of your sites config.yaml file:

support:
  enable: true
  services:
    kofi:
      user: <your ko-fi user id>
      text: Tip Me
      textColor: '#f9fafc'
      backgroundColor: '#248aaa'

Buy Me a Coffee

You can add your “Buy Me a Coffee” floating button in your website. To add the floating button, add the support section under params.features section of your sites config.yaml file:

bmacbutton bmacwidget

support:
  enable: true
  services:
    buymeacoffee:
      user: <your buymeacoffee.com user>
      text: Support me on Buy me a coffee!
      info: Buy me a coffee!
      color: '#FFDD00'