This repository holds the contents of the zatsit blog. Under the hood, it is built using Docusaurus, a modern static website generator.
Feel free to contribute to the blog by creating a pull request.
Committing on this repository requires to do signed commits. To enable signed commits,
- register your SSH public key in your GitHub account as Signing key `Key type
- configure your Git CLI globally to sign commits by default.
git config --global gpg.format ssh
# here replace ~/.ssh/examplekey.pub with your own public key path
git config --global user.signingkey ~/.ssh/examplekey.pub
git config --global commit.gpgsign true
You can also follow those instructions.
Please follow the posting guidelines to write a new post.
Opening your Pull Request will trigger a CI/CD pipeline that will generate a preview on your article based on zatsit blog. Wait few seconds and check the preview link in the PR checks.