Compare commits

...

3 Commits

Author SHA1 Message Date
uid 9a83be64a1 Support multiple templates 2017-11-17 15:16:17 +01:00
uid 3243d490b3 Add readme 2017-11-17 00:12:52 +01:00
uid 1fd7345f47 Generate index 2017-11-16 23:58:50 +01:00
41 changed files with 29 additions and 15 deletions

3
.gitmodules vendored 100644
View File

@ -0,0 +1,3 @@
[submodule "ciclostile"]
path = ciclostile
url = git@git.unit.macaomilano.org:unit/ciclostile.git

7
README.md 100644
View File

@ -0,0 +1,7 @@
# Unit Website
To generate the html run:
```
./ciclostile/ciclosile.py
```

1
ciclostile 160000

@ -0,0 +1 @@
Subproject commit 8f558ce0b82f74362ce71a6407b2df9dee7d0349

13
markdown/index.md 100644
View File

@ -0,0 +1,13 @@
Title: Unit
[viale molise 68, milano](https://www.openstreetmap.org/node/2709091290)
**unit at paranoici dot org**
**\#unit on irc.autistici.org**
[connessioni caotiche](connessioni-caotiche.html)
**10 e 11 novembre**
**hacking, art, activism, making and breaking in festival**
[laboratorio di elettronica](https://wiki.unit.macaomilano.org/LaboratorioElettronica)
**ogni mercoledì pomeriggio**

View File

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 450 B

After

Width:  |  Height:  |  Size: 450 B

View File

Before

Width:  |  Height:  |  Size: 693 B

After

Width:  |  Height:  |  Size: 693 B

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 309 KiB

After

Width:  |  Height:  |  Size: 309 KiB

View File

Before

Width:  |  Height:  |  Size: 385 KiB

After

Width:  |  Height:  |  Size: 385 KiB

View File

Before

Width:  |  Height:  |  Size: 349 KiB

After

Width:  |  Height:  |  Size: 349 KiB

View File

Before

Width:  |  Height:  |  Size: 316 KiB

After

Width:  |  Height:  |  Size: 316 KiB

View File

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@ -18,12 +18,12 @@
<link type="image/png" rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png">
<link rel="mask-icon" color="#006666" href="assets/favicons/safari-pinned-tab.svg">
<title>Unit</title>
<title>{{title}}</title>
</head>
<body>
<div class="main-container home">
<div class="main-container home">
<header>
<img alt="Unit logo" src="assets/images/logo.svg">
<h1>unit</h1>
@ -37,18 +37,8 @@
</ul>
</nav>
<p><a href="https://www.openstreetmap.org/node/2709091290">viale molise 68, milano</a><br>
<strong>unit at paranoici dot org</strong>
<strong>#unit on irc.autistici.org</strong></p>
<p><a href="connessioni-caotiche.html">connessioni caotiche</a><br>
<strong>10 e 11 novembre</strong><br>
<strong>hacking, art, activism, making and breaking in festival</strong></p>
<p><a href="https://wiki.unit.macaomilano.org/LaboratorioElettronica">laboratorio di elettronica</a><br>
<strong>ogni mercoledì pomeriggio</strong></p>
{{ content }}
<!--ul>
</ul-->
</div>
</div>
</body>
</html>
</html>