Have got publishing to Netlify

This commit is contained in:
Leon Mika 2025-01-27 15:45:53 +11:00
parent 8e0ffb6c24
commit 7ef6725bdb
23 changed files with 667 additions and 109 deletions

View file

@ -5,6 +5,10 @@
<input type="submit" value="Post">
</form>
<form method="post" action="/sites/{{.site.ID}}/rebuild">
<input type="submit" value="Rebuild">
</form>
{{range .posts}}
<div class="post">
{{.Body}}