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