Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Aug 31, 2016
1 parent 7a49ad0 commit 06f116a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion posts/really-static-comments-with-staticman.txt
Expand Up @@ -37,7 +37,7 @@ 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 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
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, the data appears back in the site.

So, what do we end up with? A site with comments, where you own all the data, and not even need to
use Javascript to display the comments!
Expand Down
2 changes: 1 addition & 1 deletion state_data.json
@@ -1,3 +1,3 @@
{
"last_deploy": "2016-08-31T13:06:18.860794"
"last_deploy": "2016-08-31T13:08:01.038458"
}

0 comments on commit 06f116a

Please sign in to comment.