Using config.json

This commit is contained in:
LucasVbr
2022-06-05 12:08:02 +02:00
parent 9b46b290e1
commit 9c959af699
12 changed files with 188 additions and 91 deletions
+10 -11
View File
@@ -1,27 +1,26 @@
# Hello there ! <img src="./img/Hi.gif" alt="Wave hand" width="50px" height="50px"/>
I'm Lucàs, a passionate developer from Rodez, France.
<br>Currently, the weather is: **{{ weather.temperature }}**, **{{ weather.description }}**
I'm {{ data.info.name }}, a passionate developer from {{ data.info.city }}, France.
<br>Currently, the weather is: **{{ data.weather.temperature }}°C**, **{{ data.weather.description }}**
### I code with
{% for image in tools -%}
{% for image in data.tools -%}
![{{ image.name }}]({{ image.url }})
{% endfor %}
### Where to find me
[![Github](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/LucasVbr)
[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/lucasvbr)
[![FreeCodeCamp](https://img.shields.io/badge/freecodecamp-27273D?style=for-the-badge&logo=freecodecamp&logoColor=white)](https://www.freecodecamp.org/LucasVbr)
{% for image in data.links -%}
[![{{ image.alt }}]({{ image.src }})]({{ image.href }})
{% endfor %}
---
<div align="center">
This README is generated every day.<br>
Last refresh: **{{ today }}**<br>
![Profile Views](https://komarev.com/ghpvc/?username=lucasvbr&amp;label=Profile%20views&amp;color=0e75b6&amp;style=flat)
![FreeCodeCamp Points](https://img.shields.io/freecodecamp/points/lucasvbr?label=FreeCodeCamp%20points)
<br>![Made with love](https://img.shields.io/badge/-made%20with%20%E2%9D%A4%EF%B8%8F-red)
Last refresh: **{{ data.today }}**<br>
{% for image in data.footer_badges -%}
![{{ image.alt }}]({{ image.src }})
{% endfor %}
*inspired by [Thomas Guibert](https://github.com/thmsgbrt)*