From 8ce8acf142600ff9ece405e2548f2fcbedfab299 Mon Sep 17 00:00:00 2001 From: lidia pereira Date: Wed, 19 Jun 2019 10:50:42 +0200 Subject: [PATCH] minor changes --- content/lowtech/{solar.lowtech.md => solarlowtech.md} | 2 +- content/{articles => }/manifesto.md | 0 pelicanconf.py | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename content/lowtech/{solar.lowtech.md => solarlowtech.md} (99%) rename content/{articles => }/manifesto.md (100%) diff --git a/content/lowtech/solar.lowtech.md b/content/lowtech/solarlowtech.md similarity index 99% rename from content/lowtech/solar.lowtech.md rename to content/lowtech/solarlowtech.md index e92fe72..d9a4459 100644 --- a/content/lowtech/solar.lowtech.md +++ b/content/lowtech/solarlowtech.md @@ -7,7 +7,7 @@ Author: Roel Roscam Abbing [TOC] -Earlier this year we've been asked to help redesign the website of [lowtechmagazine.com](http://lowtechmagazine.com). The primary goal of the redesign was to radically reduce the energy use associated with accesing their web content. At the same time it is an attempt to find out what a low-tech website could be. +Earlier this year we've been asked to help redesign the website of [lowtechmagazine.com](http://lowtechmagazine.com). The primary goal of the redesign was to radically reduce the energy use associated with accessing their web content. At the same time it is an attempt to find out what a low-tech website could be. In general the idea behind lowtechmagazine.com is to understand technologies and techniques of the past and combine them with the knowledge of today. Not in order to be able to 'do more with the same', but rather 'to do the same with less'. diff --git a/content/articles/manifesto.md b/content/manifesto.md similarity index 100% rename from content/articles/manifesto.md rename to content/manifesto.md diff --git a/pelicanconf.py b/pelicanconf.py index 6bacee8..973267d 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -24,6 +24,6 @@ THEME = 'themes/homebrewtheme' STATIC_PATHS = ['staticfiles'] -ARTICLE_PATHS = ['articles'] +#ARTICLE_PATHS = ['articles'] DISPLAY_CATEGORIES_ON_MENU = True