add titleblock

This commit is contained in:
Never Gude 2026-02-05 02:08:10 +01:00
parent b63d2ebeb2
commit 0cc991a3f2
13 changed files with 118 additions and 14 deletions

12
--standalone Normal file
View file

@ -0,0 +1,12 @@
]8;;https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html\Rsync Android]8;;\
Stuff
$$ \sum_{i=1}^k i = \frac{k(k+1)}{2} $$
]8;;https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.htmlAndroid]8;;
Stuff
$$ \sum_{i=1}^k i = \frac{k(k+1)}{2} $$]8;;
]8;;\

12
--titleblock Normal file
View file

@ -0,0 +1,12 @@
]8;;https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html\Rsync Android]8;;\
Stuff
$$ \sum_{i=1}^k i = \frac{k(k+1)}{2} $$
]8;;https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.htmlAndroid]8;;
Stuff
$$ \sum_{i=1}^k i = \frac{k(k+1)}{2} $$]8;;
]8;;\

View file

@ -27,7 +27,7 @@ install:
clean: clean:
echo '{"articles": []}' > $(article_list); \ echo '{"articles": []}' > $(article_list); \
rm index.html about.html $(articles_html); rm index.html about.html $(articles_html) $(articles_ansi);
$(articles_html): %.html: %.md $(articles_html): %.html: %.md
jq 'del(.articles[] | select(.filename == "$(notdir $@)"))' $(article_list) > articles.json.tmp; \ jq 'del(.articles[] | select(.filename == "$(notdir $@)"))' $(article_list) > articles.json.tmp; \
@ -42,17 +42,17 @@ $(articles_html): %.html: %.md
mv ./articles.json.tmp $(article_list); \ mv ./articles.json.tmp $(article_list); \
$(articles_ansi): %: %.md $(articles_ansi): %: %.md
pandoc $< --to ansi --output $@ pandoc $< --standalone --to ansi --output $@
index.html: index.md $(articles_html) index.html: index.md $(articles_html)
# Build index.html with metadata injected from articles_list # Build index.html with metadata injected from articles_list
pandoc $< --template $(template) --include-after-body shark.js --css $(style) --metadata-file $(article_list) --highlight-style zenburn --mathml --toc --output $@; \ pandoc $< --template $(template) --include-after-body shark.js --css $(style) --metadata-file $(article_list) --highlight-style zenburn --mathml --toc --output $@; \
index: index.md $(articles_ansi) index: index.md $(articles_ansi)
pandoc $< --to ansi --output $@ pandoc $< --standalone --to ansi --output $@
about.html: about.md about.html: about.md
pandoc $< --template $(template) --css $(style) --highlight-style zenburn --mathml --toc --output $@ pandoc $< --template $(template) --css $(style) --highlight-style zenburn --mathml --toc --output $@
about: about.md about: about.md
pandoc $< --to ansi --output $@ pandoc $< --standalone --to ansi --output $@

7
about
View file

@ -1,5 +1,10 @@
About
────────────────────
]8;;https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html\Rsync Android]8;;\ ]8;;https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html\Rsync Android]8;;\
Stuff Stuff
$$ \sum_{i=1}^k i = \frac{k(k+1)}{2} $$]8;;\ $$ \sum_{i=1}^k i = \frac{k(k+1)}{2} $$
]8;;\

View file

@ -1,3 +1,12 @@
Latex Endeavors
Some unintuitive quirks of Latex
Never
9.1.2026
────────────────────
BIBLATEX AND BIBER BIBLATEX AND BIBER
Biber doesnt run Biber doesnt run
@ -5,4 +14,5 @@
Biber doenst run if the (fedora) package  libxcrypt-compat  is missing. Biber doenst run if the (fedora) package  libxcrypt-compat  is missing.
It will fail with the error message It will fail with the error message
biber: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory]8;;\ biber: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
]8;;\

View file

@ -1,3 +1,12 @@
Random linux utilities
Neat things I picked up along the way
Never
25.7.2025
────────────────────
MERGE PDFS MERGE PDFS
Using Ghostscript Using Ghostscript
@ -8,4 +17,5 @@ rasterize and scales down the pdf files.
gs -dNOPAUSE -sDEVICE=pdfwrite \ gs -dNOPAUSE -sDEVICE=pdfwrite \
 -sOUTPUTFILE=output.pdf \  -sOUTPUTFILE=output.pdf \
 -dBATCH 1.pdf 2.pdf]8;;\  -dBATCH 1.pdf 2.pdf
]8;;\

View file

@ -1,3 +1,11 @@
Using rsync on Android to syncronise my Music library
Never
12.01.2026
────────────────────
SETUP TERMUX SETUP TERMUX
Install Termux using F-Droid. Install Termux using F-Droid.
@ -104,4 +112,5 @@ Connect to the device using its .
Refresh MediaStore. Refresh MediaStore.
adb shell am broadcast -a android.intent.action.MEDIA_SCANNER_SCAN -d file:///data/data/com.termux/files/home/storage/music/]8;;\ adb shell am broadcast -a android.intent.action.MEDIA_SCANNER_SCAN -d file:///data/data/com.termux/files/home/storage/music/
]8;;\

6
index
View file

@ -1 +1,7 @@
Home
────────────────────
]8;;\ ]8;;\

View file

@ -1,5 +1,10 @@
About
────────────────────
]8;;https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html\Rsync Android]8;;\ ]8;;https://nevereverever.de/eh/eh/eh/eh-eh/rsync-android.html\Rsync Android]8;;\
Stuff Stuff
$$ \sum_{i=1}^k i = \frac{k(k+1)}{2} $$]8;;\ $$ \sum_{i=1}^k i = \frac{k(k+1)}{2} $$
]8;;\

View file

@ -1 +1,7 @@
Home
────────────────────
]8;;\ ]8;;\

View file

@ -1,3 +1,12 @@
Latex Endeavors
Some unintuitive quirks of Latex
Never
9.1.2026
────────────────────
BIBLATEX AND BIBER BIBLATEX AND BIBER
Biber doesnt run Biber doesnt run
@ -5,4 +14,5 @@
Biber doenst run if the (fedora) package  libxcrypt-compat  is missing. Biber doenst run if the (fedora) package  libxcrypt-compat  is missing.
It will fail with the error message It will fail with the error message
biber: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory]8;;\ biber: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
]8;;\

View file

@ -1,3 +1,12 @@
Random linux utilities
Neat things I picked up along the way
Never
25.7.2025
────────────────────
MERGE PDFS MERGE PDFS
Using Ghostscript Using Ghostscript
@ -8,4 +17,5 @@ rasterize and scales down the pdf files.
gs -dNOPAUSE -sDEVICE=pdfwrite \ gs -dNOPAUSE -sDEVICE=pdfwrite \
 -sOUTPUTFILE=output.pdf \  -sOUTPUTFILE=output.pdf \
 -dBATCH 1.pdf 2.pdf]8;;\  -dBATCH 1.pdf 2.pdf
]8;;\

View file

@ -1,3 +1,11 @@
Using rsync on Android to syncronise my Music library
Never
12.01.2026
────────────────────
SETUP TERMUX SETUP TERMUX
Install Termux using F-Droid. Install Termux using F-Droid.
@ -104,4 +112,5 @@ Connect to the device using its .
Refresh MediaStore. Refresh MediaStore.
adb shell am broadcast -a android.intent.action.MEDIA_SCANNER_SCAN -d file:///data/data/com.termux/files/home/storage/music/]8;;\ adb shell am broadcast -a android.intent.action.MEDIA_SCANNER_SCAN -d file:///data/data/com.termux/files/home/storage/music/
]8;;\