From a883cce40f02cc2b3ceff118ec6806d06fce303b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Rodr=C3=ADguez?= Date: Wed, 12 Jul 2023 18:18:28 +0200 Subject: [PATCH] =?UTF-8?q?a=C3=B1adidos=20iconos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/icons/brand-linkedin.svg | 1 + assets/icons/linkedin-logo.svg | 12 ++++++++++++ assets/jsconfig.json | 10 ++++++++++ 3 files changed, 23 insertions(+) create mode 100644 assets/icons/brand-linkedin.svg create mode 100644 assets/icons/linkedin-logo.svg create mode 100644 assets/jsconfig.json diff --git a/assets/icons/brand-linkedin.svg b/assets/icons/brand-linkedin.svg new file mode 100644 index 0000000..46087a0 --- /dev/null +++ b/assets/icons/brand-linkedin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/linkedin-logo.svg b/assets/icons/linkedin-logo.svg new file mode 100644 index 0000000..a069c5a --- /dev/null +++ b/assets/icons/linkedin-logo.svg @@ -0,0 +1,12 @@ + + + + + + diff --git a/assets/jsconfig.json b/assets/jsconfig.json new file mode 100644 index 0000000..7e8bece --- /dev/null +++ b/assets/jsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "*": [ + "../../../../../tmp/hugo_cache/modules/filecache/modules/pkg/mod/github.com/!cai!jimmy/hugo-theme-stack/v3@v3.16.0/assets/*" + ] + } + } +} \ No newline at end of file