web: Added jekyll blog with hpstr theme and first post for release 0.6

The README contains the commands for building the blog in all different configurations.
This commit is contained in:
Eberhard Graether
2016-05-10 14:10:21 +02:00
parent e775ae1ecd
commit c4ef18fb6d
79 changed files with 8886 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="{{ site.url }}/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="{{ site.url }}/assets/js/scripts.min.js"></script>
{% if page.comments != false %}{% include disqus_comments.html %}{% endif %}