first old posts

This commit is contained in:
teldra 2022-04-12 12:34:36 +02:00
parent 01da6ec97a
commit 79af3dc0c4
19 changed files with 55 additions and 14 deletions

8
content/news/.directory Normal file
View File

@ -0,0 +1,8 @@
[Dolphin]
HeaderColumnWidths=733,143,94,163
PreviewsShown=false
SortOrder=1
Timestamp=2022,4,12,12,13,39.063
Version=4
ViewMode=1
VisibleRoles=Details_text,Details_size,Details_modificationtime,Details_type,Details_permissions,CustomizedDetails

Binary file not shown.

After

Width:  |  Height:  |  Size: 744 KiB

View File

@ -0,0 +1,7 @@
---
title: "Bunt oder nicht Bunt"
lastmod: 1994-04-28T14:00:00+02:00
when: "28.4.1994, 17Uhr, Rathaus"
events: ["Demos"]
tags: ["NAAFI","Demo","Ratssitzung"]
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 KiB

View File

@ -0,0 +1,8 @@
---
title: "Konzert mit 3 Bands"
lastmod: 1996-02-03T14:00:00+02:00
when: "3.2.1996, CD-Kaserne Halle 12"
events: ["Konzerte"]
tags: ["Volxküche","CD-Kaserne","Bücher"]
price: "6DM"
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -1,4 +1,5 @@
---
title: "Wie soll das Cafe heißen? Namenssuche..."
date: 2022-04-12T12:08:00+0200
lastmod: 1996-03-26T14:00:00+02:00
categories: ["Buha"]
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

View File

@ -0,0 +1,8 @@
---
title: "Monojack Klangerlebnis"
lastmod: 1996-04-13T14:00:00+02:00
when: "13.04.1996, Café Bunteshaus"
events: ["Konzerte"]
tags: ["Monojack","Abyss","Alexx","Kiki K","Psychedelisches Licht- Bilder- und Klangerlebnis"]
price: "5DM"
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

View File

@ -0,0 +1,6 @@
---
title: "Castor-NIX Karawane"
lastmod: 1996-06-29T14:00:00+02:00
when: "29.06.1996"
tags: ["Castor","Karawane","Vortrag","Tschernobyl"]
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 690 KiB

View File

@ -0,0 +1,8 @@
---
title: "Bunt, Bunter... Party!"
lastmod: 1996-12-07T14:00:00+02:00
when: "07.12.1996, 20Uhr, Bunteshaus"
events: ["Party"]
tags: ["Hip-Hop","Techno","House","Rap","Pop"]
price: "8DM"
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@ -0,0 +1,7 @@
---
title: "Sylvester Reggae Party"
lastmod: 1996-12-31T14:00:00+02:00
when: "31.12.1996, 22Uhr, CD-Kaserne Halle 12"
events: ["Party"]
tags: ["Sylvester"]
---

View File

@ -1,4 +0,0 @@
---
title: ""
date: 2022-04-12T12:08:00+0200
---

View File

@ -1,4 +0,0 @@
---
title: "Konzert mit 3 Bands"
date: 2022-04-12T12:02:00+0200
---

View File

@ -1,4 +0,0 @@
---
title: "Plakat Demo "Bunt oder nicht bunt""
date: 2022-04-12T11:56:00+0200
---

2
new.sh
View File

@ -17,7 +17,7 @@ echo "date: ${date_long}" >> "content/news/${date}-${title_}/index.de.md"
echo "---" >> "content/news/${date}-${title_}/index.de.md"
git add "content/news/${date}-${title_}/"
git commit -m "${date}-${title_}"
git commit -m "New Post: ${date}-${title}"
for i in vim nano gedit kate; do
if command -v $i > /dev/null; then