1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
= euandre.org(0)
== NAME
euandre.org - a personal website in six languages, built from asciidoc
== DESCRIPTION
The manual for the repository that builds https://euandre.org. It is
a website, not a program: there is nothing here to install on a PATH,
and what the pages describe is how the site is written and built.
:: *euandre.org*(7README)
What the site is, what builds it, and the licences it carries.
:: *euandre.org*(7tutorial)
Adding a page, from the empty file to the built HTML.
:: *euandre.org*(7recipes)
The tasks that come up once the shape is familiar: a translation, a
slide deck, a redirect, a deploy.
:: *euandre.org*(7why)
Why the site is built this way rather than another.
:: *euandre.org*(7CHANGELOG), *euandre.org*(7TODOs)
What has changed, and what is known to be left.
The build rules are not this repository's own. `mkdeps.sh` ends with
`mkwb rules`, which writes them into `deps.mk`; what is kept here is
only what is this site's --- its name, its languages, its port. For
the rules themselves see *mkwb*(1).
== SEE ALSO
*mkwb*(1), *adocg*(1), *po4a*(1), *eslaides*(1)
== AUTHORS
mailto:eu@euandre.org[EuAndreh] and contributors.
== BUGS
* Report bugs to the mailto:~euandreh/public-inbox@lists.sr.ht[mailing list].
Use the subject "[euandre.org] BUG or TASK: <description>".
* Browse bugs https://euandre.org/git/euandre.org/TODOs.html[online].
* https://euandre.org/git/euandre.org/[Homepage].
* https://lists.sr.ht/~euandreh/public-inbox?search=%5Beuandre%2Eorg%5D[Comments and discussions].
|