Commit Graph

13 Commits

Author SHA1 Message Date
Frank Wiles
b41769aa16 Fixing local vs CI issue 2023-02-27 09:56:00 -06:00
Frank Wiles
8fc5d76057 Setup django-storages for S3 compatible storage when deployed 2023-02-26 14:48:47 -06:00
Lacey Williams Henschel
c7bef4af28 📝 Improve test files 2023-01-19 18:43:49 -08:00
Lacey Williams Henschel
49e83dfcad Set up a local dir for markdown content unit testing 2023-01-19 18:41:13 -08:00
Lacey Williams Henschel
3428012a49 Retrieve markdown from Docker container, render as HTML 2023-01-19 15:37:49 -08:00
Frank Wiles
a8e9085c2c Fix black formatting 2022-09-28 10:55:51 -05:00
Greg Newman
2487c62d28 🚧 Markdown renderer
* 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.
2022-09-10 11:07:42 -04:00
Greg Newman
c35d7e5927 🚜 removing discovery code 2022-09-10 11:03:54 -04:00
Frank Wiles
546e719295 black 2022-06-24 14:53:02 -05:00
Greg Newman
557a63254b Illustration animations for base template 2022-06-14 15:14:56 -04:00
Frank Wiles
47f0c7cf71 Black codebase 2022-05-26 08:33:31 -05:00
Greg Newman
88aa715d5f Shortcode token 2022-05-23 17:55:52 -04:00
Greg Newman
4490b961d6 parse markdown and frontmatter 2022-05-12 08:45:59 -04:00