Browse Source

fixed conflict

master
alicestrt 3 years ago
parent
commit
3d8e48cc03
  1. 4
      Makefile
  2. 5
      content/Essays/Kris_De_Decker-how_to_build_a_low_tech_internet.md
  3. 5
      content/Essays/Mel-Hogan_Pandemics-Dark-Cloud.md
  4. 6
      content/Essays/zabala_warning.md
  5. 4
      content/pages/about.md
  6. 2
      content/pages/colophon.md
  7. 1
      content/pages/feed.md
  8. 2
      content/pages/subscribe.md
  9. 4
      themes/basic/static/css/fonts.css
  10. 78
      themes/basic/static/css/main.css
  11. 42
      themes/basic/static/fonts/white-rabbit/Matthew Welch License - White Rabbit.txt
  12. 42
      themes/basic/static/fonts/white-rabbit/WHITRABT.TXT
  13. BIN
      themes/basic/static/fonts/white-rabbit/WHITRABT.ttf
  14. BIN
      themes/basic/static/fonts/white-rabbit/whitrabt.ttf
  15. 89
      themes/basic/templates/base.html
  16. 16
      themes/basic/templates/index.html

4
Makefile

@ -77,11 +77,11 @@ md=$(wildcard content/Essays/*.md) $(wildcard content/pages/*.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/)
$(shell mv content/pages/*.html content/print/)
$(shell mv content/pages/*.pdf content/print/)

5
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.

5
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

6
content/Essays/zabala_warning.md

@ -45,7 +45,7 @@ the views of my student's parents, it might help us to reevaluate our
political, environmental, and technological priorities for the future.</p>
<p>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
@ -134,3 +134,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.</p>
</div>
<div class="bio">
[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).
</div>

4
content/pages/instruction-sheet.md → 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.

2
content/pages/colophon.md

@ -1,5 +1,5 @@
<div class="colophon">
<p>A Nourishing Network is a peer-to-peer publishing experiment starting from the feed as a potentially multi-directional circulation device. Through web-syndication protocols and mail art practices, this publication engages with complex circulation flows, thereby exploring the social dynamics of such networked forms of publishing.</p>
<p>A Nourishing Network is a peer-to-peer publishing experiment starting from the feed as a potentially multi-directional circulation device.</p>
<p> Editing: Davide Bevilacqua <br> Design and development: Manetta Berends, Alice Strete <br> Paper: xxxx <br> Typeface: Gnu Unifont, White Rabbit, Ansi Shadow <br> Production: Varia
</p><p id="colophon_right"> Sponsors: <br> Thanks: <br> Other <br>
</p></div>

1
content/pages/feed.md

@ -0,0 +1 @@
Title: Feed

2
content/pages/subscribe.md

@ -0,0 +1,2 @@
Title: Subscribe

4
themes/basic/static/css/fonts.css

@ -1,6 +1,8 @@
@font-face {
font-family: "White Rabbit";
src: url("../fonts/whiterabbit/whitrabt.ttf") format("truetype");
src:
local("White Rabbit"),
url(../fonts/whiterabbit/whitrabt.ttf);
}
@font-face {

78
themes/basic/static/css/main.css

@ -1,50 +1,80 @@
@font-face {
font-family: "White Rabbit";
src: url(../fonts/white-rabbit/WHITRABT.ttf);
}
@import("fonts.css");
body {
position: relative;
top: 0;
left: 0;
margin: 0 2em;
padding: 1em;
background-color: lavender;
max-width: 1120px;
margin: 1em 2em;
/*padding: 1em;*/
/*background-color: lavender;*/
font-family: monospace;
font-size: 14px;
color: red;
line-height: 1.6;
/*color: red;*/
}
header,
#subscribe,
section#intro,
footer{
position: relative;
width: calc(100% - 4em);
margin: 2em 0;
/*padding: 2em;*/
/*text-align: center;*/
}
#menu .links a{
border: 1px solid red;
padding: 1em;
}
header pre,
footer pre{
/*text-align: center;*/
line-height: 1;
margin: 0 0 4em 0;
}
section#intro,
article.post{
width: calc(100% - 4em);
padding: 1em 2em;
}
section#intro{
columns: 2 auto;
column-fill: auto;
}
h1,
h2,
h3{
h3,
h1 a,
h2 a,
h3 a{
font-family: "White Rabbit";
/*font-size: 100%;*/
margin: 1.5em 0;
padding: 0;
font-weight: normal;
/*color:red !important;*/
}
h1#title{
width: 100%;
text-align: center;
}
a,
a:visited,
a:active{
color: magenta;
color: black;
text-decoration: none;
}
article.post{
margin: 4em 0;
/*padding: 2em;*/
/*background-color: white;*/
}
#menu .links a{
border: 1px solid;
padding: 1em;
}
/* ASCII */
header pre,
footer pre,
article.post pre,
section#content pre{
line-height: 1;
}

42
themes/basic/static/fonts/white-rabbit/Matthew Welch License - White Rabbit.txt

@ -0,0 +1,42 @@
Font: White Rabbit
Created By: Matthew Welch
E-Mail: matt@squaregear.net
Web Address: http://www.squaregear.net/fonts/
My fonts are all free. You can use them for personal or commercial projects,
and I ask for no money. I would, however, love to hear from you. If you use
my fonts for something please e-mail me letting me know how you used it. Send
me a copy if you can or let me know where I can find your work. You are under
no obligation to do this, I just like to see how my fonts get used.
A license.txt file should have been included with this font, explaining the
license under which it is made available. You can also read it at:
http://www.squaregear.net/fonts/license.shtml
About the font:
White Rabbit is reminiscent of the characters displayed on all those
old low-res terminal screens. Smoothed out and cleaned up for 1999,
this is the font to use for all your computing applications.
Copyright (C) 1999 by Matthew Welch
Permission is hereby granted, free of charge, to any person obtaining a copy of
this font software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

42
themes/basic/static/fonts/white-rabbit/WHITRABT.TXT

@ -0,0 +1,42 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Font: White Rabbit (whitrabt.ttf)
Created By: Matthew Welch
E-Mail: daffy-duck@worldnet.att.net
Web Address: http://home.att.net/~daffy-duck
(PGP public key available here)
White Rabbit, like all of my fonts, is free. You can use it for most
personal or business uses you'd like, and I ask for no money. I
would, however, like to hear from you. If you use my fonts for
something please send me a postcard or e-mail letting me know how
you used it. Send me a copy if you can or let me know where I can
find your work.
You may use this font for graphical or printed work, but you may not
sell it or include it in a collection of fonts (on CD or otherwise)
being sold. You can redistribute this font as long as you charge
nothing to receive it. If you redistribute it include this text file
with it as is (without modifications).
If you use this font for commercial purposes please credit me in
at least some little way.
About the font:
White Rabbit is reminiscent of the characters displayed on all those
old low-res terminal screens. Smoothed out and cleaned up for 1999,
this is the font to use for all your computing applications.
-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv
iQA/AwUBNzDcWuEM8BJ4ZA+2EQJlHgCff/odpTMZxjkMHJrSJMpKNxRMCmsAoNu0
kdQTGph0RRtmtuaBROcKnCxW
=lMfG
-----END PGP SIGNATURE-----

BIN
themes/basic/static/fonts/white-rabbit/WHITRABT.ttf

Binary file not shown.

BIN
themes/basic/static/fonts/white-rabbit/whitrabt.ttf

Binary file not shown.

89
themes/basic/templates/base.html

@ -15,32 +15,61 @@
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
</pre>
<h1><a href="{{ SITEURL }}/">{{ SITENAME }}{% if SITESUBTITLE %} <strong>{{ SITESUBTITLE }}</strong>{% endif %}</a></h1>
<nav id="menu">
<div class="links">
{% if DISPLAY_CATEGORIES_ON_MENU %}
{% for cat, null in categories %}
<a href="{{ SITEURL }}/{{ cat.url }}">{{ cat }}</a>
{% endfor %}
{% endif %}
{% for page in pages %}
<a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a>
{% endfor %}
</div>
</nav>
<!-- <a href="{{ SITEURL }}/"><pre>
_ _ _ _ _ _ _ _ _ _
/ \ | \ | | ___ _ _ _ __(_)___| |__ (_)_ __ __ _ | \ | | ___| |___ _____ _ __| | __
/ _ \ | \| |/ _ \| | | | '__| / __| '_ \| | '_ \ / _` | | \| |/ _ \ __\ \ /\ / / _ \| '__| |/ /
/ ___ \ | |\ | (_) | |_| | | | \__ \ | | | | | | | (_| | | |\ | __/ |_ \ V V / (_) | | | <
/_/ \_\ |_| \_|\___/ \__,_|_| |_|___/_| |_|_|_| |_|\__, | |_| \_|\___|\__| \_/\_/ \___/|_| |_|\_\
|___/
</pre></a> -->
<h1 id="title"><a href="{{ SITEURL }}/">{{ SITENAME }}{% if SITESUBTITLE %} <strong>{{ SITESUBTITLE }}</strong>{% endif %}</a></h1>
<pre>
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
</pre>
<section id="intro">
<p>A Nourishing Network is a small publishing project that documents and circulates 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 and physical encounters, we are excited to launch this playful publishing experiment, which will circulate within a community that usually gathers in small-sized events and festivals.</p>
<p>A subscription to the digital and/or postal feed will activate a stream of essays that will reach you in the coming months. The network nourishes her subscribers at irregular times and involves her readers into the feeding process, by providing means to further disseminate the material in different networked ways.</p>
<!-- <p>Read more <a href="{{ SITEURL }}/pages/about.html">here</a>!</p> -->
<br>
<p><strong>Subscribe</strong></p>
<ul>
<li>Web Feed: <a href="{{ SITEURL }}/{{ FEED_RSS }}">RSS</a>, <a href="{{ SITEURL }}/{{ FEED_ALL_ATOM }}">ATOM</a></li>
<li>Postal Feed: <a href="{{SITEURL}}/pages/subscribe.html">(un)subscribe</a></li>
</ul>
</section>
</header>
<div id="subscribe">
<h2>Subscribe</h2>
<p>Subscribe to this feed!</p>
<ul>
<li>Full Feed: <a href="{{ SITEURL }}/{{ FEED_RSS }}">RSS</a>, <a href="{{ SITEURL }}/{{ FEED_ALL_ATOM }}">ATOM</a></li>
<li>Articles Feed: <a href="{{ SITEURL }}/{{ FEED_RSS }}/category/articles.rss.xml">RSS</a>, <a href="{{ SITEURL }}/ATOM/category/articles.atom.xml">ATOM</a></li>
<li>Projections Feed: <a href="{{ SITEURL }}/{{ FEED_RSS }}/category/projections.rss.xml">RSS</a>, <a href="{{ SITEURL }}/ATOM/category/projections.atom.xml">ATOM</a></li>
<li>mail: <a href="#">subscribe</a>, <a href="#">unsubscribe</a></li>
</ul>
</div>
<section id="content">
{% block content %}
@ -49,14 +78,24 @@
</section>
<footer id="contentinfo" class="body">
<pre>
<pre>
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
</pre>
<!-- <pre>
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
</pre>
</pre> -->
</footer>
</body>

16
themes/basic/templates/index.html

@ -1,13 +1,22 @@
{% extends "base.html" %}
{% block content %}
<section>
{% for article in articles %}
<pre>
<!-- <pre>
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
</pre>
</pre> -->
<pre>
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
</pre>
<article class="post">
<h2 class="post-title">
<a href="{{ SITEURL }}/{{ article.url }}" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a>
@ -34,5 +43,4 @@ o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
</pre>
{% endfor %}
</section>
{% endblock content %}

Loading…
Cancel
Save