diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..adb4aa0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,22 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[{*.py,*.php}] +indent_style = space +indent_size = 4 + +# Ignore paths +[/content/] +charset = unset +end_of_line = unset +insert_final_newline = unset +trim_trailing_whitespace = unset +indent_style = unset +indent_size = unset diff --git a/.gitignore b/.gitignore index 8dd6d56..b3cd03d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ public/ .hugo_build.lock +ftp.txt diff --git a/content/posts/2022/cryfs/cryfs-fast-start/index.md b/content/posts/2022/cryfs/cryfs-fast-start/index.md index 411a4ba..c3ec6b2 100644 --- a/content/posts/2022/cryfs/cryfs-fast-start/index.md +++ b/content/posts/2022/cryfs/cryfs-fast-start/index.md @@ -1,7 +1,7 @@ --- title: "CryFS — быстрый старт" date: 2022-08-03T00:15:40+03:00 -draft: true +draft: false tags: [paranoia, encrypt, cryfs] ---