Skip to content

Commit

Permalink
Removed front matter legacy crud
Browse files Browse the repository at this point in the history
Removed some stub/crappy articles
Moved category pages to root
Added cateogires for 2013 and 2017 posts
  • Loading branch information
j-greig committed Sep 7, 2017
1 parent bbf1e4e commit c955f09
Show file tree
Hide file tree
Showing 235 changed files with 449 additions and 1,271 deletions.
2 changes: 1 addition & 1 deletion 7daysofwriting.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: 675
title: 7 Days of Writing
date: 2016-10-17T17:58:39+00:00
author: James Greig

layout: page
guid: http://greig.cc/?page_id=675
landingpage_image:
Expand Down
2 changes: 1 addition & 1 deletion 7thingsbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: 427
title: 7 Things Book
date: 2016-05-18T21:21:17+00:00
author: James Greig

layout: page
guid: http://greig.cc/7thingsbook/
---
Expand Down
5 changes: 4 additions & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>{{ page.title}} — {{ site.name }}</title>

<link rel="stylesheet" href="/assets/style.css" type="text/css" media="screen" />
{% include responsivevideothing.html %}

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="{%if page.title %}{{ page.title }} - {{ site.name }}{% else %}{{ site.name }}{% endif %}">
<meta name="twitter:description" content="{% if page.description %}{{ page.description }}{% else %}{{ page.content | strip_html | truncatewords: 50 }}{% endif %}">
<meta name="twitter:image" content="media/james_greig_photo_grad.png" />
<meta name="twitter:image" content="/media/james_greig_photo_grad.png" />
<meta name="twitter:site" content="@j_greig" />
<meta name="twitter:creator" content="@j_greig">
<meta name="twitter:card" content="summary">
Expand Down
3 changes: 0 additions & 3 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

<h1 class="mw7 f3 f1-m mb4 f1-l lh-title normal sans-serif lh-title">{{page.title}}</h1>
<div class="article-body">

{{ h2 }}

{{ content | replace : h2, h2_styled | replace : h3, h3_styled | replace : pstring, pstring_styled |
replace : blockquote, blockquote_styled | replace : cite, cite_styled |
replace : ol, ol_styled | replace : ul, ul_styled | replace : list_item_, list_item_styled }}
Expand Down
15 changes: 10 additions & 5 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,24 @@
---
{% include style_snippets.html %}
<article class="pa3 pa5-m pa6-l pt2-l">

<h1 class="mw7 f3 f1-m mb4 f1-l lh-title normal sans-serif lh-title">{{page.title}}</h1>

<div class="article-body">

{{ content | replace : pstring, pstring_styled | replace : blockquote, blockquote_styled }}

{{ content | replace : h2, h2_styled | replace : h3, h3_styled | replace : pstring, pstring_styled | replace : blockquote, blockquote_styled | replace : cite, cite_styled | replace : ol, ol_styled | replace : ul, ul_styled | replace : list_item_, list_item_styled
}}
<hr>

<p class="mt4">Posted to: {% if post %} {% assign categories = post.categories %} {% else %} {% assign categories = page.categories %} {% endif %} {% for category in categories %}
<a href="{{site.baseurl}}/category/{{category|slugize}}">{{category}}</a>{% unless forloop.last %}, {% endunless %}{% endfor %}
<p class="mt4">Posted to {% if post %} {% assign categories = post.categories %} {% else %} {% assign categories = page.categories %} {% endif %} {% for category in categories %}
<a href="{{site.baseurl}}/{{category|slugize}}">{{category}}</a>{% unless forloop.last %}, {% endunless %}{% endfor %} in {{ page.date | date: "%Y"}}.
</p>

<div class="PageNavigation">
{% if page.previous.url %}
<a class="prev" href="{{page.previous.url}}">&laquo; {{page.previous.title}}</a> {% endif %} {% if page.next.url %}
<a class="next" href="{{page.next.url}}">{{page.next.title}} &raquo;</a> {% endif %}
</div>

{% include newsletter-signup.html %}

</div>
Expand Down
43 changes: 0 additions & 43 deletions _layouts/tagpage.html

This file was deleted.

16 changes: 3 additions & 13 deletions _posts/2012-11-26-how-to-stop-being-a-graphic-designer.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
---
id: 311
title: How to stop being a graphic designer
date: 2012-11-26T09:16:55+00:00
author: James Greig
excerpt: "<p>If you're a designer and love your job, stop reading now. This article is not for you.&nbsp;</p>"
layout: post
guid: http://greig.cc/2012/11/26/20121126how-to-stop-being-a-graphic-designer/
excerpt: "If you're a designer and love your job, stop reading now. This article is not for you. But if being a graphic designer is getting you down, you need to do something about it."layout: post
permalink: /how-to-stop-being-a-graphic-designer/
structured_content:
- '{"oembed":[],"overlay":true}'
categories:
- Graphic Design
- Popular
- Undesign
tags:
- design
- graphicdesign
- graphic-design
- popular
- careers
---
If you're a designer and love your job, stop reading now. This article is not for you. Graphic design can be a noble profession and I can count many of my heroes amongst its members.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
---
id: 82
title: 'It&#8217;s not just what you do, it&#8217;s what you don&#8217;t'
date: 2012-12-12T09:16:19+00:00
author: James Greig
layout: post
guid: http://greig.cc/2012/12/12/201212its-not-just-what-you-do-its-what-you-dont-do/
permalink: /its-not-just-what-you-do-its-what-you-dont-do/
categories:
- Uncategorised
- life
---
<p>In the aftermath of the 9/11 attacks, I became a news junkie, compulsively devouring two or even three news websites on a daily basis. It was an itch I could scratch, and for almost a decade was part of my online routine.&nbsp;</p><p></p><p>A daily side of news isn't going to kill you, but it's part of a larger problem, accurately described as <a href="http://opinionator.blogs.nytimes.com/2012/06/30/the-busy-trap/" data-link-type="external">The 'Busy' Trap</a> by author&nbsp;Tim Kreider — the &nbsp;cacophony&nbsp;of emails, messages,&nbsp;obligations, lists and scheduling which threaten to overwhelm us:</p><blockquote>"It’s not as if any of us wants to live like this; it’s something we collectively force one another to do."</blockquote><p>With these seemingly unavoidable mantras woven into the fabric of modern day life, it's no wonder that people talk of "not having time" to do the things that they want to. &nbsp;</p><p>But that statement is a&nbsp;misdemeanour in itself. &nbsp;You don't just "have" time — you <strong>make</strong> time.</p><p>Stop doing crap that doesn't matter, and do stuff that does.</p><p></p><p></p><ul><li>Don't read or watch the news (Tim Ferriss calls this a "news fast" and recommends an initial diet of 10 days)</li><li>Don't read your email willy-nilly (I still struggle to avoid this. Blocking apps like <a href="http://visitsteve.com/made/selfcontrol/" data-link-type="external">Self Control</a> can help)</li><li>Don't make excuses. (No-one gives you permission in life)</li><li>Don't do time management (Instead,&nbsp;identify&nbsp;the most 1-3 tasks each day and do them first)</li><li>Don't do meetings (This of course, is easier if you don't have a boss, and is something on my growing list of reasons to be your own)</li><li>Don't make goals (Focus on the present, not the future, and do something which excites you now)</li></ul><p></p><p>What things can you stop doing, and what will you do instead?</p><hr /><p>Recommended reading:</p><ul><li>Leo Babauta on <a href="http://zenhabits.net/achieving/" data-link-type="external">Achieving Without Goals</a></li><li><a href="http://www.amazon.co.uk/gp/product/0091929113/ref=as_li_ss_tl?ie=UTF8&amp;camp=1634&amp;creative=19450&amp;creativeASIN=0091929113&amp;linkCode=as2&amp;tag=sneageek-21" data-link-type="external">The 4-Hour Work Week:&nbsp;</a>Tim Ferriss (and his <a href="http://www.fourhourworkweek.com/blog/2007/08/16/the-not-to-do-list-9-habits-to-stop-now/" data-link-type="external">Not-To-Do</a> list)</li><li><a href="http://www.amazon.co.uk/gp/product/0749922648/ref=as_li_ss_tl?ie=UTF8&amp;camp=1634&amp;creative=19450&amp;creativeASIN=0749922648&amp;linkCode=as2&amp;tag=sneageek-21" data-link-type="external">Getting Things Done: How to Achieve Stress-free Productivity</a>, David Allen</li><li><a href="http://www.amazon.co.uk/gp/product/1416511555/ref=as_li_ss_tl?ie=UTF8&amp;camp=1634&amp;creative=19450&amp;creativeASIN=1416511555&amp;linkCode=as2&amp;tag=sneageek-21" data-link-type="external">The Magic of Thinking Big</a>,&nbsp;David J. Schwartz</li><li><a href="http://www.amazon.co.uk/gp/product/B004H4XBJ2/ref=as_li_ss_tl?ie=UTF8&amp;camp=1634&amp;creative=19450&amp;creativeASIN=B004H4XBJ2&amp;linkCode=as2&amp;tag=sneageek-21" data-link-type="external">The 80/20 Principle: The Secret of Achieving More with Less</a>,&nbsp;Richard Koch</li></ul><p></p>
<p>In the aftermath of the 9/11 attacks, I became a news junkie, compulsively devouring two or even three news websites on a daily basis. It was an itch I could scratch, and for almost a decade was part of my online routine.&nbsp;</p><p></p><p>A daily side of news isn't going to kill you, but it's part of a larger problem, accurately described as <a href="http://opinionator.blogs.nytimes.com/2012/06/30/the-busy-trap/" data-link-type="external">The 'Busy' Trap</a> by author&nbsp;Tim Kreider — the &nbsp;cacophony&nbsp;of emails, messages,&nbsp;obligations, lists and scheduling which threaten to overwhelm us:</p><blockquote>"It’s not as if any of us wants to live like this; it’s something we collectively force one another to do."</blockquote><p>With these seemingly unavoidable mantras woven into the fabric of modern day life, it's no wonder that people talk of "not having time" to do the things that they want to. &nbsp;</p><p>But that statement is a&nbsp;misdemeanour in itself. &nbsp;You don't just "have" time — you <strong>make</strong> time.</p><p>Stop doing crap that doesn't matter, and do stuff that does.</p><p></p><p></p><ul><li>Don't read or watch the news (Tim Ferriss calls this a "news fast" and recommends an initial diet of 10 days)</li><li>Don't read your email willy-nilly (I still struggle to avoid this. Blocking apps like <a href="http://visitsteve.com/made/selfcontrol/" data-link-type="external">Self Control</a> can help)</li><li>Don't make excuses. (No-one gives you permission in life)</li><li>Don't do time management (Instead,&nbsp;identify&nbsp;the most 1-3 tasks each day and do them first)</li><li>Don't do meetings (This of course, is easier if you don't have a boss, and is something on my growing list of reasons to be your own)</li><li>Don't make goals (Focus on the present, not the future, and do something which excites you now)</li></ul><p></p><p>What things can you stop doing, and what will you do instead?</p><hr /><p>Recommended reading:</p><ul><li>Leo Babauta on <a href="http://zenhabits.net/achieving/" data-link-type="external">Achieving Without Goals</a></li><li><a href="http://www.amazon.co.uk/gp/product/0091929113/ref=as_li_ss_tl?ie=UTF8&amp;camp=1634&amp;creative=19450&amp;creativeASIN=0091929113&amp;linkCode=as2&amp;tag=sneageek-21" data-link-type="external">The 4-Hour Work Week:&nbsp;</a>Tim Ferriss (and his <a href="http://www.fourhourworkweek.com/blog/2007/08/16/the-not-to-do-list-9-habits-to-stop-now/" data-link-type="external">Not-To-Do</a> list)</li><li><a href="http://www.amazon.co.uk/gp/product/0749922648/ref=as_li_ss_tl?ie=UTF8&amp;camp=1634&amp;creative=19450&amp;creativeASIN=0749922648&amp;linkCode=as2&amp;tag=sneageek-21" data-link-type="external">Getting Things Done: How to Achieve Stress-free Productivity</a>, David Allen</li><li><a href="http://www.amazon.co.uk/gp/product/1416511555/ref=as_li_ss_tl?ie=UTF8&amp;camp=1634&amp;creative=19450&amp;creativeASIN=1416511555&amp;linkCode=as2&amp;tag=sneageek-21" data-link-type="external">The Magic of Thinking Big</a>,&nbsp;David J. Schwartz</li><li><a href="http://www.amazon.co.uk/gp/product/B004H4XBJ2/ref=as_li_ss_tl?ie=UTF8&amp;camp=1634&amp;creative=19450&amp;creativeASIN=B004H4XBJ2&amp;linkCode=as2&amp;tag=sneageek-21" data-link-type="external">The 80/20 Principle: The Secret of Achieving More with Less</a>,&nbsp;Richard Koch</li></ul><p></p>
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
---
id: 120
title: Extreme program your life — do first, optimise last
date: 2012-12-21T08:34:41+00:00
author: James Greig
layout: post
guid: http://greig.cc/2012/12/21/201212extreme-program-your-life-do-first-optimise-last/
permalink: /extreme-program-your-life-do-first-optimise-last/
categories:
- Uncategorised
- life
---
<p>Working as a digital designer (and&nbsp;amateur&nbsp;programmer) in Scotland I was briefly exposed (1) to the software development methodology of '<a href="http://en.wikipedia.org/wiki/Extreme_programming" data-link-type="external">extreme programming</a>', whose creator Kent Beck advocated coding first, and optimising last.</p><p>His aim was to allow for more iterations in the development cycle of a piece of software, thus creating the most&nbsp;opportunities&nbsp;for feedback and improvement. Tellingly perhaps, his third book on the subject was called "Extreme Programming Explained: Embrace Change".</p><p>By swapping out the 'coding' for 'doing', his&nbsp;approach can be used to engineer greater, and faster, change in your own personal development.</p><p>Do first, optimise last (and embrace the change).</p><hr /><p>(1) Hat tip to my former, and slightly maverick, boss&nbsp;<a href="http://hossgifford.com/" data-link-type="external">Hoss Gifford</a>.&nbsp;I still the remember the day our team got a bollocking for animating a 'wrong password' shake on the login screen of our fledging email newsletter system, whilst the rest of it remained completely unbuilt (which is how it remains to this day).</p>
<p>Working as a digital designer (and&nbsp;amateur&nbsp;programmer) in Scotland I was briefly exposed (1) to the software development methodology of '<a href="http://en.wikipedia.org/wiki/Extreme_programming" data-link-type="external">extreme programming</a>', whose creator Kent Beck advocated coding first, and optimising last.</p><p>His aim was to allow for more iterations in the development cycle of a piece of software, thus creating the most&nbsp;opportunities&nbsp;for feedback and improvement. Tellingly perhaps, his third book on the subject was called "Extreme Programming Explained: Embrace Change".</p><p>By swapping out the 'coding' for 'doing', his&nbsp;approach can be used to engineer greater, and faster, change in your own personal development.</p><p>Do first, optimise last (and embrace the change).</p><hr /><p>(1) Hat tip to my former, and slightly maverick, boss&nbsp;<a href="http://hossgifford.com/" data-link-type="external">Hoss Gifford</a>.&nbsp;I still the remember the day our team got a bollocking for animating a 'wrong password' shake on the login screen of our fledging email newsletter system, whilst the rest of it remained completely unbuilt (which is how it remains to this day).</p>

This file was deleted.

7 changes: 2 additions & 5 deletions _posts/2012-12-27-if-its-waking-you-up-try-writing-it-down.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
---
id: 119
title: 'If it&#8217;s waking you up, try writing it down'
date: 2012-12-27T19:53:27+00:00
author: James Greig
layout: post
guid: http://greig.cc/2012/12/27/201212if-its-waking-you-up-try-writing-it-down/
permalink: /if-its-waking-you-up-try-writing-it-down/
categories:
- Writing
- writing
---
<p>If you're losing sleep because you can't stop thinking about something, here's a disarmingly simple tip from <a href="http://chrisguillebeau.com/" data-link-type="external">Chris Guillebeau</a>, author of&nbsp;<a href="http://www.amazon.com/gp/product/0399536108/ref=as_li_ss_tl?ie=UTF8&amp;tag=dead0b-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0399536108" data-link-type="external">The Art of Non-Conformity</a>&nbsp;and&nbsp;<a href="http://100startup.com/" data-link-type="external">The $100 Startup</a>.</p><blockquote>I kept waking up at night with more ideas. If I didn’t write them down, I couldn’t get back to sleep. I learned a while back that when you wake up feeling excited about an idea and can’t shake it, there’s usually a reason for it. It’s a good idea to pay attention to what you’re being told by the universe.</blockquote><p>On a slight tangent, I believe there's an interesting&nbsp;parallel&nbsp;here with lucid dreaming.</p><p>Why?</p><p>In short: because <a href="http://www.world-of-lucid-dreaming.com/dream-journal.html" data-link-type="external">keeping a dream journal</a> is one of the most cited methods of improving your recall of&nbsp;<a href="http://en.wikipedia.org/wiki/Rapid_eye_movement_sleep" data-link-type="external">REM sleep</a>&nbsp;(the still-mysterious&nbsp;phase&nbsp;of&nbsp;reduced consciousness when dreams happen).</p><p>During REM sleep, the activity of your brain's neurons is most similar to that during waking hours, so it follows that anything which is waking you up, might be doing so for a reason.</p><p>Next time something wakes you up, try writing it down... or even drawing it, something I always do after a particularly vivid dream.</p><p></p>
<p>If you're losing sleep because you can't stop thinking about something, here's a disarmingly simple tip from <a href="http://chrisguillebeau.com/" data-link-type="external">Chris Guillebeau</a>, author of&nbsp;<a href="http://www.amazon.com/gp/product/0399536108/ref=as_li_ss_tl?ie=UTF8&amp;tag=dead0b-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0399536108" data-link-type="external">The Art of Non-Conformity</a>&nbsp;and&nbsp;<a href="http://100startup.com/" data-link-type="external">The $100 Startup</a>.</p><blockquote>I kept waking up at night with more ideas. If I didn’t write them down, I couldn’t get back to sleep. I learned a while back that when you wake up feeling excited about an idea and can’t shake it, there’s usually a reason for it. It’s a good idea to pay attention to what you’re being told by the universe.</blockquote><p>On a slight tangent, I believe there's an interesting&nbsp;parallel&nbsp;here with lucid dreaming.</p><p>Why?</p><p>In short: because <a href="http://www.world-of-lucid-dreaming.com/dream-journal.html" data-link-type="external">keeping a dream journal</a> is one of the most cited methods of improving your recall of&nbsp;<a href="http://en.wikipedia.org/wiki/Rapid_eye_movement_sleep" data-link-type="external">REM sleep</a>&nbsp;(the still-mysterious&nbsp;phase&nbsp;of&nbsp;reduced consciousness when dreams happen).</p><p>During REM sleep, the activity of your brain's neurons is most similar to that during waking hours, so it follows that anything which is waking you up, might be doing so for a reason.</p><p>Next time something wakes you up, try writing it down... or even drawing it, something I always do after a particularly vivid dream.</p><p></p>
Loading

0 comments on commit c955f09

Please sign in to comment.