moved index.html and styles.css to src/templates/default
will now export the generated files to /dist
updated styles with some common practices
removed use of ch - nobody uses this because it's
only useful for monospaced fonts
removed direct injections to html not because it's
bad practice or anything but because all of the styles
that were applied to it could be moved down to the body level,
which is where they are now
apply font-family directly to text instead of indirect attribution
added a div of class content +css where the main content lives
ch
- nobody uses this because it's only useful for monospaced fontshtml
not because it's bad practice or anything but because all of the styles that were applied to it could be moved down to thebody
level, which is where they are nowfont-family
directly to text instead of indirect attributioncontent
+css where the main content livesa
, a nice highlight colorread_me
toreadme
- totally nitting