Skip to content

Commit 997c0e3

Browse files
committed
refactored demo cr pages
1 parent 51312c7 commit 997c0e3

9 files changed

Lines changed: 495 additions & 5882 deletions

File tree

stm-jekyll/_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@ plugins:
4343
# - vendor/cache/
4444
# - vendor/gems/
4545
# - vendor/ruby/
46+
47+
collections:
48+
demos:
49+
output: true

stm-jekyll/_demos/basic.cr

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
VERSION 69
2+
"UTF-8";charset
3+
"de";locale
4+
1;noskillpoints
5+
1662148354;date
6+
"Eressea";Spiel
7+
"Standard";Konfiguration
8+
"Hex";Koordinaten
9+
2500;max_units
10+
36;Basis
11+
334;Runde
12+
2;Zeitalter
13+
"27.3.0-60aec1398";Build
14+
"eressea-server@kn-bremen.de";mailto
15+
"ERESSEA 2 BEFEHLE";mailcmd
16+
PARTEI 146
17+
"de";locale
18+
1;age
19+
599;Optionen
20+
"Menschen";Typ
21+
75;Rekrutierungskosten
22+
1;Anzahl Personen
23+
"gray";Magiegebiet
24+
0;Anzahl Immigranten
25+
32;Max. Immigranten
26+
"Partei z5w4";Parteiname
27+
"fex@eressea.de";email
28+
OPTIONEN
29+
1;AUSWERTUNG
30+
1;COMPUTER
31+
1;ZUGVORLAGE
32+
1;STATISTIK
33+
0;DEBUG
34+
1;ZIPPED
35+
0;ZEITUNG
36+
1;ADRESSEN
37+
0;BZIP2
38+
0;PUNKTE
39+
0;SHOWSKCHANGE
40+
REGION 0 0
41+
902447216;id
42+
"Cibifar";Name
43+
"Wald";Terrain
44+
3194;Bauern
45+
28;Pferde
46+
44633;Silber
47+
2231;Unterh
48+
79;Rekruten
49+
11;Lohn
50+
530;Baeume
51+
132;Schoesslinge
52+
RESOURCE 347593380
53+
"Bauern";type
54+
3194;number
55+
RESOURCE 6035652
56+
"Bäume";type
57+
530;number
58+
RESOURCE 1352714618
59+
"Schößlinge";type
60+
132;number
61+
RESOURCE 210060480
62+
"Silber";type
63+
44633;number
64+
RESOURCE 200695649
65+
"Pferde";type
66+
28;number
67+
PREISE
68+
16;Balsam
69+
30;Gewürz
70+
14;Juwel
71+
10;Myrrhe
72+
3;Öl
73+
18;Seide
74+
-4;Weihrauch
75+
EINHEIT 107043
76+
"Einheit 2aLf";Name
77+
146;Partei
78+
1;Anzahl
79+
"Menschen";Typ
80+
COMMANDS
81+
"ARBEITE"
82+
TALENTE
83+
6287400 20;Hiebwaffen
84+
1646700 10;Ausdauer
85+
GEGENSTAENDE
86+
999;Silber
87+
REGION 1 0
88+
1484905476;id
89+
"Sivel";Name
90+
"Sumpf";Terrain
91+
"neighbour";visibility
92+
REGION 1 -1
93+
1484905475;id
94+
"Blargel";Name
95+
"Hochland";Terrain
96+
"neighbour";visibility
97+
REGION 0 1
98+
1484905474;id
99+
"Lydis";Name
100+
"Hochland";Terrain
101+
"neighbour";visibility
102+
REGION 0 -1
103+
1502968275;id
104+
"Ozean";Terrain
105+
"neighbour";visibility
106+
REGION -1 0
107+
184973115;id
108+
"Ozean";Terrain
109+
"neighbour";visibility
110+
REGION -1 1
111+
2030168754;id
112+
"Ozean";Terrain
113+
"neighbour";visibility

stm-jekyll/_demos/basic.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: Basis
3+
description: A very basic CR
4+
cr: basic.cr
5+
---
6+
Ein Computerreport, so einfach wie möglich.

stm-jekyll/_demos/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Eressea Demo-Reporte
3+
---
4+
{% for demo in site.demos %}
5+
<h2>
6+
<a href="{{ demo.url }}">
7+
{{ demo.name }} - {{ demo.description }}
8+
</a>
9+
</h2>
10+
<p>CR: <a href="{{ demo.cr }}">{{ demo.cr }}</a></p>
11+
<p>{{ demo.content | markdownify }}</p>
12+
{% endfor %}

stm-jekyll/bla.php

Lines changed: 0 additions & 13 deletions
This file was deleted.

stm-jekyll/cr2svg.php

Lines changed: 0 additions & 207 deletions
This file was deleted.

0 commit comments

Comments
 (0)