Content
Design Goals
Why am I making a new django-driven blog?
- I really like the idea of writing in markdown
-
I want to store my markdown files in a directory structure separate from the moving parts of the website.
Often the files are located in separate directories in a structure like hugo, but up to now they were in the same big git repository. This helps me accomplish my next aim:
-
I want to manage changes to my website content asynchronously from the changes to the website's look, feel, and functionality.
- I need more functionality that a static site generator can accommodate