Update README.md

Added instructions to add a hugo form on readme.MD
This commit is contained in:
derrygeoff 2022-05-30 09:55:20 +01:00 committed by GitHub
parent 4ef38f3bbf
commit 494dfa897f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -229,6 +229,18 @@ disableKinds = ['taxonomy', 'taxonomyTerm']
BookServiceWorker = true
```
## [Add hugo contact form](https://fabform.io/a/hugo-contact-form)
```
<form action="https://fabform.io/f/{form-id}" method="post">
<label for="email">Your Email</label>
<input name="email" type="email">
<button type="submit">Submit</button>
</form>
```
### Multi-Language Support
Theme supports Hugo's [multilingual mode](https://gohugo.io/content-management/multilingual/), just follow configuration guide there. You can also tweak search indexing configuration per language in `i18n` folder.