From 1c8771f0ca77db6615b05e121f1dd6554a5aac72 Mon Sep 17 00:00:00 2001 From: David LJ Date: Mon, 11 Sep 2023 20:57:03 +0200 Subject: [PATCH] feat: render templates after description change --- src/humans.txt | 8 +++++--- src/site.webmanifest | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/humans.txt b/src/humans.txt index fb45c9c0..9afca367 100644 --- a/src/humans.txt +++ b/src/humans.txt @@ -1,9 +1,11 @@ Hi, I'm David LJ. Also known as davidlj95 in the cyberspace. I happen to be the author of my own site too. Would you have guessed that? Well if you knew I'm a software engineer, maybe you did! Some things about me: -* 👨‍💻 /dev/random software engineer -* 🔌 Connecting technology & RealLife™ -* 🎾 Padel regular player +* Full stack software engineer +* 9+ years of experience +* Web apps & hybrid mobile apps +* REST APIs backends +* CI/CD, DevOps, Cloud Visit the website for more info! diff --git a/src/site.webmanifest b/src/site.webmanifest index 027ca353..796102a4 100644 --- a/src/site.webmanifest +++ b/src/site.webmanifest @@ -1,7 +1,7 @@ { "name": "David LJ 🔗 @davidlj95", "short_name": "davidlj95", - "description": "/dev/random software engineer. Connecting technology & RealLife™. Padel regular player. Get to know me better here", + "description": "Full stack software engineer. 9+ years of experience. Web apps & hybrid mobile apps. REST APIs backends. CI/CD, DevOps, Cloud. Get to know me better here", "display": "browser", "background_color": "#202023", "theme_color": "#202023",