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

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:

params:
  features:
    support:
      enabled: true
      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

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