Updated styling

This commit is contained in:
rasmus-kirk
2024-02-21 13:18:33 +01:00
parent 05143aaf7c
commit 222020782b
3 changed files with 581 additions and 4 deletions
+4 -4
View File
@@ -25,13 +25,13 @@ pkgs.writeShellApplication {
sed '/^`[^`]*`$/s/`\(.*\)`/```nix\n\1\n```/g' "$tmpdir"/pre.md > "$tmpdir"/done.md
mkdir -p out
cp styling.css out
cp docs/styling/style.css out
pandoc \
--standalone \
--highlight-style gruvbox.theme \
--metadata title="Nixarr" \
--highlight-style docs/styling/gruvbox.theme \
--metadata title="Nixarr - Option Documentation" \
--metadata date="$(date -u '+%Y-%m-%d - %H:%M:%S %Z')" \
--css=styling.css \
--css=style.css \
-V lang=en \
-V --mathjax \
-f markdown+smart \