fix build.sh not creating www/data; update syntax-hl to not include line numbers on other hosts
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
mkdir data
|
||||||
(cd src; hy build.hy)
|
(cd src; hy build.hy)
|
||||||
mkdir -p site/{html,assets,scripts}
|
mkdir -p site/{html,assets,scripts}
|
||||||
cp -r src/output/* site/html
|
cp -r src/output/* site/html
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
tmpfile=$(mktemp)
|
tmpfile=$(mktemp)
|
||||||
|
|
||||||
timeout 0.6s nvim "$1" -c "autocmd LspAttach * execute 'TOhtml | w! ${tmpfile} | qa!'" >/dev/null || nvim "$1" -c "TOhtml | w! ${tmpfile} | qa!" >/dev/null
|
timeout 0.6s nvim "$1" -c "set nonu | set nornu" -c "autocmd LspAttach * execute 'TOhtml | w! ${tmpfile} | qa!'" >/dev/null || nvim "$1" -c "set nonu | set nornu" -c "TOhtml | w! ${tmpfile} | qa!" >/dev/null
|
||||||
|
|
||||||
cat "${tmpfile}" | pup --pre 'style, pre' | sed '/^$/d'
|
cat "${tmpfile}" | pup --pre 'style, pre' | sed '/^$/d'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user