Skip to content

Commit

Permalink
feat(icons): Add Hugo icons (#184)
Browse files Browse the repository at this point in the history
Signed-off-by: thelooter <[email protected]>
  • Loading branch information
thelooter authored Nov 8, 2024
1 parent 0f2712a commit 142c96e
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 0 deletions.
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.
7 changes: 7 additions & 0 deletions src/defaults/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1108,6 +1108,13 @@ const fileIcons: FileIcons = {
'huff': {
fileExtensions: ['huff'],
},
'hugo': {
fileNames: [
'hugo.toml',
'hugo.yaml',
'hugo.json',
],
},
'humans': {
fileNames: ['humans.txt'],
},
Expand Down

0 comments on commit 142c96e

Please sign in to comment.