cleanup readme

This commit is contained in:
Rodrigue Chakode 2022-04-29 11:18:35 +02:00
parent 0cf8a3353d
commit 3222187fc4
2 changed files with 1 additions and 10 deletions

View File

@ -17,17 +17,8 @@ You're at the right place.
This project, namely `hugo-mx-gateway`, is meant to provide a RESTful API that adds the dynamicity required to handle contactdemo requests for static web sites. It's a simple, yet a powerful tool built for this only-designated purpose.
![](hugo-mx-gateway-architecture-overview.png)
## Hugo-mx-gateway in a Nutshell
`hugo-mx-gateway` provides a RESTful POST endpoint for static contact/demo request pages. It's a simple, yet a powerful tool built for this only-designated purpose.
> **This project is used in production for several static websites built with [Hugo](https://gohugo.io/);
Contributions in any form (code/docs/ideas...) are welcomed.**
# Getting Started
Use the following resoures to deploy and get started with hugo-mx-gateway.

View File

@ -3,7 +3,7 @@
From the source tree, the file `samples/hugo-partial-contact-form.html` contains a sample HTML form for Hugo. It can be used for both contact and demo requests.
![Screenshot of a successful submission](./screenshots/form-submitted-and-processed-with-success.png)
![Screenshot of a successful submission](../screenshots/form-submitted-and-processed-with-success.png)
Open the file in your favorite editor and review it.