Skip to content

Commit

Permalink
feat: add the all module
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Mar 5, 2024
1 parent adb1820 commit c0da3dc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/all/go.mod
@@ -0,0 +1,3 @@
module github.com/hugomods/seo/modules/all

go 1.18
23 changes: 23 additions & 0 deletions modules/all/hugo.toml
@@ -0,0 +1,23 @@
[[module.imports]]
path = "github.com/hugomods/seo/modules/alternative"

[[module.imports]]
path = "github.com/hugomods/seo/modules/base"

[[module.imports]]
path = "github.com/hugomods/seo/modules/favicons"

[[module.imports]]
path = "github.com/hugomods/seo/modules/json-ld"

[[module.imports]]
path = "github.com/hugomods/seo/modules/open-graph"

[[module.imports]]
path = "github.com/hugomods/seo/modules/schema"

[[module.imports]]
path = "github.com/hugomods/seo/modules/translations"

[[module.imports]]
path = "github.com/hugomods/seo/modules/twitter-cards"

0 comments on commit c0da3dc

Please sign in to comment.