Skip to content

Commit

Permalink
feat: add the devicons vendor
Browse files Browse the repository at this point in the history
Closes #424
  • Loading branch information
razonyang committed Oct 7, 2024
1 parent a19d90a commit cdd2a78
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vendors/devicons/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/hugomods/icons/vendors/devicons

go 1.18
12 changes: 12 additions & 0 deletions vendors/devicons/hugo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[[module.imports]]
path = "github.com/hugomods/icons"

[[module.imports]]
path = "github.com/devicons/devicon"
ignoreConfig = true
[[module.imports.mounts]]
source = "icons"
target = "assets/icons/devicons"

[params.icons.vendors.dev]
name = "devicons"

0 comments on commit cdd2a78

Please sign in to comment.