Static sites are great

The case for the static site generator More and more developers are jumping on the “go static train”, and rightfully so. Static pages are fast, lightweight, they scale well. They are more secure, and simple to maintain and they allow you to focus all your time and effort on the user interface. Often times, this dedication really shows. It just so happens that static site generators are mostly loved by developers, but not by the average Joe....

March 25, 2022 · 2 min · 423 words · Azael Pérez

Automate with webhooks

What are webhooks? The webhooks are used to notify you when content has been changed. Specify a URL, configure your webhook, and we will send an HTTP POST request whenever something happens to your content. How do I configure a webhook? Go to Settings → Webhooks from the navigation bar at the top. From there, hit Add webhook, and you will be directed to your new webhook. Then choose a name, put in the information of your HTTP endpoint (URL and authentication), specify any custom headers and select the types of events that should trigger the webhook....

March 25, 2022 · 1 min · 171 words · Azael Pérez