mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-05-13 17:11:52 +00:00
Using config.json
This commit is contained in:
+10
-11
@@ -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 -%}
|
||||

|
||||
{% endfor %}
|
||||
|
||||
### Where to find me
|
||||
[](https://github.com/LucasVbr)
|
||||
[](https://www.linkedin.com/in/lucasvbr)
|
||||
[](https://www.freecodecamp.org/LucasVbr)
|
||||
|
||||
{% for image in data.links -%}
|
||||
[]({{ image.href }})
|
||||
{% endfor %}
|
||||
---
|
||||
|
||||
<div align="center">
|
||||
|
||||
This README is generated every day.<br>
|
||||
Last refresh: **{{ today }}**<br>
|
||||

|
||||

|
||||
<br>
|
||||
Last refresh: **{{ data.today }}**<br>
|
||||
{% for image in data.footer_badges -%}
|
||||

|
||||
{% endfor %}
|
||||
|
||||
*inspired by [Thomas Guibert](https://github.com/thmsgbrt)*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user