Skip to main content

Junyi's Lab

Tag: TechShare

Hiding Sensitive Articles on Your GitHub Pages Blog

# Background

How can you prevent others from seeing certain articles in your blog that is hosted by GitHub Pages?

This guide offers a strategy to host websites on GitHub Pages while keeping sensitive content private.

Using git-crypt to Encrypt and Decrypt files while using git

git-crypt enables transparent encryption and decryption of files in a git repository.

Here is a demo of how to use git-crypt to encrypt files in a git repository.