feat: update for doks 1.0.0-beta.1

This commit is contained in:
Henk Verlinde
2023-05-26 17:44:05 +02:00
parent af107f070b
commit f5135ba54e
26 changed files with 675 additions and 617 deletions

View File

@ -0,0 +1,13 @@
# Customizations
Customizations for the [Doks Core](https://github.com/gethyas/doks-core) integration go here.
## Usage
Copy the file(s) you'd like to override from `./node_modules/@hyas/doks-core/` and paste to `./integrations/doks-core/`. Make sure to keep the folder structure.
Supported folders are: `archetypes`, `assets` and `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).

View File

@ -0,0 +1,13 @@
# Customizations
Customizations for the [Images](https://github.com/gethyas/images) integration go here.
## Usage
Copy the file(s) you'd like to override from `./node_modules/@hyas/images/` and paste to `./integrations/images/`. Make sure to keep the folder structure.
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).

View File

@ -0,0 +1,13 @@
# Customizations
Customizations for the [SEO](https://github.com/gethyas/seo) integration go here.
## Usage
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.
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).