The Red Engine
The Red Engine is a static site generator written in Python. It uses Markdown and Python-Flask to render pages. It is currently in development.
Todo List
- [x] Render Blog posts with blocks
- [x] Create a landing page for the blog posts.
- [ ] Create a Sitemap
- [ ] Create a RSS Feed
- [ ] Create a 404 Page
- [ ] Move from flask to jninja2
Future Considerations
- [ ] Add a CLI
- [ ] Add Connection to S3
- [ ] Add Connection to Netlify