Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
typos
  • Loading branch information
ralsina committed Aug 31, 2016
1 parent ac1826f commit 7a49ad0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion posts/really-static-comments-with-staticman.txt
Expand Up @@ -35,7 +35,7 @@ And Staticman will take the form's data, convert it to JSON, YAML, or whatever,
it back in your site's GitHub repo. You can choose whether it uses "moderation", and
do that via a pull request, or not, in which case it just commits directly.

Nikola can then use those data files from its templates, like in `this example <https://github.com/ralsina/staticman-data/blob/master/templates/post.tmpl>`__ which has both displays a form to post comments, and a list of previous comments.
Nikola can then use those data files from its templates, like in `this example <https://github.com/ralsina/staticman-data/blob/master/templates/post.tmpl>`__ which displays a form to post comments, and a list of previous comments.

Then, if you combine that with an autobuild system, like `using Travis <https://getnikola.com/blog/automating-nikola-rebuilds-with-travis-ci.html>`__ or `Netlify <https://getnikola.com/blog/from-zero-to-nikola-in-one-minute-without-installing-anything.html>`__ or `Gitlab <https://gitlab.com/pages/nikola>`__ that means a few seconds/minutes after the form is submitted

Expand All @@ -44,4 +44,7 @@ use Javascript to display the comments!

You can see it in action in this demo site: `staticman-demo.netlify.com <http://staticman-demo.netlify.com/posts/sample-post-with-staticman-comments.html>`__

**TODO:** submit the form via Javascript instead, so it does it in the background instead of
dumping JSON results on you.

Have fun, leave a comment :-)
2 changes: 1 addition & 1 deletion state_data.json
@@ -1,3 +1,3 @@
{
"last_deploy": "2016-08-31T07:30:21.032669"
"last_deploy": "2016-08-31T13:06:18.860794"
}

0 comments on commit 7a49ad0

Please sign in to comment.