diff --git a/.eleventy.js b/.eleventy.js index 18f2bdf..23aa2b6 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -13,6 +13,7 @@ module.exports = function (eleventyConfig) { eleventyConfig.addPassthroughCopy("src/assets/js"); eleventyConfig.addPassthroughCopy("src/favicon.ico"); eleventyConfig.addPassthroughCopy("src/analytics.txt"); + eleventyConfig.addPassthroughCopy("_redirects"); // eleventyConfig.addPassthroughCopy("source/robots.txt"); eleventyConfig.setDataDeepMerge(true); diff --git a/_redirects b/_redirects new file mode 100644 index 0000000..513ef34 --- /dev/null +++ b/_redirects @@ -0,0 +1 @@ +/blog/:year-:month-:date-:slug /blog/:slug \ No newline at end of file diff --git a/src/_posts/2012-04-12-mobile-vs-desktop-is-a-lie.md b/src/_posts/2012-04-12-mobile-vs-desktop-is-a-lie.md index 05434a9..b7f82d1 100644 --- a/src/_posts/2012-04-12-mobile-vs-desktop-is-a-lie.md +++ b/src/_posts/2012-04-12-mobile-vs-desktop-is-a-lie.md @@ -17,7 +17,7 @@ created: 1334217052

As Kyle Beans excellent russian doll project demonstrated, the definition of "mobile phone" has changed so many times in the past 20 years. I'm sure it's bound to change even more in the next 20.

-

So what makes a mobile a mobile? No one really knows. They could have small screen, or they could not be. They could have a touch screen, or they could not be. They could be on a slow network connection, or they could not be. They could be using a colour display, or they could not be. The rise of "mobile" devices has made it really obvious how broad and varied the web is. All our assumptions get thrown out the (1024 x 768) window.

+

So what makes a mobile a mobile? No one really knows. They could have small screen, or they could not be. They could have a touch screen, or they could not be. They could be on a slow network connection, or they could not be. They could be using a colour display, or they could not be. The rise of "mobile" devices has made it really obvious how broad and varied the web is. All our assumptions get thrown out the (1024 x 768) window.

That's where Responsive Web Design excels.

diff --git a/src/_posts/2014-01-06-2013.md b/src/_posts/2014-01-06-2013.md index 576f685..aca4baf 100644 --- a/src/_posts/2014-01-06-2013.md +++ b/src/_posts/2014-01-06-2013.md @@ -36,7 +36,7 @@ I've also been working on getting the [Drupal.org theme open-sourced.](https://g ## Work -I did a lot of work for Comic Relief in 2013, helping them with [Rednoseday.com](www.rednoseday.com) and [Sportrelief.com](www.sportrelief.com) which are behemoths of sites with very complex requirements. I haven't really written much about contracting after doing it for about a year and a half, let's save that for another post. The short story is a I joined [Wunderroot](http://www.wunderroot.co.uk) as a full-time employee and I'm very excited about what 2014 will bring working with them. +I did a lot of work for Comic Relief in 2013, helping them with [Rednoseday.com](http://www.rednoseday.com) and [Sportrelief.com](http://www.sportrelief.com) which are behemoths of sites with very complex requirements. I haven't really written much about contracting after doing it for about a year and a half, let's save that for another post. The short story is a I joined [Wunderroot](http://www.wunderroot.co.uk) as a full-time employee and I'm very excited about what 2014 will bring working with them. ## The rest diff --git a/src/_posts/2015-05-31-100-words.md b/src/_posts/2015-05-31-100-words.md index a341d79..bd63e5c 100644 --- a/src/_posts/2015-05-31-100-words.md +++ b/src/_posts/2015-05-31-100-words.md @@ -6,4 +6,4 @@ tags: 100 words Inspired by [Jeremy,](https://adactio.com/) I've started the 100 words challenge. 100 words every day for 100 days. I'm surprised how much I enjoyed reading Jeremy's daily slices of life. -This is day two, and I'm jetlagged with nothing else to write about, so I choose to write about the writing challenge. I don't really know what I'm going to write about everyday but I guess that's part of the fun. I hope it's going to encourage me to work on this site a little more, as I start to use it often. I'm using [Hemingway](www.hemingwayapp.com) to write these posts, it's handy! +This is day two, and I'm jetlagged with nothing else to write about, so I choose to write about the writing challenge. I don't really know what I'm going to write about everyday but I guess that's part of the fun. I hope it's going to encourage me to work on this site a little more, as I start to use it often. I'm using [Hemingway](http://www.hemingwayapp.com) to write these posts, it's handy!