Retooled site in React and React-router. Whole new world.

This commit is contained in:
2016-02-22 12:22:44 -05:00
parent 4c546ac9b6
commit c0b6a197d5
8478 changed files with 1125450 additions and 288 deletions

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false