WIP: Syntax highlight colors

This commit is contained in:
2025-06-16 20:18:05 -07:00
parent 6bd8898125
commit 46aa6c829f
7 changed files with 44 additions and 26 deletions

View File

@@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y \
wget -q -O pandoc-3.7.0.1-1-amd64.deb https://github.com/jgm/pandoc/releases/download/3.7.0.1/pandoc-3.7.0.1-1-amd64.deb && \
dpkg -i pandoc-3.7.0.1-1-amd64.deb && \
rm pandoc-3.7.0.1-1-amd64.deb
RUN luarocks install sitegen
RUN luarocks install inotify INOTIFY_INCDIR=/usr/include/x86_64-linux-gnu/