feat: initial commit

Created (mostly) temporally website, forked from Org013/www.
This commit is contained in:
Guz013
2023-06-14 13:38:36 -03:00
commit 9dd19b75bd
42 changed files with 10973 additions and 0 deletions

15
.editorconfig Normal file
View File

@@ -0,0 +1,15 @@
root = true
[*]
indent_style = tab
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_style = space