Skip to content

Commit 00d2540

Browse files
committed
cleanup handbook page
1 parent 49f9c0b commit 00d2540

File tree

5 files changed

+38
-138
lines changed

5 files changed

+38
-138
lines changed

content/handbook-clustered.md

-1
This file was deleted.

content/handbook.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
+++ template = "handbook.html" +++
1+
+++
2+
template = "handbook.html"
3+
+++

templates/handbook-clustered.html

-117
This file was deleted.

templates/handbook.html

+35-17
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
{% block title %}handbook - laniakea books{% endblock title %}
44

5-
{% block intro %}
6-
{% endblock intro %}
7-
85
{% block content %}
96
<main>
107
<h1>Handbook</h1>
@@ -13,6 +10,8 @@ <h1>Handbook</h1>
1310
What about the specifics of our book production?
1411
</p>
1512

13+
<h2 id="book-text">1. Book text</h2>
14+
1615
<ol>
1716
<li>
1817
Acquire book text in any form
@@ -23,7 +22,6 @@ <h1>Handbook</h1>
2322
<li>author bio</li>
2423
</ul>
2524
</li>
26-
<li>Decide book dimensions</li>
2725
<li>
2826
Typeset book
2927
<ul>
@@ -32,6 +30,12 @@ <h1>Handbook</h1>
3230
<li>typst</li>
3331
</ul>
3432
</li>
33+
</ol>
34+
35+
<h2 id="book-design">2. Physical book design</h2>
36+
37+
<ol>
38+
<li>Decide book dimensions</li>
3539
<li>Decide paper gsm and calculate spine width</li>
3640
<li>
3741
Design cover
@@ -42,28 +46,43 @@ <h1>Handbook</h1>
4246
<li>spine</li>
4347
</ul>
4448
</li>
49+
</ol>
50+
51+
<h2 id="printing">3. Printing</h2>
52+
53+
<ol>
4554
<li>Decide number of copies</li>
4655
<li>Get quotes from printers</li>
4756
<li>Decide retail price</li>
4857
<li>
49-
Issue and assign ISBN
58+
ISBN
5059
<ul>
5160
<li>
52-
<a href="https://www.nielsenisbnstore.com/">https://www.nielsenisbnstore.com/</a>
53-
</li>
54-
</ul>
55-
</li>
56-
<li>
57-
Generate EAN-13 ISBN barcode with zint
58-
<ul>
59-
<li>
60-
<a href="https://en.wikipedia.org/wiki/International_Article_Number">https://en.wikipedia.org/wiki/International_Article_Number</a>
61+
Issue and assign ISBN
62+
<ul>
63+
<li>
64+
<a href="https://www.nielsenisbnstore.com/">https://www.nielsenisbnstore.com/</a>
65+
</li>
66+
</ul>
6167
</li>
6268
<li>
63-
<a href="https://github.com/zint/zint">https://github.com/zint/zint</a>
69+
Generate EAN-13 ISBN barcode with zint
70+
<ul>
71+
<li>
72+
<a href="https://en.wikipedia.org/wiki/International_Article_Number">https://en.wikipedia.org/wiki/International_Article_Number</a>
73+
</li>
74+
<li>
75+
<a href="https://github.com/zint/zint">https://github.com/zint/zint</a>
76+
</li>
77+
</ul>
6478
</li>
6579
</ul>
6680
</li>
81+
</ol>
82+
83+
<h2 id="online-presence">4. Online presence</h2>
84+
85+
<ol>
6786
<li>
6887
Supply book data
6988
<ul>
@@ -82,7 +101,6 @@ <h1>Handbook</h1>
82101
</ul>
83102
</li>
84103
<li>Add book files on website</li>
85-
86104
</ol>
87105

88106
</main>
@@ -93,4 +111,4 @@ <h1>Handbook</h1>
93111
</div>
94112
<a href="/how-it-works/">How it works</a>
95113
</div>
96-
{% endblock content %}
114+
{% endblock content %}

templates/index.html

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ <h1>laniakea books</h1>
2525
<a href="/lets-chat/">Let’s chat</a>
2626
<a href="/how-it-works/">How it works</a>
2727
<a href="/philosophy/">Philosophy</a>
28-
<a href="/handbook/">Handbook</a>
29-
<a href="/handbook-clustered/">Handbook clustered</a>
3028
<a href="/pricing/">Pricing</a>
3129
<a href="/books/">Books</a>
3230
<a href="/blog/">Blog</a>

0 commit comments

Comments
 (0)