feat: update for doks v1.0.0-alpha.1

This commit is contained in:
Henk Verlinde
2023-04-18 15:10:33 +02:00
parent d00e52dd55
commit 3d4c2dbdff
253 changed files with 5883 additions and 18084 deletions

View File

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

13
plugins/images/README.md Normal file
View File

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

13
plugins/seo/README.md Normal file
View File

@ -0,0 +1,13 @@
# Customizations
Customizations for the [SEO](https://github.com/gethyas/seo) plugin go here.
## Usage
Copy the file(s) you'd like to override from `./node_modules/@hyas/seo/` and paste to `./plugins/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).