Links
HinzufügenRun Docker images in Termux via Udocker. No root, no qemu-VM, much faster. - George-Seven/Termux-Udocker
Serial console: Blue color line: Tool Pin TXD, orange color: Tool Pin RXD, black: Tool Pin GND How to boot from SD card? After power on, quickly press the Function key 3 times in 2 seconds, then release the key. More at official manual.
https://docs.armbian.com/User-Guide_Getting-Started/#rockchip-macos
I decided to document how I implemented a search feature with Hugo and Lunr.js on my personal blog site. Since this is a static site the search functionality is performed entirely within the client’s browser. My solution uses vanilla JS DOM manipulation to render the search results. I believe that my approach includes features that are markedly different from the implementations I encountered while researching this task, features which enhance the overall search UX.