You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd your-site-location
git submodule add --depth=1 https://github.com/tgagor/hugo-shortcode-kofi.git themes/hugo-shortcode-kofi
You might need to initialize any uninitialized submodules in the repository and then recursively update all submodules to their latest versions to make it fully available:
git submodule update --init --recursive
or by just cloning
cd your-site-location
git clone --depth=1 https://github.com/tgagor/hugo-shortcode-kofi.git themes/hugo-shortcode-kofi
Update blog config:
theme:
- YourThemeOfChoice
- hugo-shortcode-kofi
Original theme should be first, followed up by extension.
If you're unable to get it working, check exampleSite directory.
List of shortcodes
Animated button
{{< kofi/button >}} or {{< kofi/button color="#13C3FF" >}}
{{< kofi/button color="#FF5E5B" >}}
{{< kofi/button color="#434b57" >}}
Image style 1
{{< kofi/image1 >}} or {{< kofi/image1 style="blue" >}}
{{< kofi/image1 style="grey" >}}
{{< kofi/image1 style="red" >}}
{{< kofi/image1 style="green" >}}
{{< kofi/image1 style="dark" >}}
Image style 2
{{< kofi/image2 >}} or {{< kofi/image2 style="blue" >}}
{{< kofi/image2 style="red" >}}
{{< kofi/image2 style="stroke" >}}
{{< kofi/image2 style="dark" >}}
Logotypes
Logos
{{< kofi/logo >}} or {{< kofi/logo style="logo" >}}
{{< kofi/logo style="mug" >}}
{{< kofi/logo style="pixel" >}}
Badges
Badges
{{< kofi/badge >}} or {{< kofi/badge style=white >}}