linspector.github.io/projects/linspector.org/index.html

23 lines
731 B
HTML

---
layout: default
title: linspector.org
metasub: projects
keywords: website,code,project,jekyll,html,css
---
<h2>linspector.org</h2>
<h3>Introduction</h3>
<p>The Linspector website. The Linspector website is created using <a href="http://jekyllrb.com/" class="ext">Jekyll</a> and is hosted at <a href="https://github.com" class="ext">GitHub</a>.</p>
<p>The code is hosted here: <a href="https://github.com/linspector/linspector.github.io" class="ext">https://github.com/linspector/linspector.github.io</a></p>
<h3>Commit Log</h3>
<div id="github-commits"></div>
<script>
$(function() {
$('#github-commits').githubInfoWidget({ user: 'linspector', repo: 'linspector.github.io', branch: 'master', last: 30 });
});
</script>