change DRAFT status

This commit is contained in:
Alexander Popov 2022-08-03 02:04:05 +03:00
parent f66b7ac0df
commit 0a81354a78
Signed by: iiiypuk
GPG Key ID: D8C9B59A9F04A70C
3 changed files with 24 additions and 1 deletions

22
.editorconfig Normal file
View File

@ -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

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
public/
.hugo_build.lock
ftp.txt

View File

@ -1,7 +1,7 @@
---
title: "CryFS — быстрый старт"
date: 2022-08-03T00:15:40+03:00
draft: true
draft: false
tags: [paranoia, encrypt, cryfs]
---