diff --git a/_posts/2014-03-26-thinking-retreat-for-technological-futures.md b/_posts/2014-03-26-thinking-retreat-for-technological-futures.md index d50fef6..eb3c077 100644 --- a/_posts/2014-03-26-thinking-retreat-for-technological-futures.md +++ b/_posts/2014-03-26-thinking-retreat-for-technological-futures.md @@ -4,8 +4,7 @@ title: "Project: A thinking retreat for future’s sake" description: "As technology hurtles on, our lives are altered in ways we may not understand or accept. Some say that the pace of change is greater than ever and accelerating. Personal efforts to keep up are important for a confident, happy existence. Even those who do keep up often feel aspects of their human faculties wither and warp." excerpt: "As technology hurtles on, our lives are altered in ways we may not understand or accept. Some say that the pace of change is greater than ever and accelerating. Personal efforts to keep up are important for a confident, happy existence. Even those who do keep up often feel aspects of their human faculties wither and warp." category: "" -tags: [Event, Encryption, Email, Cryptopals] -archive: true +tags: [Event, Encryption, Email, Cryptopals, detox] permalink: /2014/03/26/thinking-retreat-for-technological-futures/ thumb: "/images/t4h-blind-fictions-thumb.jpg" --- diff --git a/images/escape-the-digital-letter-to-self.jpeg b/images/escape-the-digital-letter-to-self.jpeg new file mode 100644 index 0000000..ee7a30d Binary files /dev/null and b/images/escape-the-digital-letter-to-self.jpeg differ diff --git a/index.md b/index.md index 3c23589..d46f9e9 100644 --- a/index.md +++ b/index.md @@ -48,6 +48,29 @@ tagline: Digital home of web producer and opinionator Matt Linares.
Digital detoxing + + {% for post in detox %} + {% if post.tags contains 'detox' %} +
  • + {% if post.longthumb %} + {{ post.title }} » {{ post.date | date_to_string }}
    {{ post.excerpt }}
  • + + {% elsif post.thumb %} + {{ post.title }} » {{ post.date | date_to_string }}
    {{ post.excerpt }} + + {% else %} + {{ post.title }} » {{ post.date | date_to_string }}
    + {{ post.excerpt }} + {% endif %} + {% endif %} + {% endfor %} + + + {% assign archive = site.posts | where: 'archive', 'true' %}

    Archive