From 444787b515339e7ba58047d1fa414b2e2b7627b0 Mon Sep 17 00:00:00 2001 From: Waxer59 Date: Thu, 27 Apr 2023 01:27:14 +0200 Subject: [PATCH] add hugo logo --- src/data/svgs.ts | 7 +++++++ static/library/hugo.svg | 1 + 2 files changed, 8 insertions(+) create mode 100644 static/library/hugo.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 2999b56..bf8c78a 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1218,5 +1218,12 @@ export const svgs: iSVG[] = [ category: 'Language', route: '/library/php.svg', url: 'https://www.php.net/' + }, + { + id: 175, + title: 'Hugo', + category: 'Framework', + route: '/library/hugo.svg', + url: 'https://gohugo.io/' } ]; diff --git a/static/library/hugo.svg b/static/library/hugo.svg new file mode 100644 index 0000000..8e1d02b --- /dev/null +++ b/static/library/hugo.svg @@ -0,0 +1 @@ + \ No newline at end of file