You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run this script for all blog posts in the blog repo
Dump all the loaded data into a JSON for loading on the production host
Note that the script must achieve the following:
Parse the metadata from the header of the blog post. This means capturing the title, date of publish, description, tags, categories and author info (also see authors.yml). Ensure that edge cases are covered (in case some blogs have incomplete metadata)
Code blocks, HTML blocks, etc. are handled correctly
Images referenced in the blogs need to be transferred to the Corpus static files directory. All the links in the markdown file need to be correctly replaced with their static tag link.
The text was updated successfully, but these errors were encountered:
Part 2 of Blog Content Migration. Ensure the following deliverables are met:
Note that the script must achieve the following:
The text was updated successfully, but these errors were encountered: