change DRAFT status
This commit is contained in:
parent
f66b7ac0df
commit
0a81354a78
22
.editorconfig
Normal file
22
.editorconfig
Normal 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
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
public/
|
||||
.hugo_build.lock
|
||||
ftp.txt
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "CryFS — быстрый старт"
|
||||
date: 2022-08-03T00:15:40+03:00
|
||||
draft: true
|
||||
draft: false
|
||||
tags: [paranoia, encrypt, cryfs]
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user