diff --git a/README.md b/README.md index e69de29..a72b027 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,9 @@ +# A Nourishing Network + +*A Nourishing Network* is initiated by servus.at (Davide Bevilacqua) in collaboration with varia.zone (Alice Strete & Manetta Berends) and is published in the context of AMRO 2020 (Arts Meets Radical Openness). Many thanks to our partners, authors and the AMRO community. + +This project is produced with Free Software tools: the feeds are made with Pelican & Weasyprint; typeset in White Rabbit, Unifont and monospace; ASCII art made with ascii-art-but-with-Unicode; and just-in-case, this is the Git repository that holds the source files of this project. + +----------------------- + +© servus.at and Authors 2020; Published under the CC-BY-SA 4.0 license. diff --git a/pelicanconf.py b/pelicanconf.py index 4b3a222..c9f6ed3 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -6,7 +6,7 @@ AUTHOR = 'servus.at' SITENAME = 'A Nourishing Network' -SITEURL = 'https://a-nourishing-network.radical-openness.org/' +SITEURL = 'https://a-nourishing-network.radical-openness.org' TIMEZONE = 'Europe/Amsterdam' DEFAULT_DATE = 'fs' diff --git a/themes/basic/templates/index.html b/themes/basic/templates/index.html index 3b7d0cc..fb0d7f2 100644 --- a/themes/basic/templates/index.html +++ b/themes/basic/templates/index.html @@ -32,7 +32,6 @@ Subscribe to the postal feed: subscribe/unsubscribe

How to subscribe to the web feed?

-

How to feed back? (soon)


diff --git a/upload.sh b/upload.sh deleted file mode 100644 index 1824578..0000000 --- a/upload.sh +++ /dev/null @@ -1,3 +0,0 @@ -# scp -r output/* varia:/var/www/amro-2020-publication -scp -r output/* ann:/var/www/a-nourishing-network.radical-openness.org -