From 318157be36b8685e97098f594a985cbc98ee2b44 Mon Sep 17 00:00:00 2001 From: boyska Date: Wed, 1 Mar 2017 11:24:56 +0100 Subject: [PATCH] traduzione EN about + FIX slug index --- content/pages/index.en.rst | 22 ++++++++++++++++++++++ content/pages/{about.rst => index.rst} | 2 +- pelicanconf.py | 2 ++ 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 content/pages/index.en.rst rename content/pages/{about.rst => index.rst} (100%) diff --git a/content/pages/index.en.rst b/content/pages/index.en.rst new file mode 100644 index 0000000..8f41872 --- /dev/null +++ b/content/pages/index.en.rst @@ -0,0 +1,22 @@ +About +##### + +:navbar_sort: 1 +:lang: en +:slug: index + +June 15-18, 2017 / Val di Susa / Turin +======================================== + + Hackmeeting is the yearly Italian digital counter-cultures meeting; it gathers those communities that take a hard look at how technologies work in our society. And that's not all. We tell you, just you, in a whisper (don't even tell anybody!): Hack-it is just for real hackers, that is to say for those people who want to manage their own lives as they want and are ready to fight for this right, even though they haven't ever seen a computer in their life. + + Three days of lessons, games, parties, debates, crossfires and collective learning, analyzing together those technologies that we use everyday, the way they change and how they can impact on our real or virtual lives; which role we can play in order to redirect these changes and set us free of control from those who want to monopolize their development, letting society crumble and relegating us in even tighter virtual spaces. + + **The event is totally self-managed: there are neither promoters nor users, just participants.** + + +Prehack: 25-26 febbraio / Bussoleno +=================================== + + Dal sabato pomeriggio alla domenica a pranzo + diff --git a/content/pages/about.rst b/content/pages/index.rst similarity index 100% rename from content/pages/about.rst rename to content/pages/index.rst index a9b79b0..01230db 100644 --- a/content/pages/about.rst +++ b/content/pages/index.rst @@ -1,9 +1,9 @@ About ##### -:slug: index :navbar_sort: 1 :lang: it +:slug: index 15-18 Giugno 2017 / Val di Susa / Torino ======================================== diff --git a/pelicanconf.py b/pelicanconf.py index aebfcc2..3d7b2e0 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -41,6 +41,8 @@ PAGE_URL = '{slug}.html' PAGE_SAVE_AS = '{slug}.html' PAGE_LANG_URL = '{slug}.{lang}.html' PAGE_LANG_SAVE_AS = '{slug}.{lang}.html' +INDEX_SAVE_AS = 'articles.html' + #PAGE_BACKGROUND = 'images/background.jpg' THEME = 'themes/hackit0x14/'