Hexo is a fast, simple & powerful blog framework powered by Node.js.
Start collecting data in a matter of clicks.
Let Formspark take care of the servers, databases, and analytics.
Set up any form in seconds.
Compatible with Jamstack
<%- partial('_partial/head') %> <%# Set formspark_form_id in your theme's _config.yml %> <form action="https://submit-form.com/<%= theme.formspark_form_id %>" method="POST"> <label> <span>Message</span> <textarea name="message"></textarea> </label> <button type="submit">Send</button> </form> <%- partial('_partial/footer') %>