webdev

Deploying My Second Brain

webdev, zettelkasten

Navigate to docroot for dev site Right now that’s ~/Public/notes.alexkraker.net Build site hugo Copy public directory to my server: rsync -azvP -e 'ssh -p 36' \ /home/akraker/public/second-brain/public/ \ [email protected]:~/notes.alexkraker.net That’s it! URL: notes.alexkraker.net gitlab repo # I have a private gitlab repo I push this project to: https://gitlab.com/akraker/second-brain It’s probably best not to have this public since I have notes here that could be considered sensitive for work. ...

Development

dev, webdev, regex

Text Processing # Regular Expressions Web Development # Frameworks # Static Site Generators # Jekyll Hugo Misc. # WebSockets

Hugo

webdev

Resources # Docs Writing notes with Vimwiki and Hugo static generator Themes # Simple and “just works” docs theme hugo-book Blogging # Deploying My Blog