Skip to content

Commit 64b9aa2

Browse files
committed
chore(docs): add examples collection
1 parent 3396677 commit 64b9aa2

File tree

7 files changed

+48
-6
lines changed

7 files changed

+48
-6
lines changed

docs/_chsets/HIEROGL-H.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
name: HIEROGL-H
2+
name: HIEROGL_H
3+
full_name: Hieroglyphen hieratisch
34
disc: Diana
45
page: 109/1
56
missing: true

docs/_chsets/HIEROGL-M.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
name: HIEROGL-M
2+
name: HIEROGL_M
3+
full_name: Hieroglyphen monumental
34
disc: Diana
45
page: 110/1
56
missing: true

docs/_chsets/HIEROGL-P.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
name: HIEROGL-P
2+
name: HIEROGL_P
3+
full_name: Hieroglyphen papyrus
34
disc: Diana
45
page: 110/1
56
missing: true

docs/_config.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,26 @@ plugins:
4343
collections:
4444
chsets:
4545
fdiscs:
46-
sort_by: name
46+
sort_by: sort-key
47+
output: true
48+
examples:
49+
layout: default
4750
output: true
4851

4952
defaults:
53+
- scope:
54+
path: ""
55+
values:
56+
layout: "default"
5057
- scope:
5158
path: ""
5259
type: "fdiscs"
5360
values:
5461
layout: "fdisc"
55-
index: true
62+
index: true
63+
- scope:
64+
path: ""
65+
type: "examples"
66+
values:
67+
layout: "example"
68+
index: true

docs/_examples/Hyroglyphen.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Die ägyptischen Hieroglyphen
3+
subtitle: erstellt mit Signum auf ATARI ST
4+
fonts: [HIEROGL_H, HIEROGL_M, HIEROGL_P, GROTFE]
5+
---

docs/_layouts/example.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: default
3+
---
4+
<h1>{{page.title}}</h1>
5+
{% if page.subtitle %}<h3>{{page.subtitle}}</h3>{% endif %}
6+
7+
<p>Fonts: {{ page.fonts | array_to_sentence_string }}</p>
8+
9+
{{ content }}

docs/examples.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,16 @@ so that the entire document is 324 DPI relative to the theoretical paper model.
3030
<figure>
3131
<img src="{{ 'img/physik-printer.png' | relative_url }}">
3232
<figcaption>Physik/Printer</figcaption>
33-
</figure>
33+
</figure>
34+
35+
## From the books
36+
37+
The Signum! books "zur Gestaltung" have a set of example pages within
38+
them. This page collects some of them as a reference, even if the original
39+
SDO is not available:
40+
41+
<ul>
42+
{% for example in site.examples %}
43+
<li><a href="{{example.url | relative_url}}">{{example.title}}</a></li>
44+
{% endfor %}
45+
</ul>

0 commit comments

Comments
 (0)