Skip to content

Commit

Permalink
Translate Support Links to spanish
Browse files Browse the repository at this point in the history
  • Loading branch information
BernatBC committed Jan 14, 2024
1 parent b0adc8c commit 5087861
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions content/posts/supports/index.es.md
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'
```

0 comments on commit 5087861

Please sign in to comment.