Add files to repos
This commit is contained in:
BIN
themes/tabi/content/projects/doteki/doteki_logo.webp
Normal file
BIN
themes/tabi/content/projects/doteki/doteki_logo.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
60
themes/tabi/content/projects/doteki/index.ca.md
Normal file
60
themes/tabi/content/projects/doteki/index.ca.md
Normal file
@@ -0,0 +1,60 @@
|
||||
+++
|
||||
title = "dōteki"
|
||||
description = "Afegeix contingut dinàmic al teu perfil de GitHub amb un sistema intuïtiu de plugins."
|
||||
weight = 30
|
||||
|
||||
[taxonomies]
|
||||
tags = ["GitHub Actions", "automatització", "Python"]
|
||||
|
||||
[extra]
|
||||
local_image = "projects/doteki/doteki_logo.webp"
|
||||
social_media_card = "social_cards/projects_doteki.jpg"
|
||||
canonical_url = "https://osc.garden/ca/projects/doteki/"
|
||||
+++
|
||||
|
||||
**dōteki** actualitza el teu perfil de GitHub automàticament. Afegeix les teves últimes publicacions del blog, la música que escoltes o qualsevol altre contingut dinàmic mitjançant plugins.
|
||||
|
||||

|
||||
|
||||
#### [GitHub](https://github.com/welpo/doteki) • [Lloc web](https://doteki.org/) • [Documentació](https://doteki.org/docs/) {.centered-text}
|
||||
|
||||
## Com funciona
|
||||
|
||||
1. Afegeix marcadors al teu README:
|
||||
|
||||
```md,name=README.md
|
||||
<!-- blog start -->
|
||||
<!-- blog end -->
|
||||
```
|
||||
|
||||
2. Configura què hi va:
|
||||
|
||||
```toml,name=doteki.toml
|
||||
[sections.blog]
|
||||
plugin = "feed"
|
||||
url = "https://osc.garden/atom.xml" # Substitueix amb el teu feed.
|
||||
|
||||
[sections.last_updated]
|
||||
plugin = "current_date"
|
||||
inline = true
|
||||
```
|
||||
|
||||
3. Configura l'[Acció de GitHub](https://github.com/welpo/doteki-action).
|
||||
|
||||
Això és tot! El teu README s'actualitzarà automàticament.
|
||||
|
||||
## Característiques
|
||||
|
||||
- **Sistema de plugins**: Mostra [entrades del blog](https://doteki.org/docs/plugins/feed), [música](https://doteki.org/docs/plugins/lastfm), o [crea el teu propi plugin](https://doteki.org/docs/developer-guide/plugin-standard)
|
||||
- **Configuració simple**: Un arxiu TOML, una Acció de GitHub
|
||||
- **Flexible**: Cada plugin té les seves pròpies opcions (ordre, entrades màximes, format…)
|
||||
- **[Documentació detallada](https://doteki.org/docs/)**: Informació detallada sobre com configurar i utilitzar **dōteki** i els seus plugins. Inclou [instruccions clares per als desenvolupadors](https://doteki.org/docs/developer-guide/) que vulguin contribuir.
|
||||
|
||||
## Documentació
|
||||
|
||||
Consulta la [documentació](https://doteki.org/docs/) per a:
|
||||
|
||||
- [Guia d'inici](https://doteki.org/docs/)
|
||||
- [Plugins disponibles](https://doteki.org/docs/category/plugins)
|
||||
- [Desenvolupament de plugins](https://doteki.org/docs/developer-guide/)
|
||||
- [Opcions de configuració](https://doteki.org/docs/configuration/)
|
||||
60
themes/tabi/content/projects/doteki/index.es.md
Normal file
60
themes/tabi/content/projects/doteki/index.es.md
Normal file
@@ -0,0 +1,60 @@
|
||||
+++
|
||||
title = "dōteki"
|
||||
description = "Añade contenido dinámico a tu perfil de GitHub con un sistema intuitivo de plugins."
|
||||
weight = 30
|
||||
|
||||
[taxonomies]
|
||||
tags = ["GitHub Actions", "automatización", "Python"]
|
||||
|
||||
[extra]
|
||||
local_image = "projects/doteki/doteki_logo.webp"
|
||||
social_media_card = "social_cards/projects_doteki.jpg"
|
||||
canonical_url = "https://osc.garden/es/projects/doteki/"
|
||||
+++
|
||||
|
||||
**dōteki** actualiza tu perfil de GitHub automáticamente. Añade tus últimas publicaciones del blog, la música que escuchas o cualquier otro contenido dinámico mediante plugins.
|
||||
|
||||

|
||||
|
||||
#### [GitHub](https://github.com/welpo/doteki) • [Sitio web](https://doteki.org/) • [Documentación](https://doteki.org/docs/) {.centered-text}
|
||||
|
||||
## Cómo funciona
|
||||
|
||||
1. Añade marcadores a tu README:
|
||||
|
||||
```md,name=README.md
|
||||
<!-- blog start -->
|
||||
<!-- blog end -->
|
||||
```
|
||||
|
||||
2. Configura qué va ahí:
|
||||
|
||||
```toml,name=doteki.toml
|
||||
[sections.blog]
|
||||
plugin = "feed"
|
||||
url = "https://osc.garden/atom.xml" # Reemplaza con tu feed.
|
||||
|
||||
[sections.last_updated]
|
||||
plugin = "current_date"
|
||||
inline = true
|
||||
```
|
||||
|
||||
3. Configura la [Acción de GitHub](https://github.com/welpo/doteki-action).
|
||||
|
||||
¡Eso es todo! Tu README se actualizará automáticamente.
|
||||
|
||||
## Características
|
||||
|
||||
- **Sistema de plugins**: Muestra [entradas del blog](https://doteki.org/docs/plugins/feed), [música](https://doteki.org/docs/plugins/lastfm), o [crea tu propio plugin](https://doteki.org/docs/developer-guide/plugin-standard)
|
||||
- **Configuración simple**: Un archivo TOML, una Acción de GitHub
|
||||
- **Flexible**: Cada plugin tiene sus propias opciones (orden, entradas máximas, formato…)
|
||||
- **[Documentación detallada](https://doteki.org/docs/)**: Información detallada sobre cómo configurar y usar **dōteki** y sus plugins. Incluye [instrucciones claras para los desarrolladores](https://doteki.org/docs/developer-guide/) que quieran contribuir.
|
||||
|
||||
## Documentación
|
||||
|
||||
Consulta la [documentación](https://doteki.org/docs/) para:
|
||||
|
||||
- [Guía de inicio rápido](https://doteki.org/docs/)
|
||||
- [Plugins disponibles](https://doteki.org/docs/category/plugins)
|
||||
- [Desarrollo de plugins](https://doteki.org/docs/developer-guide/)
|
||||
- [Opciones de configuración](https://doteki.org/docs/configuration/)
|
||||
60
themes/tabi/content/projects/doteki/index.md
Normal file
60
themes/tabi/content/projects/doteki/index.md
Normal file
@@ -0,0 +1,60 @@
|
||||
+++
|
||||
title = "dōteki"
|
||||
description = "Add dynamic content to your GitHub profile through an intuitive plugin system."
|
||||
weight = 30
|
||||
|
||||
[taxonomies]
|
||||
tags = ["GitHub Actions", "automation", "Python"]
|
||||
|
||||
[extra]
|
||||
local_image = "projects/doteki/doteki_logo.webp"
|
||||
social_media_card = "social_cards/projects_doteki.jpg"
|
||||
canonical_url = "https://osc.garden/projects/doteki/"
|
||||
+++
|
||||
|
||||
**dōteki** updates your GitHub profile README automatically. Add your latest blog posts, music you're listening to, or any other dynamic content using plugins.
|
||||
|
||||

|
||||
|
||||
#### [GitHub](https://github.com/welpo/doteki) • [Website](https://doteki.org/) • [Documentation](https://doteki.org/docs/) {.centered-text}
|
||||
|
||||
## How it works
|
||||
|
||||
1. Add markers to your README:
|
||||
|
||||
```md,name=README.md
|
||||
<!-- blog start -->
|
||||
<!-- blog end -->
|
||||
```
|
||||
|
||||
2. Configure what goes there:
|
||||
|
||||
```toml,name=doteki.toml
|
||||
[sections.blog]
|
||||
plugin = "feed"
|
||||
url = "https://osc.garden/atom.xml" # Replace with your feed.
|
||||
|
||||
[sections.last_updated]
|
||||
plugin = "current_date"
|
||||
inline = true
|
||||
```
|
||||
|
||||
3. Set up the [GitHub Action](https://github.com/welpo/doteki-action).
|
||||
|
||||
That's it! Your README will stay updated automatically.
|
||||
|
||||
## Features
|
||||
|
||||
- **Plugin system**: Show [blog posts](https://doteki.org/docs/plugins/feed), [music](https://doteki.org/docs/plugins/lastfm), or [build your own plugin](https://doteki.org/docs/developer-guide/plugin-standard)
|
||||
- **Simple setup**: One TOML file, one GitHub Action
|
||||
- **Flexible**: Each plugin has its own options (sort order, max entries, format…)
|
||||
- **[Extensive documentation](https://doteki.org/docs/)**: Detailed information on how to set up and use **dōteki** and its plugins. It includes [clear instructions for developers](https://doteki.org/docs/developer-guide/) looking to contribute.
|
||||
|
||||
## Documentation
|
||||
|
||||
Check the [docs](https://doteki.org/docs/) for:
|
||||
|
||||
- [Getting started guide](https://doteki.org/docs/)
|
||||
- [Available plugins](https://doteki.org/docs/category/plugins)
|
||||
- [Plugin development](https://doteki.org/docs/developer-guide/)
|
||||
- [Configuration options](https://doteki.org/docs/configuration/)
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 261 KiB |
Reference in New Issue
Block a user