set up hugo / gulp

This commit is contained in:
Joshua Seigler 2017-02-11 05:39:27 -05:00
parent 428032c326
commit 0e7128d088
29 changed files with 3151 additions and 3 deletions

27
.editorconfig Normal file
View file

@ -0,0 +1,27 @@
# EditorConfig is awesome: http://EditorConfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
insert_final_newline = false
[*.svg]
insert_final_newline = false
# Ignore paths
[node_modules/**]
charset = none
end_of_line = none
insert_final_newline = none
trim_trailing_whitespace = none
indent_style = none
indent_size = none