2
2
3
3
{% block title %}handbook - laniakea books{% endblock title %}
4
4
5
- {% block intro %}
6
- {% endblock intro %}
7
-
8
5
{% block content %}
9
6
< main >
10
7
< h1 > Handbook</ h1 >
@@ -13,6 +10,8 @@ <h1>Handbook</h1>
13
10
What about the specifics of our book production?
14
11
</ p >
15
12
13
+ < h2 id ="book-text "> 1. Book text</ h2 >
14
+
16
15
< ol >
17
16
< li >
18
17
Acquire book text in any form
@@ -23,7 +22,6 @@ <h1>Handbook</h1>
23
22
< li > author bio</ li >
24
23
</ ul >
25
24
</ li >
26
- < li > Decide book dimensions</ li >
27
25
< li >
28
26
Typeset book
29
27
< ul >
@@ -32,6 +30,12 @@ <h1>Handbook</h1>
32
30
< li > typst</ li >
33
31
</ ul >
34
32
</ li >
33
+ </ ol >
34
+
35
+ < h2 id ="book-design "> 2. Physical book design</ h2 >
36
+
37
+ < ol >
38
+ < li > Decide book dimensions</ li >
35
39
< li > Decide paper gsm and calculate spine width</ li >
36
40
< li >
37
41
Design cover
@@ -42,28 +46,43 @@ <h1>Handbook</h1>
42
46
< li > spine</ li >
43
47
</ ul >
44
48
</ li >
49
+ </ ol >
50
+
51
+ < h2 id ="printing "> 3. Printing</ h2 >
52
+
53
+ < ol >
45
54
< li > Decide number of copies</ li >
46
55
< li > Get quotes from printers</ li >
47
56
< li > Decide retail price</ li >
48
57
< li >
49
- Issue and assign ISBN
58
+ ISBN
50
59
< ul >
51
60
< 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 >
61
67
</ li >
62
68
< 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 >
64
78
</ li >
65
79
</ ul >
66
80
</ li >
81
+ </ ol >
82
+
83
+ < h2 id ="online-presence "> 4. Online presence</ h2 >
84
+
85
+ < ol >
67
86
< li >
68
87
Supply book data
69
88
< ul >
@@ -82,7 +101,6 @@ <h1>Handbook</h1>
82
101
</ ul >
83
102
</ li >
84
103
< li > Add book files on website</ li >
85
-
86
104
</ ol >
87
105
88
106
</ main >
@@ -93,4 +111,4 @@ <h1>Handbook</h1>
93
111
</ div >
94
112
< a href ="/how-it-works/ "> How it works</ a >
95
113
</ div >
96
- {% endblock content %}
114
+ {% endblock content %}
0 commit comments