Skip to content

Commit

Permalink
Added icon support for typical jekyll folders (#1832)
Browse files Browse the repository at this point in the history
  • Loading branch information
milkyware committed Jan 14, 2023
1 parent 7f894c1 commit cebe0a5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ export const folderIcons: FolderTheme[] = [
{
name: 'folder-images',
folderNames: [
'_images',
'_image',
'_imgs',
'_img',
'images',
'image',
'imgs',
Expand Down Expand Up @@ -83,6 +87,8 @@ export const folderIcons: FolderTheme[] = [
{
name: 'folder-docs',
folderNames: [
'_post',
'_posts',
'doc',
'docs',
'document',
Expand Down Expand Up @@ -210,6 +216,7 @@ export const folderIcons: FolderTheme[] = [
{
name: 'folder-public',
folderNames: [
'_site',
'public',
'www',
'wwwroot',
Expand Down Expand Up @@ -627,6 +634,8 @@ export const folderIcons: FolderTheme[] = [
{
name: 'folder-mock',
folderNames: [
'_draft',
'_drafts',
'mock',
'mocks',
'fixture',
Expand Down

0 comments on commit cebe0a5

Please sign in to comment.