about summary refs log tree commit diff homepage
path: root/README.md
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-12-23 13:52:39 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-12-23 14:05:30 +0700
commitc9e639f71b686093e6b53097f0accc0cfbb77303 (patch)
tree90b767511c8ba7309e58df441f77c56e35c6c10a /README.md
parent477157b0ecb5f24936c453a0ec93c2f71ed67237 (diff)
downloadsite-c9e639f71b686093e6b53097f0accc0cfbb77303.tar.gz
Use system's Node.js
This spares the CI from having to fetch steam-run
and the whole graphic stacks it depends on.
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index fcb980e..f780ddf 100644
--- a/README.md
+++ b/README.md
@@ -11,22 +11,22 @@ This is my Franklin-generated static site, *without* client-side scripts.
 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)
-* [openring](https://sr.ht/~sircmpwn/openring)
 * [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 `.build.yml`.  Live-rendering will additionally
-require the presence of `_libs/highlight/highlight.pack.js`.
+to what done in `.build.yml`.  Furthermore, adjacent sites
+in the [Fediring](https://fediring.net) needs to present
+in `_libs/fediring` and `_libs/openring/out.html` needs to be
+generated using [openring](https://sr.ht/~sircmpwn/openring).  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,
-plus their own dependencies:
-
-* [Franklin](https://franklinjl.org)
-* [NodeJS](https://juliapackages.com/p/nodejs)
-* [highlight.js](https://highlightjs.org)
+[Franklin](https://franklinjl.org) is installed as part of the build process,
+plus its own dependencies.
 
 ## Copying