Don't Hex the Water

General In this post I want to join exurb1a on his statement about privacy and the importance of it in our day-to-day life. And much more important than this I want to showcase how to do it better. For this I will create posts about Privacy Tools and Privacy in general from time to time. Prerequisites This post is based on this video. I highly recommend watching it. It is a 10 out of 10 video about modern privacy. You can imagine the video to be based more on philosophical standpoint than on a technical one. He uses analogies but also explains a bit of the technical details. But the focus definitely lies on a philosophical point of view. ...

September 5, 2022 Β· 3 min Β· 545 words Β· Lukas Nagel

How to create and host a Blog with Hugo for free

Introduction In this post I will teach you how to set up a blog like this with hugo and GitHub-Pages. What you need GitHub-Account Markdown Knowledge Basic understanding of Pipelines (This time GitHub-Actions) Basic understanding of Git Repository All the actions below must be executed in a repository connected to GitHub. Hugo Install Hugo Snap (Linux) snap install hugo --channel=extended Chocolatey (Windows) choco install hugo-extended -confirm Homebrew (Mac / Linux) brew install hugo If you need more information or installation options: Hugo - Docs - Installation ...

August 19, 2022 Β· 5 min Β· 877 words Β· Lukas Nagel