Skip to content

Commit

Permalink
🚀 Release 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhartman committed May 27, 2018
1 parent d89825a commit 9bfdc2d
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 38 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,18 @@ version released to date for the Jekyll Heroku Starter Kit.
- Configured and added the settings for `@jekyll-seo-tag` to `index.md`
- Configured and added the settings for `@jekyll-sitemap` to `index.md`
- Defined collections for use in `_config.yml`
- Added customised `sitemap.xml` and a `sitemap.xsl` template file.
- Added customised `feed.xml` and a `feed.xslt.xml` template file.
- New `humans.md` file that outputs a file to
`http://yourdomain.com/robots.txt`.
- [#enhancement](#enhancement)
- Updated `README.md` and `index.md`.
- Various enhancements with `static.json` edits.
- Major enhancement to the `Procfile`.
- [#bugfix](#bugfix)
- Fixed a build bug with the Gem dependencies.
- Update `_config.yml` by removing a duplicate `logo` key.
- Fixed bug where neither `sitemap.xml` nor `feed.xml` were rendering.

## Version 1.0.1 (26/05/2018)

Expand Down
9 changes: 0 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
colorator (1.1.0)
concurrent-ruby (1.0.5)
dalli (2.7.8)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
Expand Down Expand Up @@ -50,22 +49,18 @@ GEM
jekyll-seo-tag (~> 2.0)
jekyll-watch (2.0.0)
listen (~> 3.0)
kgio (2.11.2)
kramdown (1.16.2)
liquid (4.0.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
memcachier (0.0.2)
mercenary (0.3.6)
pathutil (0.16.1)
forwardable-extended (~> 2.6)
posix-spawn (0.3.13)
public_suffix (3.0.2)
rack (1.6.10)
rack-cache (1.7.2)
rack (>= 0.4)
rack-jekyll (0.5.0)
jekyll (>= 1.3)
listen (>= 1.3)
Expand All @@ -88,7 +83,6 @@ PLATFORMS

DEPENDENCIES
bundler (= 1.16.1)
dalli
jekyll
jekyll-feed
jekyll-include-cache
Expand All @@ -98,9 +92,6 @@ DEPENDENCIES
jekyll-seo-tag
jekyll-sitemap
jekyll-theme-minimal
kgio
memcachier
rack-cache
rack-jekyll
rake

Expand Down
2 changes: 0 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ facebook:
app_id: 1234
publisher: 1234
admins: 1234
# URL to a site-wide logo. Need this field for publisher meta-tag.
logo: /assets/your-company-logo.png
# Links to other social profiles or websites that relate to you.
social:
name: Justin Hartman
Expand Down
1 change: 1 addition & 0 deletions _layouts/atom.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ content }}
8 changes: 4 additions & 4 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

{% seo %}
<!-- Adding Feed Metadata from @jekyll-feed -->
{% feed_meta %}
<!-- Adding SEO meta-tags from @jekyll-seo-tag -->
{% seo -%}
<!-- Adding Feed Metadata from @jekyll-feed -->
{% feed_meta %}
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: blank
layout: atom
permalink: /feed.xml
sitemap:
changefreq: weekly
Expand Down
26 changes: 26 additions & 0 deletions humans.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
permalink: "/humans.txt"
layout: blank
sitemap:
changefreq: monthly
priority: 0.5
---
/* TEAM */
Chef: Justin Hartman
Email: justin [@] 22digital.co.za
Web: http://justin.hartman.me
Twitter: @justinhartman
Facebook: https://fb.me/justin.hartman.me
From: Cape Town, South Africa

/* THANKS */
Jekyll: https://jekyllrb.com


/* SITE */
Last update: {{ site.time }}
Revision: {{ site.github.build_revision }}
Language: English
Doctype: HTML5
IDE: Visual Studio Code, Sublime Text 3, Github Pages, Jekyll, Github,
iTerm2, Firefox Developer Edition.
2 changes: 2 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
layout: default
published: true
# Settings for @jekyll-seo-tag
title: Jekyll Heroku Starter Kit
description: "This project will setup a minimum boilerplate template for running a Jekyll site on Heroku."
image: /assets/post-pic.jpg
author: justinhartman
lang: en_ZA
# Settings for @jekyll-sitemap
# sitemap: false # Set to false if you want to prevent the post from appearing.
sitemap:
changefreq: weekly
priority: 1.0
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: blank
layout: atom
permalink: /sitemap.xml
sitemap:
changefreq: weekly
Expand Down
21 changes: 0 additions & 21 deletions static.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,5 @@
"root": "_site/",
"routes": {
"/**": "index.html"
},
"headers": {
"/**": {
"Cache-Control": "private, no-store, no-cache, must-revalidate, proxy-revalidate",
"Pragma": "no-cache",
"Expires": "Sat, 05 Nov 1955 00:00:00 PST",
"Strict-Transport-Security": "max-age=86400; includeSubDomains;",
"X-Download-Options": "noopen",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "SAMEORIGIN",
"X-XSS-Protection": "1; mode=block"
},
"/assets/**": {
"Cache-Control": "public, max-age=512000"
},
"/robots.txt": {
"Cache-Control": "public, max-age=512000"
},
"/crossdomain.xml": {
"Cache-Control": "public, max-age=512000"
}
}
}

0 comments on commit 9bfdc2d

Please sign in to comment.