about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-11-20 22:31:55 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-11-20 22:31:55 +0700
commit6c2602852739dcd62b3c6484e21bcb8e580a42cc (patch)
treee7aa1283c805d608a6793c7134e65bd9c8c6649a
parent7314ab1fa7b258d1a05f3479b9349346fa0bd7c7 (diff)
downloadsite-6c2602852739dcd62b3c6484e21bcb8e580a42cc.tar.gz
Document injected dependencies
-rw-r--r--.build.yml1
-rw-r--r--README.md6
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)