Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

Commit

Permalink
docs: Add sitemap.xml, robots.txt.
Browse files Browse the repository at this point in the history
Also, while we're here, cleanup the favicon and apple-touch-icon
duplication mess.
  • Loading branch information
MikeMcQuaid committed Jul 2, 2017
1 parent f012660 commit 72c24b9
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 15 deletions.
12 changes: 11 additions & 1 deletion docs/_config.yml
@@ -1,6 +1,16 @@
include: [.well-known]
exclude: [bin, vendor, CNAME, Gemfile, Gemfile.lock]

# Same as GitHub Pages
# https://help.github.com/articles/using-jekyll-with-pages#troubleshooting
# Disable despite enabled on GitHub Pages for supported plugins to work.
# safe: true
kramdown:
input: GFM
hard_wrap: false
lsi: false
highlighter: rouge

gems:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
15 changes: 2 additions & 13 deletions docs/_layouts/base.html
Expand Up @@ -12,19 +12,8 @@
{% seo title=false %}
{% feed_meta %}
<meta name="viewport" content="width=device-width">
<link rel="shortcut icon" href="/img/favicon.ico">
<link rel="icon" sizes="16x16" href="/img/favicon-16x16.png" >
<link rel="icon" sizes="32x32" href="/img/favicon-32x32.png">
<link rel="icon" sizes="96x96" href="/img/favicon-96x96.png">
<link rel="icon" sizes="192x192" href="/img/favicon-192x192.png">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="/img/apple-touch-icon-57x57-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/img/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="/img/apple-touch-icon-76x76-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="/img/apple-touch-icon-120x120-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/img/apple-touch-icon-144x144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="/img/apple-touch-icon-152x152-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="/img/apple-touch-icon-180x180-precomposed.png">
<link rel="icon" type="image/x-icon" href="/img/favicon.ico">
<link rel="apple-touch-icon"href="/img/apple-touch-icon.png">
<link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen">
<link rel="stylesheet" href="/css/pygments.css" type="text/css" media="screen">
<script>
Expand Down
1 change: 0 additions & 1 deletion docs/favicon.ico

This file was deleted.

Binary file removed docs/img/apple-touch-icon-114x114-precomposed.png
Binary file not shown.
Binary file removed docs/img/apple-touch-icon-120x120-precomposed.png
Binary file not shown.
Binary file removed docs/img/apple-touch-icon-144x144-precomposed.png
Binary file not shown.
Binary file removed docs/img/apple-touch-icon-152x152-precomposed.png
Binary file not shown.
Binary file removed docs/img/apple-touch-icon-57x57-precomposed.png
Binary file not shown.
Binary file removed docs/img/apple-touch-icon-72x72-precomposed.png
Binary file not shown.
Binary file removed docs/img/apple-touch-icon-76x76-precomposed.png
Binary file not shown.
Binary file removed docs/img/favicon-16x16.png
Binary file not shown.
Binary file removed docs/img/favicon-192x192.png
Binary file not shown.
Binary file removed docs/img/favicon-32x32.png
Binary file not shown.
Binary file removed docs/img/favicon-96x96.png
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/robots.txt
@@ -0,0 +1,4 @@
---
---
User-agent: *
Sitemap: {{ site.url }}/sitemap.xml

0 comments on commit 72c24b9

Please sign in to comment.