Skip to content

Commit

Permalink
Merge pull request #48 from Waxer59/add-hugo
Browse files Browse the repository at this point in the history
feat: add Hugo logo
  • Loading branch information
pheralb committed Apr 29, 2023
2 parents 52adf56 + 444787b commit 7ef31b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
}
];
1 change: 1 addition & 0 deletions static/library/hugo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 7ef31b6

@vercel
Copy link

@vercel vercel bot commented on 7ef31b6 Apr 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svgl – ./

svgl-pheralb.vercel.app
svgl.vercel.app
svgl-git-main-pheralb.vercel.app

Please sign in to comment.