forked from boyska/sito-hackit-17
traduzione EN about + FIX slug index
This commit is contained in:
parent
3a79f2f9ef
commit
318157be36
3 changed files with 25 additions and 1 deletions
22
content/pages/index.en.rst
Normal file
22
content/pages/index.en.rst
Normal file
|
@ -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
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
About
|
||||
#####
|
||||
|
||||
:slug: index
|
||||
:navbar_sort: 1
|
||||
:lang: it
|
||||
:slug: index
|
||||
|
||||
15-18 Giugno 2017 / Val di Susa / Torino
|
||||
========================================
|
|
@ -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/'
|
||||
|
|
Loading…
Reference in a new issue