1
0

Adding docs folder, with skeleton jekyll based site

- Uses https://github.com/tomjohnson1492/documentation-theme-jekyll
 - Have filler pages
This commit is contained in:
Vinoth Chandar
2016-12-30 11:05:22 -08:00
parent 84e0a7f68a
commit 2bf0db14c6
115 changed files with 14542 additions and 0 deletions

9
docs/_includes/footer.html Executable file
View File

@@ -0,0 +1,9 @@
<footer>
<div class="row">
<div class="col-lg-12 footer">
&copy;{{ site.time | date: "%Y" }} {{site.company_name}}. All rights reserved. <br />
{% if page.last_updated %}<span>Page last updated:</span> {{page.last_updated}}<br/>{% endif %} Site last generated: {{ site.time | date: "%b %-d, %Y" }} <br />
<p><img src="{{ "images/company_logo.png" }}" alt="Company logo"/></p>
</div>
</div>
</footer>