added Prettier, Tailwind, styling, branding, sitemap, tracking

This commit is contained in:
J. Scott Smith
2023-11-03 01:32:34 -07:00
parent c3ce698c4d
commit 081b74d899
28 changed files with 2627 additions and 98 deletions

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
# 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