about summary refs log tree commit diff homepage
path: root/README.md
blob: b123e2e486f26111b22ad5e505bfcf703d2c03d3 (plain) (blame)
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
# My personal site

This is my Franklin-generated static site, *without* client-side scripts.

## Building

    julia --project=@. .builds/franklin.jl
    _libs/postprocess

### Explicit dependencies

The following are needed to run the command above:

* [Julia](https://julialang.org)
* [Node.js](https://nodejs.org)
* [Highlight.js](https://highlightjs.rtfd.io)
* [KaTeX](https://katex.org)
* [css-html-js-minify](https://pypi.org/p/css-html-js-minify)

KaTex has to installed to `_css` and `_libs` similar
to what done in `.builds/auto.yml`.  Furthermore, adjacent sites
in the [Fediring](https://fediring.net) needs to present
in `_libs/fediring` and `_libs/fead/out.html` needs to be
generated using [fead](https://trong.loang.net/~cnx/fead).  Live-rendering
will additionally require the presence of `_libs/highlight/highlight.pack.js`.

### Implicit dependencies

[Franklin](https://franklinjl.org) is installed as part of the build process,
plus its own dependencies.

## Copying

![Creative Commons License](https://i.creativecommons.org/l/by-sa/4.0/88x31.png)

The content of this site is licensed
under a [Creative Commons Attribution-ShareAlike 4.0
International License](https://creativecommons.org/licenses/by-sa/4.0/).