diff --git a/Makefile b/Makefile index 0224e66..84c18e9 100644 --- a/Makefile +++ b/Makefile @@ -77,10 +77,10 @@ md=$(wildcard content/Essays/*.md) md2pdf=$(md:%.md=%.pdf) %.pdf: %.md themes/basic/static/css/print.css - pandoc -f markdown -t html -c themes/basic/static/css/print.css $< -o $@.html +# pandoc -f markdown -t html -c themes/basic/static/css/print.css $< -o $@.html pandoc --pdf-engine=weasyprint -c themes/basic/static/css/print.css $< -o $@ print: $(md2pdf) - $(shell mv content/Essays/*.html content/print/) +# $(shell mv content/Essays/*.html content/print/) $(shell mv content/Essays/*.pdf content/print/) diff --git a/content/Essays/Kris_De_Decker-how_to_build_a_low_tech_internet.md b/content/Essays/Kris_De_Decker-how_to_build_a_low_tech_internet.md index 851b590..14310d8 100644 --- a/content/Essays/Kris_De_Decker-how_to_build_a_low_tech_internet.md +++ b/content/Essays/Kris_De_Decker-how_to_build_a_low_tech_internet.md @@ -1,4 +1,7 @@ -### How to Build a Low-tech Internet +Title: How to Build a Low-tech Internet +Author: Kris de Decker + +# How to Build a Low-tech Internet Wireless internet access is on the rise in both modern consumer societies and in the developing world. diff --git a/content/Essays/Mel-Hogan_Pandemics-Dark-Cloud.md b/content/Essays/Mel-Hogan_Pandemics-Dark-Cloud.md index 67ce2a3..8c60c9a 100644 --- a/content/Essays/Mel-Hogan_Pandemics-Dark-Cloud.md +++ b/content/Essays/Mel-Hogan_Pandemics-Dark-Cloud.md @@ -1,3 +1,6 @@ +Title: The Pandemic's Dark Cloud +Author: Mél Hogan + "The Pandemic\'s Dark Cloud" was written in November 2020 as a reflection on the relationship between the pandemic and environmental media, with a focus on "the cloud" and its undergirding networked @@ -18,7 +21,7 @@ McLuhan lecture at the Canadian Embassy in Berlin, and giving a plenary at transmediale 2020.\ \@mel\_hogan / melhogan.com / mhogan\@ucalgary.ca* -**The Pandemic\'s Dark Cloud **by Mél Hogan +# The Pandemic's Dark Cloud As the pandemic settled into consciousness across the globe, humans devolved. People in countries where the response to COVID-19 was most diff --git a/content/Essays/zabala_warning.md b/content/Essays/zabala_warning.md index c02f8e5..4027cf5 100644 --- a/content/Essays/zabala_warning.md +++ b/content/Essays/zabala_warning.md @@ -38,7 +38,7 @@ the views of my student's parents, it might help us to reevaluate our political, environmental, and technological priorities for the future.

Like recent philosophies of plants or -[[insects]{.underline}](http://cup.columbia.edu/book/a-philosophy-of-the-insect/9780231175791), +[insects](http://cup.columbia.edu/book/a-philosophy-of-the-insect/9780231175791), which emerged as a response to a global environmental crisis, a "philosophy of warnings" is also a reaction to a global emergency that requires philosophical elucidation. Although the ongoing pandemic has @@ -127,8 +127,7 @@ realism by challenging our framed global order and its realist advocates. This philosophy is not meant to rescue us *from* emergencies but rather rescue us *into* emergencies that we are trained to ignore.

+
-[[Santiago Zabala]{.underline}](http://www.santiagozabala.com/) is ICREA -Research Professor of Philosophy at the Pompeu Fabra University in -Barcelona. His most recent book is *Being at Large: Freedom in the Age -of Alternative Facts* (McGill-Queen's University Press, 2020).
+[Santiago Zabala](http://www.santiagozabala.com/) is ICREA Research Professor of Philosophy at the Pompeu Fabra University in Barcelona. His most recent book is *Being at Large: Freedom in the Age of Alternative Facts* (McGill-Queen's University Press, 2020). + diff --git a/content/pages/instruction-sheet.md b/content/pages/about.md similarity index 96% rename from content/pages/instruction-sheet.md rename to content/pages/about.md index 4777812..cc9d35c 100644 --- a/content/pages/instruction-sheet.md +++ b/content/pages/about.md @@ -2,10 +2,10 @@ Title: About # A Nourishing Network -*A Nourishing Network *is a publishing project that aims at documenting +*A Nourishing Network* is a publishing project that aims at documenting and circulating current research done by a network of artists, activists and programmers that collaborate with the Austrian net culture -initiative *servus.at.* Especially in this moment of reduced mobility +initiative *servus.at*. Especially in this moment of reduced mobility and physical encounters, the publication stimulates the circulation of materials and their further development in a community that usually gathers in small-sized events and festivals. diff --git a/content/pages/feed.md b/content/pages/feed.md new file mode 100644 index 0000000..3f156ad --- /dev/null +++ b/content/pages/feed.md @@ -0,0 +1 @@ +Title: Feed \ No newline at end of file diff --git a/content/pages/subscribe.md b/content/pages/subscribe.md new file mode 100644 index 0000000..d92ba3b --- /dev/null +++ b/content/pages/subscribe.md @@ -0,0 +1,2 @@ +Title: Subscribe + diff --git a/themes/basic/static/css/main.css b/themes/basic/static/css/main.css index 26ca812..aa37eff 100644 --- a/themes/basic/static/css/main.css +++ b/themes/basic/static/css/main.css @@ -2,8 +2,9 @@ body { position: relative; top: 0; left: 0; - margin: 0 2em; - padding: 1em; + /*max-width: 1280px;*/ + margin: 3em; + /*padding: 1em;*/ background-color: lavender; font-family: monospace; font-size: 14px; @@ -11,40 +12,53 @@ body { } header, -#subscribe, +nav#menu, +section#subscribe, footer{ position: relative; width: calc(100% - 4em); - margin: 2em 0; + margin: 4em 0; /*padding: 2em;*/ /*text-align: center;*/ } +article.post{ + margin: 2em 0; + /*padding: 2em;*/ + /*background-color: white;*/ +} + #menu .links a{ border: 1px solid red; padding: 1em; } header pre, -footer pre{ +footer pre, +article.post pre{ /*text-align: center;*/ line-height: 1; } -h1, -h2, -h3{ - font-family: "White Rabbit"; -} a, a:visited, a:active{ color: magenta; + text-decoration: none; } -article.post{ - margin: 4em 0; - /*padding: 2em;*/ - /*background-color: white;*/ +h1, +h2, +h3, +h1 a, +h2 a, +h3 a{ + font-family: "monospace"; + font-size: 100%; + margin:0; + padding:0; + font-weight: normal; + /*color:red !important;*/ } + diff --git a/themes/basic/templates/base.html b/themes/basic/templates/base.html index 40b4fbf..67cba03 100644 --- a/themes/basic/templates/base.html +++ b/themes/basic/templates/base.html @@ -15,11 +15,56 @@ ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + +
+
+                 _      _   _                  _     _     _               _   _      _                      _    
+                / \    | \ | | ___  _   _ _ __(_)___| |__ (_)_ __   __ _  | \ | | ___| |___      _____  _ __| | __
+               / _ \   |  \| |/ _ \| | | | '__| / __| '_ \| | '_ \ / _` | |  \| |/ _ \ __\ \ /\ / / _ \| '__| |/ /
+              / ___ \  | |\  | (_) | |_| | |  | \__ \ | | | | | | | (_| | | |\  |  __/ |_ \ V  V / (_) | |  |   < 
+             /_/   \_\ |_| \_|\___/ \__,_|_|  |_|___/_| |_|_|_| |_|\__, | |_| \_|\___|\__| \_/\_/ \___/|_|  |_|\_\
+                                                                   |___/                                          
+
+		
+ +
	
+ )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  )
+(  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( 
+ )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  )
+(  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( 
+ )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  )
+(  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( 
+ )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  )
 (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( 
 		
-

{{ SITENAME }}{% if SITESUBTITLE %} {{ SITESUBTITLE }}{% endif %}

-
+

Subscribe

-

Subscribe to this feed!

-
- +
{% block content %} @@ -49,14 +92,24 @@
diff --git a/themes/basic/templates/index.html b/themes/basic/templates/index.html index 49507e2..dcba94c 100644 --- a/themes/basic/templates/index.html +++ b/themes/basic/templates/index.html @@ -4,10 +4,20 @@
{% for article in articles %} -
+
+	
	
+ )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  )
+(  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( 
+ )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  )
+(  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( 
+ )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  )
+(  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( 
+ )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  )
+(  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( 
+