Styles all auth pages consistently. Sign up and Log in are side by side now removing the confusing links to switch between forms. Form errors are now properly displayed and styles. All pages related to social auth flow are styled as well as the forgot password flow.
This provides a secondary tailwind config that does not do a reset and only includes styles compiled from header and footer templates.
Run `yarn builddocs` to generate the stylesheet for docs
* Make blocks not jump vertically on tab change
* Change Login to Log In
* Change Signup to Sign Up
* toggle providers and form on Sign Up templates
* Fix mobile layout
* Change verbage on provider buttons to “use”
* Set default href style on paragraphs
* Stubbed out TemplateView for rendering markdown files
* Added a BoostRenderer class to parse the markdown files to support the first iteration of a youtube shortcode and also a Pygments renderer for code blocks.
* Added default styles for some common markup so the rendered markdown looks better.
The pygments renderer is set to use Solarized Dark right now because that’s the closest I see that matches the design of the site. This can be changed in the class.