Compare commits

...

2 Commits

Author SHA1 Message Date
96aa3f502b
fix tags 2022-08-03 02:15:08 +03:00
016f3f0e33
fix hugo deploy 2022-08-03 02:14:50 +03:00
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
title: "CryFS — быстрый старт"
date: 2022-08-03T00:15:40+03:00
draft: false
tags: [paranoia, encrypt, cryfs]
tags: [encrypt, cryfs, privacy]
---
Пошёл я, ага...

View File

@ -36,6 +36,7 @@ def get_unpack(archive):
if __name__ == '__main__':
os.system('rm -rf ./public/ &> /dev/null') # FIXIT
os.system('hugo &> /dev/null')
archive = make_zip_www() # ..
upload_by_ftps(archive) # ..