diff options
-rw-r--r-- | .build.yml | 1 | ||||
-rw-r--r-- | README.md | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml index 20d71bc..7d54b98 100644 --- a/.build.yml +++ b/.build.yml @@ -3,6 +3,7 @@ oauth: pages.sr.ht/PAGES:RW packages: - julia - katex + - python-pip sources: - https://git.sr.ht/~cnx/site tasks: diff --git a/README.md b/README.md index 0c12338..8b1e14b 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,13 @@ This is my Franklin-generated static site, *without* client-side scripts. The following are needed to run the command above: * [Julia](https://julialang.org) +* [KaTeX](https://katex.org) * [pip](https://pip.pypa.io) +KaTex has to installed to `_css` and `_libs` similar +to what done in `.build.yml`. Live-rendering will additionally +require the presence of `_libs/highlight/highlight.pack.js`. + ### Implicit dependencies The following are installed as part of the build process, @@ -20,7 +25,6 @@ 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) |