cleanup readme
This commit is contained in:
parent
0cf8a3353d
commit
3222187fc4
|
@ -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.
|
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-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
|
# Getting Started
|
||||||
Use the following resoures to deploy and get started with hugo-mx-gateway.
|
Use the following resoures to deploy and get started with hugo-mx-gateway.
|
||||||
|
|
||||||
|
|
|
@ -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.
|
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.
|
Open the file in your favorite editor and review it.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue