Update README.md
Added instructions to add a hugo form on readme.MD
This commit is contained in:
parent
4ef38f3bbf
commit
494dfa897f
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue