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

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

## Building

    julia --project=@. .build.jl

### Explicit dependencies

The following are needed to run the command above:

* [Julia](https://julialang.org)
* [pip](https://pip.pypa.io)

### Implicit dependencies

The following are installed as part of the build process,
plus their own dependencies:

* [Franklin](https://franklinjl.org)
* [NodeJS](https://juliapackages.com/p/nodejs)
* [KaTeX](https://katex.org)
* [highlight.js](https://highlightjs.org)
* [css-html-js-minify](https://pypi.org/p/css-html-js-minify)

## Copying

[![Creative Commons License](https://i.creativecommons.org/l/by-sa/4.0/88x31.png)] (https://creativecommons.org/licenses/by-sa/4.0/)
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/).