Browse Source

added the hbsc + made some changes on the index

transformations
mb@mb 7 years ago
parent
commit
35e776d699
  1. 10
      content/eerste_post.md
  2. 10
      content/first_post.md
  3. 30
      content/homebrewserver.club.md
  4. 10
      content/meer.md
  5. 10
      content/more.md
  6. 2
      content/pages/projects.md
  7. 45
      themes/cetcat/static/css/main.css
  8. 34
      themes/cetcat/templates/article.html
  9. 44
      themes/cetcat/templates/index.html

10
content/eerste_post.md

@ -1,10 +0,0 @@
Title: een nieuw initiatief
Date: 2017-07-07 18:32
Category: news
slug: start
lang: nl
Dit is een test
--
ʬ is een ruimte en collectief in Rotterdam dat werkt aan, met en door technologie. De leden van ʬ initieren onderzoek naar nieuwe tendenzen, organiseren collectieve leermomenten en ontwikkelen zowel individueel als gezamelijk nieuwe projecten. In de kern is ʬ een sociale infrastructuur van waaruit men gezamelijk een relatie tot de technologie van alledag aangaat. In de stad creeert ze (een) ruimte voor vragen, meningen, ingrepen, hulp en actie. In haar bredere netwerk wil ʬ het middelpunt van uitwisseling zijn, een stem in debatten hebben en een bron van weerbaarheid vormen.

10
content/first_post.md

@ -1,10 +0,0 @@
Title: een nieuw initiatief
Date: 2017-07-07 18:32
Category: news
slug: start
lang: en
This is a test
--
ʬ is a Rotterdam based collective/space working with, about and through technology. The members of ʬ spur research into emerging developments, organize collective learning moments and develop projects both collectively and individually. At its core ʬ is a social infrastructure from which to collectively relate to everyday technology. In the city it sees its role as a space for questions, opinions, modifications, help and action. In the wider network ʬ wants to become a hub for exchange, a voice in debates and a resource for resilience.

30
content/homebrewserver.club.md

@ -0,0 +1,30 @@
Title: homebrewserver.club
Date: 2017-09-14
Category: meeting
Slug: homebrewserver.club
lang: en
curriculum: False
<pre>
░░░░░░░░░░░░░░░░░░░░░░░░░
░░█░█░█▀█░█▄█░█▀▀░░░░░░░░
░░█▀█░█░█░█░█░█▀▀░░░░░░░░
░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░
░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░
░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░
░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░
░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░
░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░
░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░
░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░█▀▀░█░░░█░█░█▀▄░░░░
░░░░░░█░░░█░░░█░█░█▀▄░░░░
░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░
</pre>
A monthly gathering for those who (wish to) host their own online services from home, rather than using commercial and privacy unfriendly alternatives. Together we config and work on our homebrew server setups. These are low-cost, low-power, low-maintenance, high-fun computers through which we can host all of our online necessities and keep them out of the cloud. The club meetings are open for anyone, from more experienced users to interested beginners. During the homebrewserver.club meetings we exchange tips or look into particular topics together. As we gain more knowledge about a topic, we write and publish guides for others to share.
[homebrewserver.club](https://homebrewserver.club)

10
content/meer.md

@ -1,10 +0,0 @@
Title: meer
Date: 2017-07-07 18:32
Category: news
slug: meer
lang: nl
Meer tekst hier
--
ʬ is een ruimte en collectief in Rotterdam dat werkt aan, met en door technologie. De leden van ʬ initieren onderzoek naar nieuwe tendenzen, organiseren collectieve leermomenten en ontwikkelen zowel individueel als gezamelijk nieuwe projecten.

10
content/more.md

@ -1,10 +0,0 @@
Title: more
Date: 2017-07-07 18:32
Category: news
slug: meer
lang: en
More text here
--
ʬ is a Rotterdam based collective/space working with, about and through technology. The members of ʬ spur research into emerging developments, organize collective learning moments and develop projects both collectively and individually.

2
content/pages/projects.md

@ -4,7 +4,7 @@ Category: about
Tags: things, we, do or did
Slug: projects
Projecten we initiated:
Projects we initiated:
De Samenscholing
----

45
themes/cetcat/static/css/main.css

@ -1,14 +1,3 @@
/*
2k17 Homebrewserver.club Pelican theme
---
Style sheet is ordered vertically, with declarations for the header on top and footer on the bottom.
With contributions by club members:
http://roelof.info
http://randomiser.info/
http://majesticmoo.se
*/
@font-face {
font-family: 'NowBlack';
src: url('../fonts/Now-Black.otf') format('opentype');
@ -60,7 +49,7 @@ body {
width: calc(100% - 50px);
top:0px;
left:0px;
margin: 0 auto;
margin:0 auto 5em auto;
padding: 0;
font-family: monospace, "liberation";
font-size: 16px;
@ -72,7 +61,6 @@ body {
a {
color:#7e5211;
/*font-weight: bold;*/
}
hr {
@ -97,6 +85,10 @@ h1, h2, h3, h4, h5, h6, #header{
padding:0;
}
pre{
line-height: 1.0;
}
.paginator{
float:right;
margin:0px;
@ -124,7 +116,7 @@ header {
margin-top:1em;
}
/* index */
/* main/index overview page */
#content #post-list{
width: 100%;
}
@ -136,6 +128,10 @@ header {
margin:0 2em 2em 0;
vertical-align: top;
}
.separator hr{
border:0;
border-top:1px dotted;
}
/* article */
.article-info{
@ -156,20 +152,12 @@ header {
}
.entry-content{
max-width: 800px;
margin:0 0 5em 0;
}
.entry-content p, .entry-content h1, .entry-content h2, .entry-content h3{
}
.entry-content pre{
font-size:20px;
padding-left:1em;
overflow: auto;
background-color: #F8F8F8;
line-height:1.2em;
}
.entry-content img{
.entry-content img, .summary img{
max-width:100%;
}
.entry-content ul {
@ -179,17 +167,14 @@ header {
max-width:800px;
}
.post-info{
font-size: 12px;
}
/* other */
.separator hr{
display: none;
}
.highlight{
margin: auto;
max-width:800px;

34
themes/cetcat/templates/article.html

@ -24,26 +24,26 @@
</div>
<!-- {% import 'translations.html' as translations with context %} -->
<!-- {{ translations.translations_for(article) }} -->
<div class="post-info">
<time class="published" datetime="{{ article.date.isoformat() }}">
{{ article.locale_date }}
</time>
{% if article.modified %}
<time class="modified" datetime="{{ article.modified.isoformat() }}">
{{ article.locale_modified }}
</time>
{% endif %}
{% if article.authors %}
<address class="vcard author">
By {% for author in article.authors %}
<a class="url fn" href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a>
{% endfor %}
</address>
{% endif %}
</div>
</div>
<div class="entry-content">
{{ article.content }}
</div><!-- /.entry-content -->
<div class="post-info">
<time class="published" datetime="{{ article.date.isoformat() }}">
published on {{ article.locale_date }}
</time>
{% if article.modified %}
<time class="modified" datetime="{{ article.modified.isoformat() }}">
{{ article.locale_modified }}
</time>
{% endif %}
{% if article.authors %}
<address class="vcard author">
By {% for author in article.authors %}
<a class="url fn" href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a>
{% endfor %}
</address>
{% endif %}
</div>
</section>
{% endblock %}

44
themes/cetcat/templates/index.html

@ -4,23 +4,41 @@
{% block content_title %}
{% endblock %}
{% if articles_page.has_other_pages() %}
{% include 'pagination.html' %}
{% include 'pagination.html' %}
{% endif %}
<div id="post-list">
{% for article in articles_page.object_list %}
<article class="hentry">
<div class="article-info"> <span class="entry-title"><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></span>
<div class="post-info">
<time class="published" datetime="{{ article.date.isoformat() }}"> <sup>{{ article.locale_date }}</sup> </time>
<div class ='article_tags'>
{%- for tag in article.tags %}
{{ tag }}
{% endfor %}
</div>
</div></div><!-- /.post-info -->
<div class="entry-content"> {{ article.content }}
<article class="hentry">
<div class="article-info">
<span class="entry-title"><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></span>
</div>
<div class="summary">{{ article.summary }}</div>
<div class="separator"><hr></div>
</div><!-- /.entry-content -->
<!-- <div class="entry-content"> -->
<!-- {{ article.content }} -->
<!-- </div>/.entry-content -->
<div class="post-info">
<time class="published" datetime="{{ article.date.isoformat() }}">
<sup>published on {{ article.locale_date }}</sup>
</time>
{% if article.category %}
<div class="categories">
<span itemprop="articleSection">
(<a href="{{ SITEURL }}/{{ article.category.url }}" rel="category">{{ article.category }}</a>)
</span>
</div>
{% endif %} {% if article.tags %}
<div class="tags">
Tags: {% for tag in article.tags %}
<span itemprop="keywords">
<a href="{{ SITEURL }}/{{ tag.url }}" rel="tag">{{ tag }}</a>
</span> {% endfor %}
</div>
{% endif %}
</div>
</article>
{% endfor %}
</div><!-- /#posts-list -->

Loading…
Cancel
Save