portails/integrations/seo/README.md

14 lines
520 B
Markdown
Raw Normal View History

2023-04-18 15:10:33 +02:00
# Customizations
2023-05-26 17:44:05 +02:00
Customizations for the [SEO](https://github.com/gethyas/seo) integration go here.
2023-04-18 15:10:33 +02:00
## Usage
2023-05-26 17:44:05 +02:00
Copy the file(s) you'd like to override from `./node_modules/@hyas/seo/` and paste to `./integrations/seo/`. Make sure to keep the folder structure.
2023-04-18 15:10:33 +02:00
Supported folders are: `layouts`.
## Mounting settings
If needed, you can change the mountings settings in `./config/_default/module.toml`. See also the Hugo docs: [Module Config: mounts](https://gohugo.io/hugo-modules/configuration/#module-config-mounts).