diff --git a/_config.yml b/_config.yml index 5bc9d3d..10473ec 100644 --- a/_config.yml +++ b/_config.yml @@ -1,14 +1,14 @@ # Site settings title: (Chris to write some tagline here) -description: > # this means to ignore newlines until "baseurl:" +description: > # this means to ignore newlines until 'baseurl:' Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description. -baseurl: "" -url: "http://www.100shapes.com" -twitter_username: 100Shapes -github_username: 100Shapes -address: "13 Hawley Cres, Camden, London, NW1 8NP" +baseurl: '' +url: 'http://www.100shapes.com' +twitter_username: '@100Shapes' +github_username: '@100Shapes' +address: '13 Hawley Cres, Camden, London, NW1 8NP' address_link: https://goo.gl/maps/YVr9ih4MLZL2 permalink: /blog/:categories/:title @@ -37,7 +37,7 @@ jekyll-archives: category: '/blog/:name/' paginate: 2 -paginate_path: "/blog/p:num/" +paginate_path: '/blog/p:num/' exclude: - vendor diff --git a/_includes/head.html b/_includes/head.html index 1f36e58..375f5bd 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -3,14 +3,51 @@ - {% if page.long_title | capitalize %}{{ page.long_title | escape | capitalize }}{% else %}{{ page.title | - escape | capitalize }}{% - endif %} | 100 Shapes - + {% capture page-title %}{% if page.long_title %}{{ page.long_title | escape }}{% else %}{{ page.title | escape | capitalize }}{% if page.subtitle %} – {{ page.subtitle | escape }}{% endif %}{% endif %}{% endcapture %} + {{ page-title }} | 100 Shapes + + + {% capture page-description %}{% if page.description %}{{ page.description | strip_html | strip_newlines | truncate: 155 }}{% else %}{{ site.description }}{% endif %}{% endcapture %} + {% feed_meta %} + + + + + + + + + + + + + + + + + + + + + + + + + + + {% if page.date %} + + {% else %} + + {% endif %} + + + + diff --git a/_layouts/default.html b/_layouts/default.html index f104061..900ad03 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,5 +1,5 @@ - + {% include head.html %} diff --git a/_posts/2015-10-05-introducing-BBC-iPlayer-on-and-on.md b/_posts/2015-10-05-introducing-BBC-iPlayer-on-and-on.md index 1ca5e47..a9bcc56 100644 --- a/_posts/2015-10-05-introducing-BBC-iPlayer-on-and-on.md +++ b/_posts/2015-10-05-introducing-BBC-iPlayer-on-and-on.md @@ -4,6 +4,11 @@ title: "Introducing BBC iPlayer On & On" subtitle: "Continuous viewing for BBC iPlayer" category: news author: michele + +description: > + Michele, MD of 100 Shapes, explains a recent collaboration with the + BBC to creat a continuous viewing experience for the BBC iPlayer. + alias: /bla-bla-bla/ --- diff --git a/_posts/2016-04-08-sketch-is-awesome.md b/_posts/2016-04-08-sketch-is-awesome.md index b884d88..6a1c2b8 100644 --- a/_posts/2016-04-08-sketch-is-awesome.md +++ b/_posts/2016-04-08-sketch-is-awesome.md @@ -1,8 +1,14 @@ --- layout: post title: "Sketch is brilliant" -subtitle: "A tour of my favourite features" +subtitle: "A designers tour of my favourite features" category: tools + +description: > + Trev, senior visual designers from 100 Shapes, explains some of his + favourite features in the new version of Sketch 3 and gives examples + of use in some of our recent design projects. + author: trev ---