/blog

: )

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

My Blog

Partially encrypted static blog. If you need fork fastai/fastpages and replace source codes form this repo.

1. Usage

Go to docs on fastai/fastpages

2. Encryption

  1. Create post file with - ecrypted: true in _posts/
  2. sh auto-encrypt.sh [postfile] [your_key]
  3. Done.

3. Encrypt algorithm

AES-CBC algorithm is used.


forked from fastpages