Separate the Meta data and Content for easier disk writing and retrieval.
Reduces the range into the newest article.
Writes articles to specified folder.
Given a range of ArticleMe separate the data into meta data and content.
This defines the sub folder for storing articles.
This is the structure used to store article meta data as Json to disk.
This module focuses on methods for writing articles to disk.
Article storage is broken into two parts, meta data and markdown content. A folder location may be specified but markdown content will always be stored in a sub folder articleContentFolder.