Migrate website to Hugo

Signed-off-by: Luc Perkins <lucperkins@gmail.com>
This commit is contained in:
Luc Perkins
2018-05-14 12:18:32 -07:00
parent b511c397c3
commit d1503dc9ce
67 changed files with 236 additions and 241 deletions

13
docs/.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
[*]
end_of_line = lf
charset = utf-8
max_line_length = 80
trim_trailing_whitespace = true
insert_final_newline = false
[*.{html,js,sh,sass,md,mmark}]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab