diff --git a/--standalone b/--standalone new file mode 100644 index 0000000..833348a --- /dev/null +++ b/--standalone @@ -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;;\ diff --git a/--titleblock b/--titleblock new file mode 100644 index 0000000..833348a --- /dev/null +++ b/--titleblock @@ -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;;\ diff --git a/Makefile b/Makefile index 452d2db..d4cc0bc 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ install: clean: echo '{"articles": []}' > $(article_list); \ - rm index.html about.html $(articles_html); + rm index.html about.html $(articles_html) $(articles_ansi); $(articles_html): %.html: %.md 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); \ $(articles_ansi): %: %.md - pandoc $< --to ansi --output $@ + pandoc $< --standalone --to ansi --output $@ index.html: index.md $(articles_html) # 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 $@; \ index: index.md $(articles_ansi) - pandoc $< --to ansi --output $@ + pandoc $< --standalone --to ansi --output $@ about.html: about.md pandoc $< --template $(template) --css $(style) --highlight-style zenburn --mathml --toc --output $@ about: about.md - pandoc $< --to ansi --output $@ + pandoc $< --standalone --to ansi --output $@ diff --git a/about b/about index 084b746..25d7268 100644 --- a/about +++ b/about @@ -1,5 +1,10 @@ + About + + ──────────────────── + ]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;;\ +$$ \sum_{i=1}^k i = \frac{k(k+1)}{2} $$ +]8;;\ \ No newline at end of file diff --git a/articles/latex-endeavors b/articles/latex-endeavors index c0c53f2..27d3079 100644 --- a/articles/latex-endeavors +++ b/articles/latex-endeavors @@ -1,3 +1,12 @@ + Latex Endeavors + Some unintuitive quirks of Latex + + Never + + 9.1.2026 + + ──────────────────── + BIBLATEX AND BIBER Biber doesn’t run @@ -5,4 +14,5 @@ Biber doens’t run if the (fedora) package  libxcrypt-compat  is missing. 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;;\ \ No newline at end of file diff --git a/articles/random-linux-utils b/articles/random-linux-utils index 258bec6..359dd0b 100644 --- a/articles/random-linux-utils +++ b/articles/random-linux-utils @@ -1,3 +1,12 @@ + Random linux utilities + Neat things I picked up along the way + + Never + + 25.7.2025 + + ──────────────────── + MERGE PDFS Using Ghostscript @@ -8,4 +17,5 @@ rasterize and scales down the pdf files. gs -dNOPAUSE -sDEVICE=pdfwrite \  -sOUTPUTFILE=output.pdf \ -  -dBATCH 1.pdf 2.pdf]8;;\ +  -dBATCH 1.pdf 2.pdf +]8;;\ \ No newline at end of file diff --git a/articles/rsync-android b/articles/rsync-android index 4faedb8..4f04da1 100644 --- a/articles/rsync-android +++ b/articles/rsync-android @@ -1,3 +1,11 @@ + Using rsync on Android to syncronise my Music library + + Never + + 12.01.2026 + + ──────────────────── + SETUP TERMUX Install Termux using F-Droid. @@ -104,4 +112,5 @@ Connect to the device using its . 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;;\ \ No newline at end of file diff --git a/index b/index index 8d210ed..3bae2de 100644 --- a/index +++ b/index @@ -1 +1,7 @@ -]8;;\ + Home + + ──────────────────── + + + +]8;;\ \ No newline at end of file diff --git a/public_ansi/about b/public_ansi/about index 084b746..25d7268 100644 --- a/public_ansi/about +++ b/public_ansi/about @@ -1,5 +1,10 @@ + About + + ──────────────────── + ]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;;\ +$$ \sum_{i=1}^k i = \frac{k(k+1)}{2} $$ +]8;;\ \ No newline at end of file diff --git a/public_ansi/index b/public_ansi/index index 8d210ed..3bae2de 100644 --- a/public_ansi/index +++ b/public_ansi/index @@ -1 +1,7 @@ -]8;;\ + Home + + ──────────────────── + + + +]8;;\ \ No newline at end of file diff --git a/public_ansi/latex-endeavors b/public_ansi/latex-endeavors index c0c53f2..27d3079 100644 --- a/public_ansi/latex-endeavors +++ b/public_ansi/latex-endeavors @@ -1,3 +1,12 @@ + Latex Endeavors + Some unintuitive quirks of Latex + + Never + + 9.1.2026 + + ──────────────────── + BIBLATEX AND BIBER Biber doesn’t run @@ -5,4 +14,5 @@ Biber doens’t run if the (fedora) package  libxcrypt-compat  is missing. 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;;\ \ No newline at end of file diff --git a/public_ansi/random-linux-utils b/public_ansi/random-linux-utils index 258bec6..359dd0b 100644 --- a/public_ansi/random-linux-utils +++ b/public_ansi/random-linux-utils @@ -1,3 +1,12 @@ + Random linux utilities + Neat things I picked up along the way + + Never + + 25.7.2025 + + ──────────────────── + MERGE PDFS Using Ghostscript @@ -8,4 +17,5 @@ rasterize and scales down the pdf files. gs -dNOPAUSE -sDEVICE=pdfwrite \  -sOUTPUTFILE=output.pdf \ -  -dBATCH 1.pdf 2.pdf]8;;\ +  -dBATCH 1.pdf 2.pdf +]8;;\ \ No newline at end of file diff --git a/public_ansi/rsync-android b/public_ansi/rsync-android index 4faedb8..4f04da1 100644 --- a/public_ansi/rsync-android +++ b/public_ansi/rsync-android @@ -1,3 +1,11 @@ + Using rsync on Android to syncronise my Music library + + Never + + 12.01.2026 + + ──────────────────── + SETUP TERMUX Install Termux using F-Droid. @@ -104,4 +112,5 @@ Connect to the device using its . 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;;\ \ No newline at end of file