Compare commits
2 Commits
225da8ba58
...
4acb7d53ac
Author | SHA1 | Date | |
---|---|---|---|
4acb7d53ac | |||
4b14a9b85e |
14
.github/blog-post-workflow.yml
vendored
Normal file
14
.github/blog-post-workflow.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
name: Workflow ultima artículo en el blog
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 * * * *'
|
||||
jobs:
|
||||
update-readme-with-blog:
|
||||
name: Actualizar el README de este repo con las últimas publicaciones del blog
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: gautamkrishnar/blog-post-workflow@master
|
||||
with:
|
||||
max_post_count: "4"
|
||||
feed_list: "https://vergaracarmona.es/feed/"
|
34
README.md
34
README.md
@ -19,20 +19,46 @@
|
||||
[![Linkedin](https://img.shields.io/badge/Linkedin-blue?style=for-the-badge)](https://www.linkedin.com/in/manu-vergara)
|
||||
[![Certificaciones](https://img.shields.io/badge/Certificaciones-orange?style=for-the-badge)](https://vergaracarmona.es/certificaciones)
|
||||
|
||||
<br>
|
||||
|
||||
## Blog of notes (In Spanish)
|
||||
|
||||
[Apuntes](https://vergaracarmona.es/apuntes)
|
||||
|
||||
<!-- BLOG-POST-LIST:START -->
|
||||
<!-- BLOG-POST-LIST:END -->
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
### Support:
|
||||
<p>
|
||||
<a href="https://www.buymeacoffee.com/https://www.buymeacoffee.com/manuelver"> <img align="left" src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" height="50" width="210" alt="https://www.buymeacoffee.com/manuelver" /></a>
|
||||
</p>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
---
|
||||
## Stats
|
||||
![](https://komarev.com/ghpvc/?username=manuelver&color=lightgrey)
|
||||
![](https://visitor-badge.glitch.me/badge?page_id=manuelver.manuelver)
|
||||
|
||||
[![manuelver's GitHub stats-Dark](https://github-readme-stats.vercel.app/api?username=manuelver&show_icons=true&theme=dark#gh-dark-mode-only)](https://github.com/manuelver/github-readme-stats#gh-dark-mode-only)
|
||||
[![manuelver's GitHub stats-Light](https://github-readme-stats.vercel.app/api?username=manuelver&show_icons=true&theme=default#gh-light-mode-only)](https://github.com/manuelver/github-readme-stats#gh-light-mode-only)
|
||||
|
||||
[![GitHub Streak](https://github-readme-streak-stats.herokuapp.com/?user=manuelver&theme=dark#gh-dark-mode-only)](https://git.io/streak-stats#gh-dark-mode-only)
|
||||
[![GitHub Streak](https://github-readme-streak-stats.herokuapp.com/?user=manuelver&theme=default#gh-light-mode-only)](https://git.io/streak-stats#gh-light-mode-only)
|
||||
[![GitHub Streak stats-Dark](https://github-readme-streak-stats.herokuapp.com/?user=manuelver&theme=dark#gh-dark-mode-only)](https://git.io/streak-stats#gh-dark-mode-only)
|
||||
[![GitHub Streak stats-Light](https://github-readme-streak-stats.herokuapp.com/?user=manuelver&theme=default#gh-light-mode-only)](https://git.io/streak-stats#gh-light-mode-only)
|
||||
|
||||
![](https://komarev.com/ghpvc/?username=manuelver&color=lightgrey)
|
||||
![](https://visitor-badge.glitch.me/badge?page_id=manuelver.manuelver)
|
||||
|
||||
|
||||
[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=manuelver&layout=compact&theme=dark#gh-dark-mode-only)](https://github.com/anuraghazra/github-readme-stats#gh-dark-mode-only)
|
||||
|
||||
|
||||
[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=manuelver&layout=compact&theme=dark#gh-light-mode-only)](https://github.com/anuraghazra/github-readme-stats#gh-light-mode-only)
|
||||
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user