|
You are here |
emmanuelbernard.com | ||
| | | | |
yasoob.me
|
|
| | | | | Hi beautiful people! ?? Recently I decided to go all-in on static site generator, Hugo, and move over my Python Tips blog from Wordpress to Hugo. I will share the exact steps I took during this migration. It was slightly more involved than I would have liked. I will not share the reasoning behind why I moved to Hugo in this post, but rather just the details of how the process went. | |
| | | | |
sayr.us
|
|
| | | | | Many organisations are able to generate short-lived certificates. Git 2.34.0 released in November 2021 added support for signing commits with SSH Keys. Lets see how to use these to introduce commit signing without GPG and with little additional overhead. | |
| | | | |
www.aleksandrhovhannisyan.com
|
|
| | | | | Jekyll is a static site generator that makes it easy for you to create a website. Learn how to get started with Jekyll and GitHub Pages. | |
| | | | |
logr.cogley.info
|
|
| | | If you want to autosign git commits on Mac, there are a couple of tricks to it. I have not been able to get brew gpg to work consistently well, but installing from gpgtools.org seems to be able to be made to work. ?? This worked for me: Install GPGTools from https://gpgtools.org Create / import a key, then run gpg --list-secret-keys to find the sec key fingerprint Make git settings, specifying the signing key as the fingerprint with no spaces: 1 2 3 4 % git config --global gpg. | ||