-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
title: "Enlaces de Soporte" | ||
date: 2022-03-14T06:00:23+06:00 | ||
description: Añade enlaces de soporte en el tema de hugo Toha | ||
menu: | ||
sidebar: | ||
name: Enlaces de Soporte | ||
identifier: supports | ||
weight: 660 | ||
--- | ||
|
||
Este tema suporta la adición varios enlaces de soporte/donación en su sitio. Actualmente, los enlaces de soporte admitidos son: | ||
|
||
- [Ko-fi](https://ko-fi.com/) | ||
- [Buy Me a Coffee](https://www.buymeacoffee.com/zicklam) | ||
|
||
Para una lista completa de los enlaces de soporte admitidos, puede consultar el archivo de ejemplo [config.yaml](https://github.com/hugo-toha/hugo-toha.github.io/blob/main/config.yaml). | ||
|
||
## Ko-fi | ||
|
||
Puedes añadir tu botón flotante Ko-fi en tu sitio web. Para añadir el botón flotante, añade la sección `support` debajo de la sección `params.features` del archivo `config.yaml`. | ||
|
||
```yaml | ||
support: | ||
enable: true | ||
services: | ||
kofi: | ||
user: <id de tu usuario de ko-fi> | ||
text: Tip Me | ||
textColor: '#f9fafc' | ||
backgroundColor: '#248aaa' | ||
``` | ||
## Buy Me a Coffee | ||
Puedes añadir tu botón flotante "Buy Me a Coffee" en tu sitio web. Para añadir el botón flotante, añade la sección `support` debajo de la sección `params.features` del archivo `config.yaml`. | ||
|
||
![bmacbutton](https://git-doc-files.s3.eu-central-1.amazonaws.com/github.com/hugo-toha/guides/buymeacoffe-button.png) | ||
![bmacwidget](https://git-doc-files.s3.eu-central-1.amazonaws.com/github.com/hugo-toha/guides/buymeacoffe-widget.png) | ||
|
||
```yaml | ||
support: | ||
enable: true | ||
services: | ||
buymeacoffee: | ||
user: <su usuario de buymeacoffee.com> | ||
text: Support me on Buy me a coffee! | ||
info: Buy me a coffee! | ||
color: '#FFDD00' | ||
``` |