Skip to content

Commit

Permalink
Merge pull request #8 from traction/development
Browse files Browse the repository at this point in the history
Sitemap, SEO, and Contributors List
  • Loading branch information
TheSeg authored Feb 24, 2017
2 parents 2db8910 + ea87fdb commit 7d164e9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
19 changes: 18 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
repository: traction/TableMaths
exclude: ['Readme.md','Gemfile*']
sass:
style: compressed
style: compressed
gems:
- jekyll-sitemap
- jekyll-seo-tag
title: TableMaths by Traction
description: Sanity check for table-based HTML emails.
facebook:
publisher: https://www.facebook.com/Tractionco/
twitter:
username: Traction
social:
name: Traction
links:
- https://www.tractionco.com
- https://plus.google.com/117650829871636122363
- https://twitter.com/Traction
- https://www.facebook.com/Tractionco
- https://www.linkedin.com/company/traction
3 changes: 2 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>TableMaths by Traction</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="publisher" href="https://plus.google.com/117650829871636122363"/>
{% seo %}
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha384-3ceskX3iaEnIogmQchP8opvBy3Mi7Ce34nWjpBIwVTHfGYWQS9jwHDVRnpKKHJg7" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/moment.min.js" integrity="sha384-KgEy7s3ThYKule8wWiu2WJkm0AmJeSLkXku5PY5X8MhVgdm8K1ebsVRKHfNfWPrR" crossorigin="anonymous"></script>
<script src="assets/scripts/app.js"></script>
Expand Down
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ <h2>Compatibility</h2>
<p>Currently tested in Firefox, Safari, and Chrome.</p>

<h2>Authors</h2>
<p><a href="https://github.com/ggilder">Gabriel Gilder</a></p>
<ul>
<li><a href="https://github.com/ggilder">Gabriel Gilder</a></li>
<li><a href="https://github.com/TheSeg">John "Seg" Seggerson</a></li>
</ul>

<h2><a href="./releases.html">Release Notes</a></h2>

Expand Down

0 comments on commit 7d164e9

Please sign in to comment.