Skip to content

Commit

Permalink
feat(icons): Add Hugo icons
Browse files Browse the repository at this point in the history
Signed-off-by: thelooter <[email protected]>
  • Loading branch information
thelooter committed Jun 7, 2024
1 parent 06a6dbd commit 53c1666
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 0 deletions.
Binary file modified assets/frappe.webp
Binary file not shown.
Binary file modified assets/latte.webp
Binary file not shown.
Binary file modified assets/macchiato.webp
Binary file not shown.
Binary file modified assets/mocha.webp
Binary file not shown.
6 changes: 6 additions & 0 deletions icons/css-variables/hugo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/frappe/hugo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/latte/hugo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/macchiato/hugo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/mocha/hugo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/defaults/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,9 @@ const fileIcons: Record<string, {
'huff': {
fileExtensions: ['huff'],
},
'hugo': {
fileNames: ['hugo.toml'],
},
'humans': {
fileNames: ['humans.txt'],
},
Expand Down

0 comments on commit 53c1666

Please sign in to comment.