Newer
Older
Source for the reproducible-builds.org website
==============================================
The website for reproducible-builds.org is made with [Jekyll]. It has
been initially created and tested with version 2.2.0 in Debian unstable
available in the `jekyll` package. It is known to work with jekyll from
Jessie too.
The boilerplate CSS is provided by [Skeleton].
[Jekyll]: https://jekyllrb.com/
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
[Skeleton]: http://www.getskeleton.com/
Viewing the website
-------------------
It's possible to view the website while making changes:
$ jekyll serve --watch
A local webserver will be started which can be accessed using a browser
to see changes as they are made.
Build the website
-----------------
Building the website is made by running:
$ jekyll build
The result will be available in the `_site` directory.
News
----
News are made using Jekyll blog posts. Adding news is a matter of
creating new pages in th `_posts` directory.
Documentation
-------------
The documentation homepage is in `docs.html`. Individual pages are kept
in the `_docs` folder.
The order in the index and the title of subsection is defined in
`_data/docs.yml`. The order defined using permalinks (and not
file names).
Projects
--------
The list of project involved in reproducible builds is kept as YAML
in `_data/projects.yml`.
Logos must be in the `images/logos` folder. Images should be 124×124
pixels large.